File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ os_images_force_rebuild: false
16
16
# List of Glance images. Format is as required by the stackhpc.os-images role.
17
17
openstack_images :
18
18
- " {{ openstack_image_centos_stream8 }}"
19
+ - " {{ openstack_image_cirros_0_6_0 }}"
19
20
- " {{ openstack_image_rocky8 }}"
20
21
- " {{ openstack_image_ubuntu_focal }}"
21
22
@@ -41,6 +42,18 @@ openstack_image_centos_stream8:
41
42
os_version : " 8-stream"
42
43
hw_rng_model : " virtio"
43
44
45
+ # Cirros 0.6.0
46
+ openstack_image_cirros_0_6_0 :
47
+ name : " cirros-0.6.0"
48
+ type : qcow2
49
+ image_url : " https://github.com/cirros-dev/cirros/releases/download/0.6.0/cirros-0.6.0-x86_64-disk.img"
50
+ is_public : True
51
+ properties :
52
+ os_type : " linux"
53
+ os_distro : " cirros"
54
+ os_version : " 0.6.0"
55
+ hw_rng_model : " virtio"
56
+
44
57
# Rocky Linux 8.
45
58
openstack_image_rocky8 :
46
59
name : " Rocky8"
You can’t perform that action at this time.
0 commit comments