Skip to content

Commit 88f9b33

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add support for Rocky Linux 10 image download"
2 parents bc8b1ba + 2cefef3 commit 88f9b33

File tree

1 file changed

+4
-0
lines changed
  • playbooks/roles/bifrost-ironic-install/defaults

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ deploy_image_sources:
169169
image: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
170170
checksum: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/CHECKSUM"
171171
checksum_algorithm: "sha256"
172+
"10":
173+
image: "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
174+
checksum: "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/CHECKSUM"
175+
checksum_algorithm: "sha256"
172176
centos:
173177
9-stream:
174178
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"

0 commit comments

Comments
 (0)