Skip to content

Commit bb5ad3d

Browse files
committed
Post-review fixes
1 parent d9636a6 commit bb5ad3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/kayobe/bifrost.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
kolla_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.
144144
kolla_bifrost_ipa_kernel_checksum_algorithm: sha256
@@ -147,7 +147,7 @@ kolla_bifrost_ipa_kernel_checksum_algorithm: sha256
147147
kolla_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.
153153
kolla_bifrost_ipa_ramdisk_checksum_algorithm: sha256

etc/kayobe/ipa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ipa_build_dib_elements_extra:
9191
ipa_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.
9797
ipa_kernel_checksum_algorithm: sha256
@@ -103,7 +103,7 @@ ipa_kernel_checksum_algorithm: sha256
103103
ipa_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.
109109
ipa_ramdisk_checksum_algorithm: sha256

0 commit comments

Comments
 (0)