Skip to content

Commit ff5ad6c

Browse files
committed
Drop support for RL 9.1 to 9.4
1 parent 1043a2a commit ff5ad6c

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

etc/kayobe/pulp-repo-versions.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,6 @@ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version: 20241102T004913
1818
stackhpc_pulp_repo_rhel_9_rabbitmq_erlang_version: 20240711T091318
1919
stackhpc_pulp_repo_rhel_9_rabbitmq_server_version: 20240711T091318
2020
stackhpc_pulp_repo_rhel_9_treasuredata_5_version: 20241115T002028
21-
stackhpc_pulp_repo_rocky_9_1_appstream_version: 20231207T013715
22-
stackhpc_pulp_repo_rocky_9_1_baseos_version: 20231206T014015
23-
stackhpc_pulp_repo_rocky_9_1_crb_version: 20231211T120328
24-
stackhpc_pulp_repo_rocky_9_1_extras_version: 20231211T120328
25-
stackhpc_pulp_repo_rocky_9_1_highavailability_version: 20231208T011702
26-
stackhpc_pulp_repo_rocky_9_2_appstream_version: 20231211T120328
27-
stackhpc_pulp_repo_rocky_9_2_baseos_version: 20231211T120328
28-
stackhpc_pulp_repo_rocky_9_2_crb_version: 20231207T013715
29-
stackhpc_pulp_repo_rocky_9_2_extras_version: 20231207T013715
30-
stackhpc_pulp_repo_rocky_9_2_highavailability_version: 20231208T011702
31-
stackhpc_pulp_repo_rocky_9_3_appstream_version: 20240508T001430
32-
stackhpc_pulp_repo_rocky_9_3_baseos_version: 20240509T005935
33-
stackhpc_pulp_repo_rocky_9_3_crb_version: 20240429T003818
34-
stackhpc_pulp_repo_rocky_9_3_extras_version: 20240506T000343
35-
stackhpc_pulp_repo_rocky_9_3_highavailability_version: 20240510T001129
36-
stackhpc_pulp_repo_rocky_9_4_appstream_version: 20240816T002610
37-
stackhpc_pulp_repo_rocky_9_4_baseos_version: 20240816T002610
38-
stackhpc_pulp_repo_rocky_9_4_crb_version: 20240816T002610
39-
stackhpc_pulp_repo_rocky_9_4_extras_version: 20240816T002610
40-
stackhpc_pulp_repo_rocky_9_4_highavailability_version: 20240816T002610
4121
stackhpc_pulp_repo_rocky_9_5_appstream_version: 20241217T005008
4222
stackhpc_pulp_repo_rocky_9_5_baseos_version: 20241216T013503
4323
stackhpc_pulp_repo_rocky_9_5_crb_version: 20241217T005008

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ stackhpc_pulp_distribution_deb_production: >-
196196

197197
# Whether to sync Rocky Linux 9 packages.
198198
stackhpc_pulp_sync_rocky_9: "{{ os_distribution == 'rocky' }}"
199-
# Rocky 9 minor version number. Supported values: 1, 2, 3, 4, 5. Default is 5
199+
# Rocky 9 minor version number. Supported values: 5. Default is 5
200200
stackhpc_pulp_repo_rocky_9_minor_version: 5
201201
# Rocky 9 Snapshot versions. The defaults use the appropriate version from
202202
# pulp-repo-versions.yml for the selected minor release.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Rocky Linux 9.1 to 9.4 has been dropped. Hosts must be updated
5+
to RL9.5 and above before upgrading to this OpenStack release.
6+
deprecations:
7+
- |
8+
Support for Rocky Linux 9.1 to 9.4 has been dropped.

0 commit comments

Comments
 (0)