Skip to content

Commit 373cb64

Browse files
committed
Various AUFN-related changes for Epoxy
1 parent 7f778d1 commit 373cb64

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
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 }}.{{ 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.
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 }}.{{ 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.
153153
kolla_bifrost_ipa_ramdisk_checksum_algorithm: sha256

etc/kayobe/ipa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ 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:
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
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:
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
112112
image_download_url_username: "{{ stackhpc_release_pulp_username }}"

etc/kayobe/kolla-image-tags.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
# where the key is the OS distro and the value is the tag to deploy.
55
kolla_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

etc/kayobe/pulp-repo-versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ stackhpc_pulp_repo_rocky_9_6_extras_aarch64_version: 20250726T045704
7676
stackhpc_pulp_repo_rocky_9_6_highavailability_version: 20250605T150141
7777
stackhpc_pulp_repo_rocky_9_6_highavailability_aarch64_version: 20250605T150141
7878
stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20250222T040303
79-
stackhpc_pulp_repo_rocky_9_sig_security_common_aarch64_version: 20250222T044743
8079
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20250620T063939
8180
stackhpc_pulp_repo_ubuntu_noble_security_version: 20250620T113028
8281
stackhpc_pulp_repo_ubuntu_noble_version: 20250620T113028

0 commit comments

Comments
 (0)