Skip to content

Commit 2b82673

Browse files
committed
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
1 parent 7446da0 commit 2b82673

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

playbooks/roles/bifrost-ironic-install/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ deploy_image_sources:
140140
checksum_algorithm: "sha256"
141141
centos:
142142
9-stream:
143-
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230501.0.x86_64.qcow2"
143+
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
144144
checksum: "https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM"
145145
checksum_algorithm: "sha256"
146146
cirros:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Switches to using the latest CentOS Stream 9 generic cloud image as the old
5+
pinned version no longer exists.

0 commit comments

Comments
 (0)