From dbe49b2d6eeddc3726270c1cdd0ce93848bbac5c Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Wed, 30 Dec 2020 12:45:38 +0100 Subject: Add Ubuntu Bionic image to the DevStack instance Image "cirros-0.5.1-x86_64-disk" will no longer be suitable for testing ONAP infrastructure deployment because it lacks Python interpreter. Python is required for provisioning ONAP infrastructure VMs using Ansible. Issue-ID: INT-1601 Change-Id: I68aa4d941350b1abf32b4d2bc00cbee489af6587 Signed-off-by: Pawel Wieczorek --- deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample') diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample index 07488aa57..5a7defeec 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample @@ -12,8 +12,8 @@ securitygroup: hosts: - name: "operator0" - image: "cirros-0.5.1-x86_64-disk" - flavor: "cirros256" + image: "Ubuntu_18.04" + flavor: "m1.tiny" keypair: *keypair_name network: *network_name securitygroup: *securitygroup_name -- cgit 1.2.3-korg