Fix for sshd taking too long problem 89/24489/3
authorLusheng Ji <lji@research.att.com>
Mon, 20 Nov 2017 19:06:52 +0000 (14:06 -0500)
committerLusheng Ji <lji@research.att.com>
Tue, 21 Nov 2017 20:03:06 +0000 (20:03 +0000)
commit3e6e3ad4a36ff979e72e6dfef4af1f32e404c0ec
tree8278c099ff8d7eea53501325229442a74526b00e
parentaa8ed202ba4a89f5a0332001964292bb8b0a9cde
Fix for sshd taking too long problem

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>
bootstrap/installer-docker.sh-template