Skip to content

Commit 4ca3c59

Browse files
authored
Merge pull request #181 from stackhpc/noble
Add support for downloading Ubuntu Noble images
2 parents 46b0309 + 5695334 commit 4ca3c59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/kolla/config/bifrost/bifrost.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ download_ipa: true
55

66
# Use a locally hosted cloud image.
77
download_custom_deploy_image: true
8+
{% if os_distribution == 'ubuntu' and os_release == 'noble' %}
9+
# TODO(priteau): Remove once
10+
# https://review.opendev.org/c/openstack/bifrost/+/934177 is merged.
11+
custom_deploy_image_upstream_url: "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
12+
custom_deploy_image_checksum_url: "https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
13+
custom_deploy_image_checksum_algorithm: "sha256"
14+
{% else %}
815
upstream_deploy_image_distribution: "{{ os_distribution }}"
916
upstream_deploy_image_release: "{{ os_release }}"
17+
{% endif %}
1018

1119
# TODO(priteau): Remove once https://bugs.launchpad.net/bifrost/+bug/2081031 is
1220
# resolved.

0 commit comments

Comments
 (0)