From 2b826730e13f9a8e854e90893d7772554c5972ba Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Fri, 11 Oct 2024 12:43:12 +0100 Subject: [PATCH] Switches to using CentOS Stream latest The old pinned image no longer exists. Switching to the latest image to match Rocky and Ubuntu. This also avoids issues when old images are removed. Change-Id: Ibcecffe6d750b9c8a2e420276701d85c6caf130b --- playbooks/roles/bifrost-ironic-install/defaults/main.yml | 2 +- .../switch-to-centos-stream-9-latest-2b42498ea98c5e2e.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/switch-to-centos-stream-9-latest-2b42498ea98c5e2e.yaml 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.