Create a cirros5 image and flavor m1.tiny-cirros
Change-Id: I0db14a888558a0b91ee22b4902754ada33852776
This commit is contained in:
parent
f55cd6c8eb
commit
a080a85da9
@ -123,6 +123,11 @@ browbeat_guest_images:
|
|||||||
url: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
url: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
|
||||||
type: qcow2
|
type: qcow2
|
||||||
convert_to_raw: false
|
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 to add
|
||||||
dns_server: 8.8.8.8
|
dns_server: 8.8.8.8
|
||||||
|
@ -8,6 +8,10 @@ browbeat_flavors:
|
|||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 64
|
memory: 64
|
||||||
disk: 1
|
disk: 1
|
||||||
|
- name: m1.tiny-cirros
|
||||||
|
cpu: 1
|
||||||
|
memory: 128
|
||||||
|
disk: 1
|
||||||
- name: m1.tiny-centos
|
- name: m1.tiny-centos
|
||||||
cpu: 1
|
cpu: 1
|
||||||
memory: 192
|
memory: 192
|
||||||
|
Loading…
Reference in New Issue
Block a user