diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-12-30 12:45:38 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-01-07 10:34:50 +0000 |
commit | dbe49b2d6eeddc3726270c1cdd0ce93848bbac5c (patch) | |
tree | 36b5874ee7dc0507b587785e1a6e5fbf6b4751d4 /deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | |
parent | 4ff5ba0cbb05e2fe427da6aa16e4c38db4e8de56 (diff) |
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 <p.wieczorek2@samsung.com>
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 4 |
1 files changed, 2 insertions, 2 deletions
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 |