From 7e507932a091c0ab7049efc907ee2d0857aadb21 Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Thu, 23 Aug 2018 16:13:47 +0300 Subject: Adopt infra_deploy to spawn VM on LTS Ubuntu 18 Add possibility ro reuse infra_deploy.yaml to spawn VMs on jump host, depending on jump host Ubuntu version: either 16 or 18. JIRA: YARDSTICK-1396 Change-Id: Id0682c03098e611fe3a51cbd24d8ff2dda7c552a Signed-off-by: Stepan Andrushko --- 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 8cf5dffef..4a5716eee 100644 --- a/ansible/infra_deploy.yml +++ b/ansible/infra_deploy.yml @@ -27,6 +27,7 @@ proxy_host_ip: "{{ lookup('dig', proxy_host) }}" roles: + - infra_install_dependencies - infra_destroy_previous_configuration - infra_check_requirements - infra_create_network -- cgit 1.2.3-korg