diff options
author | Justin chi <chigang@huawei.com> | 2017-06-09 07:26:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-09 07:26:19 +0000 |
commit | dcce2491af9015d6d903d784ae1c145f329ece43 (patch) | |
tree | 617c90be07cccce7407598d66398536999344116 /deploy/deploy_host.sh | |
parent | 8ed47ae6ab2e57a37cd90707adcd0b2ea53362a1 (diff) | |
parent | d635bd1f5762acd78545b650b2f55c112643b486 (diff) |
Merge "support Containerized compass-core"
Diffstat (limited to 'deploy/deploy_host.sh')
-rwxr-xr-x | deploy/deploy_host.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh index 8c863045..16bfef67 100755 --- a/deploy/deploy_host.sh +++ b/deploy/deploy_host.sh @@ -19,11 +19,6 @@ function add_bonding(){ function deploy_host(){ export AYNC_TIMEOUT=20 - 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 - scp $ssh_args -r ${COMPASS_DIR}/deploy/playbook_done.py root@${MGMT_IP}:/opt/compass/bin/ansible_callbacks/playbook_done.py - ssh $ssh_args root@${MGMT_IP} mkdir -p /opt/ansible-modules - scp $ssh_args -r ${COMPASS_DIR}/deploy/adapters/ansible/ansible_modules/* root@${MGMT_IP}:/opt/ansible-modules # avoid nodes reboot to fast, cobbler can not give response (sleep $AYNC_TIMEOUT; add_bonding; rename_nics; reboot_hosts) & |