Skip to content

Commit 5006edc

Browse files
authored
Merge pull request #6 from stackhpc/example-cirros
examples: Add cirros 0.6.0 image to image examples
2 parents 36cec18 + 919ca2d commit 5006edc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/images.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ os_images_force_rebuild: false
1616
# List of Glance images. Format is as required by the stackhpc.os-images role.
1717
openstack_images:
1818
- "{{ openstack_image_centos_stream8 }}"
19+
- "{{ openstack_image_cirros_0_6_0 }}"
1920
- "{{ openstack_image_rocky8 }}"
2021
- "{{ openstack_image_ubuntu_focal }}"
2122

@@ -41,6 +42,19 @@ openstack_image_centos_stream8:
4142
os_version: "8-stream"
4243
hw_rng_model: "virtio"
4344

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+
checksum: "md5:f4027b89e99e238184e13089a3155b74"
51+
is_public: True
52+
properties:
53+
os_type: "linux"
54+
os_distro: "cirros"
55+
os_version: "0.6.0"
56+
hw_rng_model: "virtio"
57+
4458
# Rocky Linux 8.
4559
openstack_image_rocky8:
4660
name: "Rocky8"

0 commit comments

Comments
 (0)