File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
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,10 +91,10 @@ 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
- ipa_kernel_checksum_algorithm : sha256
97
+ # ipa_kernel_checksum_algorithm:
98
98
99
99
# Name of Ironic deployment ramdisk image to register in Glance.
100
100
# ipa_images_ramdisk_name:
@@ -103,10 +103,10 @@ 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
- ipa_ramdisk_checksum_algorithm : sha256
109
+ # ipa_ramdisk_checksum_algorithm:
110
110
111
111
# IPA download parameters
112
112
image_download_url_username : " {{ stackhpc_release_pulp_username }}"
Original file line number Diff line number Diff line change 5
5
kolla_image_tags :
6
6
openstack :
7
7
rocky-9 : 2025.1-rocky-9-20250616T133037
8
- ubuntu-noble : 2025.1-ubuntu-noble-20250613T131221
8
+ ubuntu-noble : 2025.1-ubuntu-noble-20250725T143116
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-20250725T143116
12
12
neutron_bgp_dragent :
13
13
rocky-9 : 2025.1-rocky-9-20250715T140744
14
- ubuntu-noble : 2025.1-ubuntu-noble-20250715T140744
14
+ ubuntu-noble : 2025.1-ubuntu-noble-20250725T143116
15
15
neutron_metadata_agent :
16
16
rocky-9 : 2025.1-rocky-9-20250626T074649
17
- ubuntu-noble : 2025.1-ubuntu-noble-20250626T074649
17
+ ubuntu-noble : 2025.1-ubuntu-noble-20250725T143116
18
18
proxysql :
19
19
rocky-9 : 2025.1-rocky-9-20250701T091924
You can’t perform that action at this time.
0 commit comments