diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-04-25 17:14:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-25 17:14:02 +0000 |
commit | fc7f81481982966ab9260534d815cfda272b8d44 (patch) | |
tree | 683e5024fc5d042cc2abdac9579b9fb1d7e79bdc /tools | |
parent | fd142c3fa24d0df4696deaae7d936770c6593edd (diff) | |
parent | 535aeeb3e3ccffecd0591ef388dbbfea4b51e4c3 (diff) |
Merge "OpenStack deployment: delete RS or all VMs"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt_ci_rampup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virt_ci_rampup.sh b/tools/virt_ci_rampup.sh index 6a9f2e7cb..d9aa23c22 100755 --- a/tools/virt_ci_rampup.sh +++ b/tools/virt_ci_rampup.sh @@ -15,7 +15,7 @@ ANSIBLE_SCRIPTS="${0%/*}/../ansible" -cd ${ANSIBLE_SCRIPTS} &&\ +cd ${ANSIBLE_SCRIPTS} && \ sudo -EH ansible-playbook \ - -e rs_file='../etc/infra/infra_deploy.yaml' \ + -e RS_FILE='../etc/infra/infra_deploy.yaml' -e CLEAN_UP=False \ -i inventory.ini infra_deploy.yml |