Skip to content

Commit a53899b

Browse files
committed
Fix download of IPA images from Ark in Bifrost
1 parent 58a3f5a commit a53899b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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 %}

0 commit comments

Comments
 (0)