Skip to content
Closed
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions ansible/inventory/group_vars/all/rpm-package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,20 @@ rpm_package_repos:
short_name: doca_3_2_2_rhel9_aarch64
sync_group: third_party
distribution_name: doca-3.2.2-rhel9-aarch64-
# DOCA Repository 3.4.0 for RHEL 9.*
- name: DOCA Online Repo 3.4.0 - RHEL 9
url: https://linux.mellanox.com/public/repo/doca/3.4.0/rhel9/x86_64/
base_path: doca/3.4.0/rhel9/x86_64/
short_name: doca_3_4_0_rhel9
sync_group: third_party
distribution_name: doca-3.4.0-rhel9-
# DOCA Repository 3.4.0 for RHEL 9 (aarch64)
- name: DOCA Online Repo 3.4.0 - RHEL 9 (aarch64)
url: https://linux.mellanox.com/public/repo/doca/3.4.0/rhel9/arm64-sbsa/
base_path: doca/3.4.0/rhel9/aarch64/
short_name: doca_3_4_0_rhel9_aarch64
sync_group: third_party
distribution_name: doca-3.4.0-rhel9-aarch64-
# OpenHPC v3 for RockyLinux 9
- name: OpenHPC-3 - Base
url: https://repos.openhpc.community/OpenHPC/3/EL_9
Expand Down