Skip to content

Commit 14c38bc

Browse files
committed
Post-review fixes
1 parent 5c193a5 commit 14c38bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ kolla_image_tags:
77
rocky-9: 2025.1-rocky-9-20250616T133037
88
ubuntu-noble: 2025.1-ubuntu-noble-20250613T131221
99
bifrost:
10-
rocky-9: 2025.1-rocky-9-20250626T152358
11-
ubuntu-noble: 2025.1-ubuntu-noble-20250626T152358
10+
rocky-9: 2025.1-rocky-9-20250717T142216
11+
ubuntu-noble: 2025.1-ubuntu-noble-20250717T142216
1212
neutron_bgp_dragent:
1313
rocky-9: 2025.1-rocky-9-20250715T140744
1414
ubuntu-noble: 2025.1-ubuntu-noble-20250715T140744

0 commit comments

Comments
 (0)