We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc8b1ba + 2cefef3 commit 88f9b33Copy full SHA for 88f9b33
playbooks/roles/bifrost-ironic-install/defaults/main.yml
@@ -169,6 +169,10 @@ deploy_image_sources:
169
image: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
170
checksum: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/CHECKSUM"
171
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"
176
centos:
177
9-stream:
178
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
0 commit comments