aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-04-25 17:14:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-25 17:14:02 +0000
commitfc7f81481982966ab9260534d815cfda272b8d44 (patch)
tree683e5024fc5d042cc2abdac9579b9fb1d7e79bdc /tools
parentfd142c3fa24d0df4696deaae7d936770c6593edd (diff)
parent535aeeb3e3ccffecd0591ef388dbbfea4b51e4c3 (diff)
Merge "OpenStack deployment: delete RS or all VMs"
Diffstat (limited to 'tools')
-rwxr-xr-xtools/virt_ci_rampup.sh4
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