Skip to content

Commit de4e758

Browse files
committed
Fix download of IPA images from Ark in Bifrost
1 parent c8ae1b0 commit de4e758

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2024.1-rocky-9-20241218T141751
88
ubuntu-jammy: 2024.1-ubuntu-jammy-20241218T141809
9+
bifrost:
10+
rocky-9: 2024.1-rocky-9-20250325T141125
11+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250325T141125
912
glance:
1013
rocky-9: 2024.1-rocky-9-20250213T103134
1114
ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
88

99
# Disable debug logging to avoid generating large log files
1010
ironic_debug: false
11+
12+
# Use prebuilt release train IPA images from Ark.
13+
{% if stackhpc_ipa_image_bifrost_enabled | bool %}
14+
ipa_download_url_username: "{{ stackhpc_release_pulp_username }}"
15+
ipa_download_url_password: "{{ stackhpc_release_pulp_password }}"
16+
ipa_download_force_basic_auth: true
17+
ipa_download_unredirected_headers:
18+
- Authorization
19+
{% endif %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue where the IPA images in Ark could not be downloaded by
5+
Bifrost, due to missing authentication parameters.

0 commit comments

Comments
 (0)