diff options
author | John O Loughlin <john.oloughlin@intel.com> | 2018-01-22 09:34:45 +0000 |
---|---|---|
committer | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-02-09 14:57:46 +0000 |
commit | da8e9880d12725cbd86d27987582d7a6f41e0ccb (patch) | |
tree | 2160b412e513268781be46096a8ff6570769bed0 /ansible/infra_deploy.yml | |
parent | e5775e7efbc55f116b4d4ac11ff87b8d8553247e (diff) |
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 <john.oloughlin@intel.com>
Diffstat (limited to 'ansible/infra_deploy.yml')
-rw-r--r-- | ansible/infra_deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/infra_deploy.yml b/ansible/infra_deploy.yml index 10f53fbad..948dd338a 100644 --- a/ansible/infra_deploy.yml +++ b/ansible/infra_deploy.yml @@ -16,3 +16,4 @@ roles: - infra_check_requirements + - infra_destroy_previous_configuration |