aboutsummaryrefslogtreecommitdiffstats
path: root/mcp
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-20 00:32:49 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-10-20 00:32:49 +0200
commit4b63bd0ea961d06723b277b874168c2aaddb96c5 (patch)
treeacdb18340b56b1a82cdccd24ba7a261bd8a92e85 /mcp
parent2776ab9d850e764a92c30c858befc48e474f6dd4 (diff)
[vcp] Increase timeout till VCP VMs online
Change-Id: I95c284cbf374194694360bffbeaf6770db6111bf Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp')
-rwxr-xr-xmcp/config/states/virtual_control_plane2
1 files changed, 1 insertions, 1 deletions
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