Skip to content

Commit 5a74e2f

Browse files
Update overcloud IPA URLs
1 parent 91da97f commit 5a74e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ipa_build_dib_elements_extra:
8787
#ipa_images_kernel_name:
8888

8989
# URL of Ironic deployment kernel image to download.
90-
ipa_kernel_upstream_url: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.kernel{% endif %}"
90+
ipa_kernel_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhpc_ipa_image_overcloud_enabled | bool }}"
9191

9292
# URL of checksum of Ironic deployment kernel image.
9393
#ipa_kernel_checksum_url:
@@ -99,7 +99,7 @@ ipa_kernel_upstream_url: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{
9999
#ipa_images_ramdisk_name:
100100

101101
# URL of Ironic deployment ramdisk image to download.
102-
ipa_ramdisk_upstream_url: "{% if stackhpc_ipa_image_overcloud_enabled | bool %}{{ stackhpc_ipa_image_url }}/ipa.initramfs{% endif %}"
102+
ipa_ramdisk_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.initramfs') if stackhpc_ipa_image_overcloud_enabled | bool }}"
103103

104104
# URL of checksum of Ironic deployment ramdisk image.
105105
#ipa_ramdisk_checksum_url:

0 commit comments

Comments
 (0)