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 1420778 commit d30aeecCopy full SHA for d30aeec
etc/kayobe/ipa.yml
@@ -107,6 +107,13 @@ ipa_ramdisk_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.initramfs') if sta
107
# Algorithm of checksum of Ironic deployment ramdisk image.
108
#ipa_ramdisk_checksum_algorithm:
109
110
+# IPA download parameters
111
+image_download_url_username: "{{ stackhpc_release_pulp_username }}"
112
+image_download_url_password: "{{ stackhpc_release_pulp_password }}"
113
+image_download_force_basic_auth: true
114
+image_download_unredirected_headers:
115
+ - Authorization
116
+
117
###############################################################################
118
# Ironic Python Agent (IPA) deployment configuration.
119
0 commit comments