From: Alexandru Avadanii Date: Thu, 19 Oct 2017 22:32:49 +0000 (+0200) Subject: [vcp] Increase timeout till VCP VMs online X-Git-Tag: opnfv-6.0.0~299 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F45901%2F1;p=fuel.git [vcp] Increase timeout till VCP VMs online Change-Id: I95c284cbf374194694360bffbeaf6770db6111bf Signed-off-by: Alexandru Avadanii --- diff --git a/mcp/config/states/virtual_control_plane b/mcp/config/states/virtual_control_plane index 25b036ba9..065086991 100755 --- a/mcp/config/states/virtual_control_plane +++ b/mcp/config/states/virtual_control_plane @@ -36,7 +36,7 @@ vcp_nodes=$(salt --out yaml 'kvm01*' pillar.get salt:control:cluster:internal:no # Check all vcp nodes are available rc=1 attempt=0 -total_attempts=10 +total_attempts=50 while [ $rc -ne 0 ] && [ ${attempt} -lt ${total_attempts} ]; do rc=0 for node in $vcp_nodes; do