File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 138
138
kolla_bifrost_ipa_kernel_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhpc_ipa_image_bifrost_enabled | bool }}"
139
139
140
140
# 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 }} "
142
142
143
143
# Algorithm of checksum of Ironic Python Agent (IPA) kernel image.
144
144
kolla_bifrost_ipa_kernel_checksum_algorithm : sha256
@@ -147,7 +147,7 @@ kolla_bifrost_ipa_kernel_checksum_algorithm: sha256
147
147
kolla_bifrost_ipa_ramdisk_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.initramfs') if stackhpc_ipa_image_bifrost_enabled | bool }}"
148
148
149
149
# 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 }} "
151
151
152
152
# Algorithm of checksum of Ironic Python Agent (IPA) ramdisk image.
153
153
kolla_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:
91
91
ipa_kernel_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhpc_ipa_image_overcloud_enabled | bool }}"
92
92
93
93
# URL of checksum of Ironic deployment kernel image.
94
- ipa_kernel_checksum_url : " {{ ipa_kernel_upstream_url }}.sha256 "
94
+ # ipa_kernel_checksum_url:
95
95
96
96
# Algorithm of checksum of Ironic deployment kernel image.
97
97
ipa_kernel_checksum_algorithm : sha256
@@ -103,7 +103,7 @@ ipa_kernel_checksum_algorithm: sha256
103
103
ipa_ramdisk_upstream_url : " {{ (stackhpc_ipa_image_url + '/ipa.initramfs') if stackhpc_ipa_image_overcloud_enabled | bool }}"
104
104
105
105
# URL of checksum of Ironic deployment ramdisk image.
106
- ipa_ramdisk_checksum_url : " {{ ipa_ramdisk_upstream_url }}.sha256 "
106
+ # ipa_ramdisk_checksum_url:
107
107
108
108
# Algorithm of checksum of Ironic deployment ramdisk image.
109
109
ipa_ramdisk_checksum_algorithm : sha256
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ kolla_image_tags:
7
7
rocky-9 : 2025.1-rocky-9-20250616T133037
8
8
ubuntu-noble : 2025.1-ubuntu-noble-20250613T131221
9
9
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
12
12
neutron_bgp_dragent :
13
13
rocky-9 : 2025.1-rocky-9-20250715T140744
14
14
ubuntu-noble : 2025.1-ubuntu-noble-20250715T140744
You can’t perform that action at this time.
0 commit comments