Skip to content

Commit 5dbe314

Browse files
Add DOCA Repository to Release Train
1 parent 92247fe commit 5dbe314

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,13 @@ 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 2.9.1 for RHEL 9.5
589+
- name: DOCA Online Repo 2.9.1 - RHEL 9.5
590+
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.5/x86_64/
591+
base_path: doca/2.9.1/rhel9.5/x86_64/
592+
short_name: doca_2_9_1_rhel9_5
593+
sync_group: third_party
594+
distribution_name: doca-2.9.1-rhel9.5-
588595

589596
# Default filter string for RPM package repositories.
590597
rpm_package_repo_filter: ""

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

Lines changed: 17 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,19 @@ 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+
# DOCA Repository 2.9.1 for RHEL 9.4
589+
- name: DOCA Online Repo 2.9.1 - RHEL 9.4
590+
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.4/x86_64/
591+
base_path: doca/2.9.1/rhel9.4/x86_64/
592+
short_name: doca_2_9_1_rhel9_4
593+
sync_group: third_party
594+
distribution_name: doca-2.9.1-rhel9.4-

0 commit comments

Comments
 (0)