Skip to content
Merged
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
28 changes: 28 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.2.3 for RHEL 9.*
- name: DOCA Online Repo 3.2.3 - RHEL 9
url: https://linux.mellanox.com/public/repo/doca/3.2.3/rhel9/x86_64/
base_path: doca/3.2.3/rhel9/x86_64/
short_name: doca_3_2_3_rhel9
sync_group: third_party
distribution_name: doca-3.2.3-rhel9-
# DOCA Repository 3.2.3 for RHEL 9 (aarch64)
- name: DOCA Online Repo 3.2.3 - RHEL 9 (aarch64)
url: https://linux.mellanox.com/public/repo/doca/3.2.3/rhel9/arm64-sbsa/
base_path: doca/3.2.3/rhel9/aarch64/
short_name: doca_3_2_3_rhel9_aarch64
sync_group: third_party
distribution_name: doca-3.2.3-rhel9-aarch64-
# OpenHPC v3 for RockyLinux 9
- name: OpenHPC-3 - Base
url: https://repos.openhpc.community/OpenHPC/3/EL_9
Expand Down Expand Up @@ -1079,6 +1093,20 @@ rpm_package_repos:
short_name: doca_3_2_2_rhel10_aarch64
sync_group: third_party
distribution_name: doca-3.2.2-rhel10-aarch64-
# DOCA Repository 3.2.3 for RHEL 10
- name: DOCA Online Repo 3.2.3 - RHEL 10
url: https://linux.mellanox.com/public/repo/doca/3.2.3/rhel10/x86_64/
base_path: doca/3.2.3/rhel10/x86_64/
short_name: doca_3_2_3_rhel10_x86_64
sync_group: third_party
distribution_name: doca-3.2.3-rhel10-x86_64-
# DOCA Repository 3.2.3 for RHEL 10 (aarch64)
- name: DOCA Online Repo 3.2.3 - RHEL 10 (aarch64)
url: https://linux.mellanox.com/public/repo/doca/3.2.3/rhel10/arm64-sbsa/
base_path: doca/3.2.3/rhel10/aarch64/
short_name: doca_3_2_3_rhel10_aarch64
sync_group: third_party
distribution_name: doca-3.2.3-rhel10-aarch64-
# ProxySQL for AlmaLinux 10
- name: ProxySQL - AlmaLinux 10
url: https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/almalinux/10/
Expand Down