Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kolla_image_tags:
openstack:
rocky-9: 2024.1-rocky-9-20241218T141751
ubuntu-jammy: 2024.1-ubuntu-jammy-20241218T141809
bifrost:
rocky-9: 2024.1-rocky-9-20250325T141125
ubuntu-jammy: 2024.1-ubuntu-jammy-20250325T141125
glance:
rocky-9: 2024.1-rocky-9-20250213T103134
ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T103134
Expand Down
9 changes: 9 additions & 0 deletions etc/kayobe/kolla/config/bifrost/bifrost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"

# Disable debug logging to avoid generating large log files
ironic_debug: false

# Use prebuilt release train IPA images from Ark.
{% if stackhpc_ipa_image_bifrost_enabled | bool %}
ipa_download_url_username: "{{ stackhpc_release_pulp_username }}"
ipa_download_url_password: "{{ stackhpc_release_pulp_password }}"
ipa_download_force_basic_auth: true
ipa_download_unredirected_headers:
- Authorization
{% endif %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue where the IPA images in Ark could not be downloaded by
Bifrost, due to missing authentication parameters.
Loading