Skip to content

Update to Rocky Linux 9.3 #828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fb75186
Update pulp repo versions from gh action artifact
seunghun1ee Dec 7, 2023
ef97f47
Add new line at the end of file because Tox unhappy
seunghun1ee Dec 8, 2023
05b603a
Update default stackhpc pulp repo rocky version to 9.3
seunghun1ee Dec 11, 2023
64f0284
Revert unnecessary updates and update RL 9.2 and 9.3 repos
seunghun1ee Dec 11, 2023
a2f84ad
Update Kolla container image tags to RL 9.3
seunghun1ee Dec 12, 2023
250c9cb
Update pulp repo to include RL kernel-5.14.0-362.13.1.el9_3.x86_64
seunghun1ee Dec 18, 2023
3b30a86
Fix Rocky Linux 9 targeting Cephadm Pacific
seunghun1ee Jan 9, 2024
6ffa526
Enable installing Elrepo9 for Rocky Linux 9.3 upgrade
seunghun1ee Jan 9, 2024
b59b4d7
Update Kolla container tags to apply pyroute2 compatibility fix
seunghun1ee Jan 9, 2024
3f92251
Fix Wazuh manager playbook with no custom policies
seunghun1ee Dec 7, 2023
bc2bcb7
Merge pull request #844 from stackhpc/yoga-opensearch-pin
markgoddard Dec 20, 2023
fa68b22
Merge branch 'stackhpc/yoga' into rocky-linux-9.3-package-update
seunghun1ee Jan 9, 2024
0d9c418
Add releasenote
seunghun1ee Jan 9, 2024
111b3e2
Add empty line at release note
seunghun1ee Jan 9, 2024
cb70542
Revert unused pulp repo version tags
seunghun1ee Jan 11, 2024
87ed108
List kayobe_image_tags to be alphabetical
seunghun1ee Jan 11, 2024
fe8bcad
Add release note for cephadm fix
seunghun1ee Jan 11, 2024
3a158df
Revert "Fix Rocky Linux 9 targeting Cephadm Pacific"
seunghun1ee Jan 12, 2024
9ad8a8c
Revert "Enable installing Elrepo9 for Rocky Linux 9.3 upgrade"
seunghun1ee Jan 12, 2024
7a22e1f
Remove wrong release note
seunghun1ee Jan 12, 2024
f6cff63
Add note about new contianer images and repo versions
seunghun1ee Jan 15, 2024
9804027
Merge branch 'stackhpc/yoga' into rocky-linux-9.3-package-update
seunghun1ee Jan 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,24 @@ kolla_base_distro: "{% raw %}{{ 'centos' if ansible_facts.distribution == 'Rocky
kayobe_image_tags:
openstack:
centos: yoga-20231024T093507
rocky: yoga-20231024T093507
rocky: yoga-20231218T141822
ubuntu: yoga-20231024T093507
cloudkitty:
centos: yoga-20231107T165648
rocky: yoga-20231218T141822
ubuntu: yoga-20231107T165648
neutron:
centos: yoga-20231114T125927
rocky: yoga-20240105T120257
ubuntu: yoga-20231114T125927
nova:
centos: yoga-20231113T171023
rocky: yoga-20231103T161400
rocky: yoga-20240105T120257
ubuntu: yoga-20231103T161400

cloudkitty_tag: yoga-20231107T165648
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
neutron_tag: yoga-20231114T125927
opensearch_tag: yoga-20231219T221916

# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
Expand Down
15 changes: 10 additions & 5 deletions etc/kayobe/pulp-repo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@ stackhpc_pulp_repo_rocky_9_1_baseos_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_1_crb_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_1_extras_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_1_highavailability_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_2_appstream_version: 20231018T041416
stackhpc_pulp_repo_rocky_9_2_baseos_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_2_crb_version: 20231020T014922
stackhpc_pulp_repo_rocky_9_2_extras_version: 20231001T002904
stackhpc_pulp_repo_rocky_9_2_highavailability_version: 20230918T015928
stackhpc_pulp_repo_rocky_9_2_appstream_version: 20231211T120328
stackhpc_pulp_repo_rocky_9_2_baseos_version: 20231211T120328
stackhpc_pulp_repo_rocky_9_2_crb_version: 20231207T013715
stackhpc_pulp_repo_rocky_9_2_extras_version: 20231207T013715
stackhpc_pulp_repo_rocky_9_2_highavailability_version: 20231208T011702
stackhpc_pulp_repo_rocky_9_3_appstream_version: 20231215T005810
stackhpc_pulp_repo_rocky_9_3_baseos_version: 20231215T005810
stackhpc_pulp_repo_rocky_9_3_crb_version: 20231215T005810
stackhpc_pulp_repo_rocky_9_3_extras_version: 20231211T120328
stackhpc_pulp_repo_rocky_9_3_highavailability_version: 20231214T005538
stackhpc_pulp_repo_treasuredata_4_version: 20230903T003752
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20231019T125502
stackhpc_pulp_repo_ubuntu_focal_security_version: 20231018T165217
Expand Down
4 changes: 2 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ stackhpc_pulp_sync_el_8: "{{ stackhpc_pulp_sync_rocky_8 or stackhpc_pulp_sync_ce

# Whether to sync Rocky Linux 9 packages.
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' and os_release == '9' }}"
# Rocky 9 minor version number. Supported values: 1, 2. Default is 2
stackhpc_pulp_repo_rocky_9_minor_version: 2
# Rocky 9 minor version number. Supported values: 1, 2, 3. Default is 3
stackhpc_pulp_repo_rocky_9_minor_version: 3
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
# pulp-repo-versions.yml for the selected minor release.
stackhpc_pulp_repo_rocky_9_appstream_version: "{{ lookup('vars', 'stackhpc_pulp_repo_rocky_9_%s_appstream_version' % stackhpc_pulp_repo_rocky_9_minor_version) }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Added support for Rocky Linux 9.3 repositories and Kolla containers.
Made 9.3 the default version.