diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-20 00:32:49 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-19 22:33:36 +0000 |
commit | ea5f65b10e4530f4ecc2ea2a13e87f7998899366 (patch) | |
tree | d3b6a820438d6a2d8154e1d22ad8384d39c9e1d7 | |
parent | 80fa21c1cf4eea0f41438bc0f7509af7ee237dc1 (diff) |
[vcp] Increase timeout till VCP VMs online
Change-Id: I95c284cbf374194694360bffbeaf6770db6111bf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit 4b63bd0ea961d06723b277b874168c2aaddb96c5)
-rwxr-xr-x | mcp/config/states/virtual_control_plane | 2 |
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 |