summaryrefslogtreecommitdiffstats
path: root/.gitreview
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27Fix for sshd taking too long problemLusheng Ji1-0/+1
Under certain conditions, it takes longer than 10 seconds on the cloudify manager VM from the time its IP stack becoming ready (echoing to ICMP) to the time its sshd becoming ready. This causes the ssh-into-cloudify-manager-VM command to fail. The implemented solution is to replace the ping test-wait loop with a TCP port 22 open test-wait loop. Issue-ID: DCAEGEN2-201 Change-Id: I9b734a9ff58ec9e97dc0102dc2ba86756e50f135 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-22Seed code for deploying DCAEAndrew Gauld1-0/+4
Change-Id: Ie1a2faf2dd4731ef12aeeed8ecc49f329e68385c Issue-Id: DCAEGEN2-78 Signed-off-by: Andrew Gauld <ag1282@att.com>