From da8e9880d12725cbd86d27987582d7a6f41e0ccb Mon Sep 17 00:00:00 2001 From: John O Loughlin Date: Mon, 22 Jan 2018 09:34:45 +0000 Subject: Delete any previous configuration Delete any previous configuration using the virsh module in ansible: Networks, VMs and local IPs. JIRA: YARDSTICK-950 Change-Id: Ie4963ab8210ce50ba2e9fa22642ec27a3b2031e1 Signed-off-by: John O Loughlin --- tools/virt_ci_rampup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/virt_ci_rampup.sh') diff --git a/tools/virt_ci_rampup.sh b/tools/virt_ci_rampup.sh index 210e6ed40..6a9f2e7cb 100755 --- a/tools/virt_ci_rampup.sh +++ b/tools/virt_ci_rampup.sh @@ -16,6 +16,6 @@ ANSIBLE_SCRIPTS="${0%/*}/../ansible" cd ${ANSIBLE_SCRIPTS} &&\ -ansible-playbook \ +sudo -EH ansible-playbook \ -e rs_file='../etc/infra/infra_deploy.yaml' \ -i inventory.ini infra_deploy.yml -- cgit 1.2.3-korg