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 76f82ac + 10be6e7 commit 602b305Copy full SHA for 602b305
playbooks/roles/bifrost-ironic-install/defaults/main.yml
@@ -129,6 +129,10 @@ deploy_image_sources:
129
image: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
130
checksum: "https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS"
131
checksum_algorithm: "sha256"
132
+ noble:
133
+ image: "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
134
+ checksum: "https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
135
+ checksum_algorithm: "sha256"
136
rocky:
137
"8":
138
image: "https://dl.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2"
0 commit comments