Skip to content

Commit

Permalink
Merge pull request #352 from stackhpc/add-doca-repo
Browse files Browse the repository at this point in the history
Add DOCA Repository to Release Train
  • Loading branch information
assumptionsandg authored Dec 12, 2024
2 parents 92247fe + 5dbe314 commit 4bb1366
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,13 @@ rpm_package_repos:
short_name: opensearch_dashboards_2_x
sync_group: third_party
distribution_name: opensearch_dashboards-2.x-yum-
# DOCA Repository 2.9.1 for RHEL 9.5
- name: DOCA Online Repo 2.9.1 - RHEL 9.5
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.5/x86_64/
base_path: doca/2.9.1/rhel9.5/x86_64/
short_name: doca_2_9_1_rhel9_5
sync_group: third_party
distribution_name: doca-2.9.1-rhel9.5-

# Default filter string for RPM package repositories.
rpm_package_repo_filter: ""
Expand Down
18 changes: 17 additions & 1 deletion ansible/inventory/group_vars/all/package-repos-deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ deprecated_rpm_package_repos:
distribution_name: rocky-9.3-highavailability-
sync: false

# Base Rocky Linux 9.4 repositories
# Base Rocky Linux 9.4 repositories
- name: Rocky Linux 9.4 - AppStream
url: https://mirrors.rockylinux.org/mirrorlist?repo=rocky-AppStream-9.4&arch=x86_64&country=NL&protocol=https
base_path: rocky/9.4/AppStream/x86_64/os/
Expand Down Expand Up @@ -576,3 +576,19 @@ deprecated_rpm_package_repos:
short_name: rocky_9_4_highavailability_aarch64
sync_group: rocky_9_aarch64
distribution_name: rocky-9.4-highavailability-aarch64-

# Additional RHEL 9 repositories
# DOCA Repository 2.8.0 for RHEL 9.4
- name: DOCA Online Repo 2.8.0 - RHEL 9.4
url: https://linux.mellanox.com/public/repo/doca/2.8.0/rhel9.4/x86_64/
base_path: doca/2.8.0/rhel9.4/x86_64/
short_name: doca_2_8_0_rhel9_4
sync_group: third_party
distribution_name: doca-2.8.0-rhel9.4-
# DOCA Repository 2.9.1 for RHEL 9.4
- name: DOCA Online Repo 2.9.1 - RHEL 9.4
url: https://linux.mellanox.com/public/repo/doca/2.9.1/rhel9.4/x86_64/
base_path: doca/2.9.1/rhel9.4/x86_64/
short_name: doca_2_9_1_rhel9_4
sync_group: third_party
distribution_name: doca-2.9.1-rhel9.4-

0 comments on commit 4bb1366

Please sign in to comment.