File tree Expand file tree Collapse file tree 4 files changed +19
-15
lines changed Expand file tree Collapse file tree 4 files changed +19
-15
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 }}.{{ kolla_bifrost_ipa_kernel_checksum_algorithm }} "
141
+ kolla_bifrost_ipa_kernel_checksum_url : " {{ kolla_bifrost_ipa_kernel_upstream_url }}.sha256 "
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 }}.{{ kolla_bifrost_ipa_ramdisk_checksum_algorithm }} "
150
+ kolla_bifrost_ipa_ramdisk_checksum_url : " {{ kolla_bifrost_ipa_ramdisk_upstream_url }}.sha256 "
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:
94
+ ipa_kernel_checksum_url : " {{ ipa_kernel_upstream_url }}.sha256 "
95
95
96
96
# Algorithm of checksum of Ironic deployment kernel image.
97
- # ipa_kernel_checksum_algorithm:
97
+ ipa_kernel_checksum_algorithm : sha256
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_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhp
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:
106
+ ipa_ramdisk_checksum_url : " {{ ipa_ramdisk_upstream_url }}.sha256 "
107
107
108
108
# Algorithm of checksum of Ironic deployment ramdisk image.
109
- # ipa_ramdisk_checksum_algorithm:
109
+ ipa_ramdisk_checksum_algorithm : sha256
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 4
4
# where the key is the OS distro and the value is the tag to deploy.
5
5
kolla_image_tags :
6
6
openstack :
7
- rocky-9 : 2025.1-rocky-9-20250730T105631
8
- ubuntu-noble : 2025.1-ubuntu-noble-20250730T105631
9
- keystone :
10
- rocky-9 : 2025.1-rocky-9-20250805T134044
11
- ubuntu-noble : 2025.1-ubuntu-noble-20250805T134044
12
- magnum :
13
- rocky-9 : 2025.1-rocky-9-20250805T095746
14
- ubuntu-noble : 2025.1-ubuntu-noble-20250805T095746
7
+ rocky-9 : 2025.1-rocky-9-20250616T133037
8
+ ubuntu-noble : 2025.1-ubuntu-noble-20250613T131221
9
+ bifrost :
10
+ rocky-9 : 2025.1-rocky-9-20250626T152358
11
+ ubuntu-noble : 2025.1-ubuntu-noble-20250626T152358
12
+ neutron_bgp_dragent :
13
+ rocky-9 : 2025.1-rocky-9-20250715T140744
14
+ ubuntu-noble : 2025.1-ubuntu-noble-20250715T140744
15
+ neutron_metadata_agent :
16
+ rocky-9 : 2025.1-rocky-9-20250626T074649
17
+ ubuntu-noble : 2025.1-ubuntu-noble-20250626T074649
18
+ proxysql :
19
+ rocky-9 : 2025.1-rocky-9-20250701T091924
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ stackhpc_pulp_repo_rocky_9_6_extras_aarch64_version: 20250726T045704
76
76
stackhpc_pulp_repo_rocky_9_6_highavailability_version : 20250605T150141
77
77
stackhpc_pulp_repo_rocky_9_6_highavailability_aarch64_version : 20250605T150141
78
78
stackhpc_pulp_repo_rocky_9_sig_security_common_version : 20250222T040303
79
- stackhpc_pulp_repo_rocky_9_sig_security_common_aarch64_version : 20250222T044743
80
79
stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20250620T063939
81
80
stackhpc_pulp_repo_ubuntu_noble_security_version : 20250620T113028
82
81
stackhpc_pulp_repo_ubuntu_noble_version : 20250620T113028
You can’t perform that action at this time.
0 commit comments