aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/deploy_host.sh
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2016-01-20 18:00:46 +0800
committerJustin chi <chigang@huawei.com>2016-01-21 13:04:06 +0000
commit4a4a18e97eed73c1b82ae83b65cd765160f8ae6c (patch)
tree8e80ffdd4e39d5444df476a04e9d5f8cb490aded /deploy/deploy_host.sh
parenta3bd2f1640f94242652a9205616988b78de95f15 (diff)
bugfix for jumpserver on ubuntu 14.04.3
Change-Id: I59a41ca1ec2c0e576b590d5de39c04cd19273614 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/deploy_host.sh')
-rwxr-xr-xdeploy/deploy_host.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh
index f8feacbf..b7859d37 100755
--- a/deploy/deploy_host.sh
+++ b/deploy/deploy_host.sh
@@ -5,7 +5,8 @@ function deploy_host(){
ssh $ssh_args root@${MGMT_IP} mkdir -p /opt/compass/bin/ansible_callbacks
scp $ssh_args -r ${COMPASS_DIR}/deploy/status_callback.py root@${MGMT_IP}:/opt/compass/bin/ansible_callbacks/status_callback.py
- reboot_hosts
+ # avoid nodes reboot to fast, cobbler can not give response
+ nohup bash -c "sleep 20;reboot_hosts" &
if [[ "$REDEPLOY_HOST" == true ]]; then
deploy_flag="redeploy"