From 021bae9ecbb5c6838424f79907bde5df1ec83922 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 20 Nov 2017 14:06:52 -0500 Subject: 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 --- .gitreview | 1 + 1 file changed, 1 insertion(+) (limited to '.gitreview') diff --git a/.gitreview b/.gitreview index a35a0ea..1a24ea1 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=dcaegen2/deployments.git +defaultbranch=amsterdam -- cgit 1.2.3-korg