Merge "lib.sh: Fix locals override in nested invocations" into stable/euphrates opnfv-5.0.0 opnfv-5.0.RC1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 19 Oct 2017 22:59:17 +0000 (22:59 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 19 Oct 2017 22:59:17 +0000 (22:59 +0000)
mcp/config/states/virtual_control_plane

index 25b036b..0650869 100755 (executable)
@@ -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