Skip to content

Commit 10be6e7

Browse files
committed
Add support for Ubuntu 24.04 image download
Change-Id: If99cfda4ada97ea0ee6a78f8df9914f70ab20ec6
1 parent 2d6ccc2 commit 10be6e7

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
@@ -129,6 +129,10 @@ deploy_image_sources:
129129
image: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
130130
checksum: "https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS"
131131
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"
132136
rocky:
133137
"8":
134138
image: "https://dl.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2"

0 commit comments

Comments
 (0)