Skip to content

Commit 1f73ff1

Browse files
authored
Merge pull request #1452 from stackhpc/fix-ark-ipa
Fix download of IPA images from Ark
2 parents 3fe7259 + d30aeec commit 1f73ff1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/kayobe/ipa.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ ipa_ramdisk_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.initramfs') if sta
107107
# Algorithm of checksum of Ironic deployment ramdisk image.
108108
#ipa_ramdisk_checksum_algorithm:
109109

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+
110117
###############################################################################
111118
# Ironic Python Agent (IPA) deployment configuration.
112119

0 commit comments

Comments
 (0)