Create a cirros5 image and flavor m1.tiny-cirros

Change-Id: I0db14a888558a0b91ee22b4902754ada33852776
This commit is contained in:
Asma Syed Hameed 2021-08-02 22:02:57 +05:30
parent f55cd6c8eb
commit a080a85da9
2 changed files with 9 additions and 0 deletions

View File

@ -123,6 +123,11 @@ browbeat_guest_images:
url: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
type: qcow2
convert_to_raw: false
cirro5:
name: cirro5
url: https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
type: qcow2
convert_to_raw: false
# DNS Server to add
dns_server: 8.8.8.8

View File

@ -8,6 +8,10 @@ browbeat_flavors:
cpu: 1
memory: 64
disk: 1
- name: m1.tiny-cirros
cpu: 1
memory: 128
disk: 1
- name: m1.tiny-centos
cpu: 1
memory: 192