Skip to content

Commit d77a318

Browse files
Deprecate 9.4
1 parent 8c9f8ba commit d77a318

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ rpm_package_repos:
585585
short_name: opensearch_dashboards_2_x
586586
sync_group: third_party
587587
distribution_name: opensearch_dashboards-2.x-yum-
588-
# DOCA Repository for RHEL 9.5
588+
# DOCA Repository 2.9.1 for RHEL 9.5
589589
- name: DOCA Online Repo 2.9.1 - RHEL 9.5
590590
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.5/x86_64/
591591
base_path: doca/2.9.1/rhel9.5/x86_64/

ansible/inventory/group_vars/all/package-repos-deprecated

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ deprecated_rpm_package_repos:
512512
distribution_name: rocky-9.3-highavailability-
513513
sync: false
514514

515-
# Base Rocky Linux 9.4 repositories
515+
# Base Rocky Linux 9.4 repositories
516516
- name: Rocky Linux 9.4 - AppStream
517517
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.4&arch=x86_64&country=NL&protocol=https
518518
base_path: rocky/9.4/AppStream/x86_64/os/
@@ -576,3 +576,21 @@ deprecated_rpm_package_repos:
576576
short_name: rocky_9_4_highavailability_aarch64
577577
sync_group: rocky_9_aarch64
578578
distribution_name: rocky-9.4-highavailability-aarch64-
579+
580+
# Additional RHEL 9 repositories
581+
# DOCA Repository 2.8.0 for RHEL 9.4
582+
- name: DOCA Online Repo 2.8.0 - RHEL 9.4
583+
url: https://linux.mellanox.com/public/repo/doca/2.8.0/rhel9.4/x86_64/
584+
base_path: doca/2.8.0/rhel9.4/x86_64/
585+
short_name: doca_2_8_0_rhel9_4
586+
sync_group: third_party
587+
distribution_name: doca-2.8.0-rhel9.4-
588+
distribution_name: doca-2.8.0-rhel9.4-
589+
# DOCA Repository 2.9.1 for RHEL 9.4
590+
- name: DOCA Online Repo 2.9.1 - RHEL 9.4
591+
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.4/x86_64/
592+
base_path: doca/2.9.1/rhel9.4/x86_64/
593+
short_name: doca_2_9_1_rhel9_4
594+
sync_group: third_party
595+
distribution_name: doca-2.9.1-rhel9.4-
596+
distribution_name: doca-2.9.1-rhel9.4-

0 commit comments

Comments
 (0)