diff options
author | 2017-07-21 19:17:39 +0530 | |
---|---|---|
committer | 2017-07-21 19:19:50 +0530 | |
commit | bd5aef50f6c23101120172e1868fcdc189c30235 (patch) | |
tree | 7f0185e1a8260a5d4d60bedc623b041edb42ffd1 /ci/02-deploybundle.sh | |
parent | 5cad009f23edb842327ed1a33034b72b22da3114 (diff) |
Mofifications for OVN-Kubernetes
Change-Id: Ib1f24d4a11d5d0dd4a5356619757cc72ac800877
Signed-off-by: Aakash KT <aakash.kt@research.iiit.ac.in>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 647d18b0..b24b728a 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -30,7 +30,7 @@ check_status() { while [ $retval -eq 0 ]; do sleep 30 juju status > status.txt - if [ "$(grep -c "waiting" status.txt )" -ge 2 ]; then + if [ "$(grep -c "waiting" status.txt )" -ge 3 ]; then echo " still waiting for machines ..." if [ $timeoutiter -ge 240 ]; then retval=1 |