From 8b52c6a9ae605022d108b093bf4413d66aef3397 Mon Sep 17 00:00:00 2001 From: John O Loughlin Date: Mon, 22 Jan 2018 13:57:05 +0000 Subject: Create host VMs configuration Using xml files deploy the VM's using the virt plugin. This code generates the user-data network-config meta-data and the vm's xml. It also deploys the vm JIRA: YARDSTICK-963 Change-Id: I97f2d20d0ab75a4444b8b8e6fb65e9e463870af7 Signed-off-by: John O Loughlin --- ansible/infra_deploy.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/infra_deploy.yml') diff --git a/ansible/infra_deploy.yml b/ansible/infra_deploy.yml index 2ab8a2e8b..4ad21af00 100644 --- a/ansible/infra_deploy.yml +++ b/ansible/infra_deploy.yml @@ -18,3 +18,4 @@ - infra_check_requirements - infra_destroy_previous_configuration - infra_create_network + - infra_create_vms -- cgit 1.2.3-korg