Skip to content

Commit c064fc4

Browse files
authored
Merge pull request #49 from stackhpc/update-examples
Update example images to new versions
2 parents ce31ab9 + 381bd89 commit c064fc4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/images.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ os_images_force_rebuild: false
1717
openstack_images:
1818
- "{{ openstack_image_centos_stream8 }}"
1919
- "{{ openstack_image_cirros_0_6_0 }}"
20-
- "{{ openstack_image_rocky8 }}"
21-
- "{{ openstack_image_ubuntu_focal }}"
20+
- "{{ openstack_image_rocky9 }}"
21+
- "{{ openstack_image_ubuntu_jammy }}"
2222

2323
# Common GRUB settings for VM images
2424
openstack_grub_env_common:
@@ -67,9 +67,9 @@ openstack_image_cirros_0_6_0:
6767
os_version: "0.6.0"
6868
hw_rng_model: "virtio"
6969

70-
# Rocky Linux 8.
71-
openstack_image_rocky8:
72-
name: "Rocky8"
70+
# Rocky Linux 9.
71+
openstack_image_rocky9:
72+
name: "Rocky9"
7373
type: raw
7474
elements:
7575
# Required for UEFI mode:
@@ -95,16 +95,16 @@ openstack_image_rocky8:
9595
YUM: dnf
9696
DIB_CONTAINERFILE_RUNTIME: docker
9797
DIB_CONTAINERFILE_RUNTIME_ROOT: 1
98-
DIB_RELEASE: "8"
98+
DIB_RELEASE: "9"
9999
properties:
100100
os_type: "linux"
101101
os_distro: "rocky"
102-
os_version: "8"
102+
os_version: "9"
103103
hw_rng_model: "virtio"
104104

105-
# Ubuntu Focal 20.04.
106-
openstack_image_ubuntu_focal:
107-
name: "Ubuntu-20.04"
105+
# Ubuntu Jammy 22.04.
106+
openstack_image_ubuntu_jammy:
107+
name: "Ubuntu-22.04"
108108
type: raw
109109
is_public: true
110110
elements:
@@ -124,8 +124,8 @@ openstack_image_ubuntu_focal:
124124
properties:
125125
os_type: "linux"
126126
os_distro: "ubuntu"
127-
os_version: "focal"
127+
os_version: "jammy"
128128
hw_rng_model: "virtio"
129129
env:
130-
DIB_RELEASE: "focal"
130+
DIB_RELEASE: "jammy"
131131
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"

0 commit comments

Comments
 (0)