aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2018-04-16 14:17:54 +0300
committerStepan Andrushko <stepanx.andrushko@intel.com>2018-04-17 19:50:11 +0300
commit535aeeb3e3ccffecd0591ef388dbbfea4b51e4c3 (patch)
tree9e2535f37300c8e056b1e7b98b27c4f9cbaca468 /tools
parentf3f75ea39678b6da24e5ed6a61f77586f71d0128 (diff)
OpenStack deployment: delete RS or all VMs
New parameter is added to shell script to delete data for VMs either from input file or all. Added disk images removal as per new input parameter. JIRA: YARDSTICK-1123 Change-Id: I8d2cee4a3a7ad7147f4d59303bab656d80370221 Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
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