diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-05-27 09:13:31 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-05-27 09:13:31 +0800 |
commit | ca38f70ab8d7d91190f9d0a9ec2c84e804883f1c (patch) | |
tree | 6d6b4130c6782b47b8ce9bd5482ed053f6e33099 /deploy | |
parent | 278452281b011cf009133993907fd47338255e50 (diff) |
Increase the timeout to avoid possible deployment failure
Multi-node virtual deployment takes longer than baremetal or all_in_one
deployment. Increase the timeout to avoid possible failure.
Change-Id: Ib6060ad34563724e9949e152fb41accb7a6528da
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/check_openstack_progress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/check_openstack_progress.sh b/deploy/check_openstack_progress.sh index 1f150896..15dbcdda 100755 --- a/deploy/check_openstack_progress.sh +++ b/deploy/check_openstack_progress.sh @@ -34,7 +34,7 @@ source /root/daisyrc_admin echo "check openstack installing progress..." cluster_id=`daisy cluster-list | awk -F "|" '{print $2}' | sed -n '4p' | tr -d " "` -maxcount=180 +maxcount=360 count=0 while true; do |