diff --git a/playbooks/roles/bifrost-ironic-install/defaults/main.yml b/playbooks/roles/bifrost-ironic-install/defaults/main.yml index 3f362a392..9bf612832 100644 --- a/playbooks/roles/bifrost-ironic-install/defaults/main.yml +++ b/playbooks/roles/bifrost-ironic-install/defaults/main.yml @@ -140,7 +140,7 @@ deploy_image_sources: checksum_algorithm: "sha256" centos: 9-stream: - image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230501.0.x86_64.qcow2" + image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2" checksum: "https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM" checksum_algorithm: "sha256" cirros: diff --git a/releasenotes/notes/switch-to-centos-stream-9-latest-2b42498ea98c5e2e.yaml b/releasenotes/notes/switch-to-centos-stream-9-latest-2b42498ea98c5e2e.yaml new file mode 100644 index 000000000..4bbe05784 --- /dev/null +++ b/releasenotes/notes/switch-to-centos-stream-9-latest-2b42498ea98c5e2e.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Switches to using the latest CentOS Stream 9 generic cloud image as the old + pinned version no longer exists.