Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2784522
)
Increase the timeout to avoid possible deployment failure
27/35427/1
author
Alex Yang
<yangyang1@zte.com.cn>
Sat, 27 May 2017 01:13:31 +0000
(09:13 +0800)
committer
Alex Yang
<yangyang1@zte.com.cn>
Sat, 27 May 2017 01:13:31 +0000
(09:13 +0800)
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>
deploy/check_openstack_progress.sh
patch
|
blob
|
history
diff --git
a/deploy/check_openstack_progress.sh
b/deploy/check_openstack_progress.sh
index
1f15089
..
15dbcdd
100755
(executable)
--- 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=
18
0
+maxcount=
36
0
count=0
while true; do