We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a3f5a commit a53899bCopy full SHA for a53899b
etc/kayobe/kolla/config/bifrost/bifrost.yml
@@ -8,3 +8,12 @@ cirros_deploy_image_upstream_url: "{{ stackhpc_overcloud_host_image_url }}"
8
9
# Disable debug logging to avoid generating large log files
10
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