Skip to content

Commit 3db8289

Browse files
Include RHEL minor version
1 parent 25b813c commit 3db8289

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@ rpm_package_repos:
253253
short_name: treasuredata_4
254254
sync_group: third_party
255255
distribution_name: treasuredata-4-
256-
- name: DOCA Online Repo 2.8.0
257-
url: https://linux.mellanox.com/public/repo/doca/2.8.0/rhel9.4/x86_64/
258-
base_path: doca/2.8.0/rhel9.4/x86_64/
259-
short_name: doca_2_8_0_rhel9_4
260-
sync_group: third_party
261-
distribution_name: doca-2.8.0-rhel9.4-
262256

263257
# Base Rocky Linux 9.4 repositories
264258
- name: Rocky Linux 9.4 - AppStream
@@ -591,6 +585,13 @@ rpm_package_repos:
591585
short_name: opensearch_dashboards_2_x
592586
sync_group: third_party
593587
distribution_name: opensearch_dashboards-2.x-yum-
588+
# DOCA Repository for RHEL 9.4
589+
- name: DOCA Online Repo 2.8.0 - RHEL 9.4
590+
url: https://linux.mellanox.com/public/repo/doca/2.8.0/rhel9.4/x86_64/
591+
base_path: doca/2.8.0/rhel9.4/x86_64/
592+
short_name: doca_2_8_0_rhel9_4
593+
sync_group: third_party
594+
distribution_name: doca-2.8.0-rhel9.4-
594595

595596
# Default filter string for RPM package repositories.
596597
rpm_package_repo_filter: ""

0 commit comments

Comments
 (0)