File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
1010ironic_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 %}
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ stackhpc_kolla_source_version: stackhpc/18.6.0.2
157157
158158# Kolla Ansible source repository.
159159stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
160- stackhpc_kolla_ansible_source_version : stackhpc/18.5 .0.2
160+ stackhpc_kolla_ansible_source_version : stackhpc/18.6 .0.1
161161
162162# ##############################################################################
163163# Container image registry
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.2
1+ kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/16.5.0.5
22ansible-modules-hashivault >= 5.2.1
33jmespath
You can’t perform that action at this time.
0 commit comments