Skip to content

Commit 1ace0c2

Browse files
Update to Rocky Linux 9.3 (#828)
* Update pulp repo versions from gh action artifact * Update default stackhpc pulp repo rocky version to 9.3 * Update Kolla container image tags to RL 9.3 Co-authored-by: Mark Goddard <[email protected]>
1 parent 379f525 commit 1ace0c2

File tree

4 files changed

+33
-11
lines changed

4 files changed

+33
-11
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,24 @@ kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky
1313
kayobe_image_tags:
1414
openstack:
1515
centos: yoga-20231024T093507
16-
rocky: yoga-20231024T093507
16+
rocky: yoga-20231218T141822
1717
ubuntu: yoga-20231024T093507
18+
cloudkitty:
19+
centos: yoga-20231107T165648
20+
rocky: yoga-20231218T141822
21+
ubuntu: yoga-20231107T165648
22+
neutron:
23+
centos: yoga-20231114T125927
24+
rocky: yoga-20240105T120257
25+
ubuntu: yoga-20231114T125927
1826
nova:
1927
centos: yoga-20231113T171023
20-
rocky: yoga-20231103T161400
28+
rocky: yoga-20240105T120257
2129
ubuntu: yoga-20231103T161400
2230

23-
cloudkitty_tag: yoga-20231107T165648
31+
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
32+
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
2433
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
25-
neutron_tag: yoga-20231114T125927
2634
opensearch_tag: yoga-20231219T221916
2735

2836
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag

etc/kayobe/pulp-repo-versions.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,16 @@ stackhpc_pulp_repo_rocky_9_1_baseos_version: 20231020T014922
5353
stackhpc_pulp_repo_rocky_9_1_crb_version: 20231020T014922
5454
stackhpc_pulp_repo_rocky_9_1_extras_version: 20231020T014922
5555
stackhpc_pulp_repo_rocky_9_1_highavailability_version: 20231020T014922
56-
stackhpc_pulp_repo_rocky_9_2_appstream_version: 20231018T041416
57-
stackhpc_pulp_repo_rocky_9_2_baseos_version: 20231020T014922
58-
stackhpc_pulp_repo_rocky_9_2_crb_version: 20231020T014922
59-
stackhpc_pulp_repo_rocky_9_2_extras_version: 20231001T002904
60-
stackhpc_pulp_repo_rocky_9_2_highavailability_version: 20230918T015928
56+
stackhpc_pulp_repo_rocky_9_2_appstream_version: 20231211T120328
57+
stackhpc_pulp_repo_rocky_9_2_baseos_version: 20231211T120328
58+
stackhpc_pulp_repo_rocky_9_2_crb_version: 20231207T013715
59+
stackhpc_pulp_repo_rocky_9_2_extras_version: 20231207T013715
60+
stackhpc_pulp_repo_rocky_9_2_highavailability_version: 20231208T011702
61+
stackhpc_pulp_repo_rocky_9_3_appstream_version: 20231215T005810
62+
stackhpc_pulp_repo_rocky_9_3_baseos_version: 20231215T005810
63+
stackhpc_pulp_repo_rocky_9_3_crb_version: 20231215T005810
64+
stackhpc_pulp_repo_rocky_9_3_extras_version: 20231211T120328
65+
stackhpc_pulp_repo_rocky_9_3_highavailability_version: 20231214T005538
6166
stackhpc_pulp_repo_treasuredata_4_version: 20230903T003752
6267
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20231019T125502
6368
stackhpc_pulp_repo_ubuntu_focal_security_version: 20231018T165217

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ stackhpc_pulp_sync_el_8: "{{ stackhpc_pulp_sync_rocky_8 or stackhpc_pulp_sync_ce
232232

233233
# Whether to sync Rocky Linux 9 packages.
234234
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' and os_release == '9' }}"
235-
# Rocky 9 minor version number. Supported values: 1, 2. Default is 2
236-
stackhpc_pulp_repo_rocky_9_minor_version: 2
235+
# Rocky 9 minor version number. Supported values: 1, 2, 3. Default is 3
236+
stackhpc_pulp_repo_rocky_9_minor_version: 3
237237
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
238238
# pulp-repo-versions.yml for the selected minor release.
239239
stackhpc_pulp_repo_rocky_9_appstream_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rocky_9_%s_appstream_version' % stackhpc_pulp_repo_rocky_9_minor_version) }}"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
Added support for Rocky Linux 9.3 repositories and Kolla containers.
5+
Made 9.3 the default version for Rocky Linux.
6+
- |
7+
Updated Rocky Linux 9.2 pulp repo versions.
8+
Added Rocky Linux 9.3 pulp repo versions.
9+
Rebuilt Kolla containers with Rocky Linux 9.3.

0 commit comments

Comments
 (0)