File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 138138kolla_bifrost_ipa_kernel_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhpc_ipa_image_bifrost_enabled | bool }}"
139139
140140# URL of checksum of Ironic Python Agent (IPA) kernel image.
141- kolla_bifrost_ipa_kernel_checksum_url : " {{ kolla_bifrost_ipa_kernel_upstream_url }}.sha256 "
141+ kolla_bifrost_ipa_kernel_checksum_url : " {{ kolla_bifrost_ipa_kernel_upstream_url }}.{{ kolla_bifrost_ipa_kernel_checksum_algorithm }} "
142142
143143# Algorithm of checksum of Ironic Python Agent (IPA) kernel image.
144144kolla_bifrost_ipa_kernel_checksum_algorithm : sha256
@@ -147,7 +147,7 @@ kolla_bifrost_ipa_kernel_checksum_algorithm: sha256
147147kolla_bifrost_ipa_ramdisk_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.initramfs') if stackhpc_ipa_image_bifrost_enabled | bool }}"
148148
149149# URL of checksum of Ironic Python Agent (IPA) ramdisk image.
150- kolla_bifrost_ipa_ramdisk_checksum_url : " {{ kolla_bifrost_ipa_ramdisk_upstream_url }}.sha256 "
150+ kolla_bifrost_ipa_ramdisk_checksum_url : " {{ kolla_bifrost_ipa_ramdisk_upstream_url }}.{{ kolla_bifrost_ipa_ramdisk_checksum_algorithm }} "
151151
152152# Algorithm of checksum of Ironic Python Agent (IPA) ramdisk image.
153153kolla_bifrost_ipa_ramdisk_checksum_algorithm : sha256
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ ipa_build_dib_elements_extra:
9191ipa_kernel_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhpc_ipa_image_overcloud_enabled | bool }}"
9292
9393# URL of checksum of Ironic deployment kernel image.
94- ipa_kernel_checksum_url : " {{ ipa_kernel_upstream_url }}.sha256 "
94+ # ipa_kernel_checksum_url:
9595
9696# Algorithm of checksum of Ironic deployment kernel image.
9797ipa_kernel_checksum_algorithm : sha256
@@ -103,7 +103,7 @@ ipa_kernel_checksum_algorithm: sha256
103103ipa_ramdisk_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.initramfs') if stackhpc_ipa_image_overcloud_enabled | bool }}"
104104
105105# URL of checksum of Ironic deployment ramdisk image.
106- ipa_ramdisk_checksum_url : " {{ ipa_ramdisk_upstream_url }}.sha256 "
106+ # ipa_ramdisk_checksum_url:
107107
108108# Algorithm of checksum of Ironic deployment ramdisk image.
109109ipa_ramdisk_checksum_algorithm : sha256
You can’t perform that action at this time.
0 commit comments