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 70bcff5 + b4d738f commit 7837157Copy full SHA for 7837157
playbooks/roles/bifrost-ironic-install/defaults/main.yml
@@ -147,6 +147,10 @@ deploy_image_sources:
147
image: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
148
checksum: "https://cloud.centos.org/centos/9-stream/x86_64/images/CHECKSUM"
149
checksum_algorithm: "sha256"
150
+ 10-stream:
151
+ image: "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-10-latest.x86_64.qcow2"
152
+ checksum: "https://cloud.centos.org/centos/10-stream/x86_64/images/CHECKSUM"
153
+ checksum_algorithm: "sha256"
154
cirros:
155
"0.5.3":
156
# NOTE(Alex-Welsh): cirros_deploy_image_upstream_url has been deprecated in
0 commit comments