Skip to content

Add DOCA Repository to Release Train #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
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
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-
Loading