diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-09 15:49:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-09 15:49:01 +0000 |
commit | c23e4ccf2ed84c44a1d8742b5485c717cf04f452 (patch) | |
tree | 400f2495b02139008aa81fe9efafc8fde6499e2c /tools/virt_ci_rampup.sh | |
parent | 7d7f85712ce090dca5439aa60e1dc6418d20f0d2 (diff) | |
parent | da8e9880d12725cbd86d27987582d7a6f41e0ccb (diff) |
Merge "Delete any previous configuration"
Diffstat (limited to 'tools/virt_ci_rampup.sh')
-rwxr-xr-x | tools/virt_ci_rampup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |