From ea5f65b10e4530f4ecc2ea2a13e87f7998899366 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 20 Oct 2017 00:32:49 +0200 Subject: [vcp] Increase timeout till VCP VMs online Change-Id: I95c284cbf374194694360bffbeaf6770db6111bf Signed-off-by: Alexandru Avadanii (cherry picked from commit 4b63bd0ea961d06723b277b874168c2aaddb96c5) --- mcp/config/states/virtual_control_plane | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/config') 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 -- cgit 1.2.3-korg