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 138138kolla_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 }}.{{ kolla_bifrost_ipa_kernel_checksum_algorithm }} "
141+ kolla_bifrost_ipa_kernel_checksum_url : " {{ kolla_bifrost_ipa_kernel_upstream_url }}.sha256 "
142142
143143# Algorithm of checksum of Ironic Python Agent (IPA) kernel image.
144144kolla_bifrost_ipa_kernel_checksum_algorithm : sha256
@@ -147,7 +147,7 @@ kolla_bifrost_ipa_kernel_checksum_algorithm: sha256
147147kolla_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 }}.{{ kolla_bifrost_ipa_ramdisk_checksum_algorithm }} "
150+ kolla_bifrost_ipa_ramdisk_checksum_url : " {{ kolla_bifrost_ipa_ramdisk_upstream_url }}.sha256 "
151151
152152# Algorithm of checksum of Ironic Python Agent (IPA) ramdisk image.
153153kolla_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:
9191ipa_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:
94+ ipa_kernel_checksum_url : " {{ ipa_kernel_upstream_url }}.sha256 "
9595
9696# Algorithm of checksum of Ironic deployment kernel image.
97- # ipa_kernel_checksum_algorithm:
97+ ipa_kernel_checksum_algorithm : sha256
9898
9999# Name of Ironic deployment ramdisk image to register in Glance.
100100# ipa_images_ramdisk_name:
@@ -103,10 +103,10 @@ ipa_kernel_upstream_url: "{{ (stackhpc_ipa_image_url + '/ipa.kernel') if stackhp
103103ipa_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:
106+ ipa_ramdisk_checksum_url : " {{ ipa_ramdisk_upstream_url }}.sha256 "
107107
108108# Algorithm of checksum of Ironic deployment ramdisk image.
109- # ipa_ramdisk_checksum_algorithm:
109+ ipa_ramdisk_checksum_algorithm : sha256
110110
111111# IPA download parameters
112112image_download_url_username : " {{ stackhpc_release_pulp_username }}"
Original file line number Diff line number Diff line change 44# where the key is the OS distro and the value is the tag to deploy.
55kolla_image_tags :
66 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
7676stackhpc_pulp_repo_rocky_9_6_highavailability_version : 20250605T150141
7777stackhpc_pulp_repo_rocky_9_6_highavailability_aarch64_version : 20250605T150141
7878stackhpc_pulp_repo_rocky_9_sig_security_common_version : 20250222T040303
79- stackhpc_pulp_repo_rocky_9_sig_security_common_aarch64_version : 20250222T044743
8079stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20250620T063939
8180stackhpc_pulp_repo_ubuntu_noble_security_version : 20250620T113028
8281stackhpc_pulp_repo_ubuntu_noble_version : 20250620T113028
You can’t perform that action at this time.
0 commit comments