Skip to content

Commit

Permalink
Fix package conflicts with DOCA repository
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Nov 29, 2024
1 parent 88026d8 commit e5d5e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/kayobe/dnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dnf_custom_repos_doca:
baseurl: "{{ stackhpc_repo_rhel9_doca_url }}"
description: "DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
enabled: "{{ dnf_enable_doca | bool }}"
priority: -1
file: doca
gpgcheck: no
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
Expand All @@ -63,7 +64,7 @@ dnf_custom_repos_doca:
baseurl: "{{ stackhpc_repo_rhel9_doca_modules_url }}"
description: "OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
enabled: "{{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
priority: -1
priority: -2
file: doca-modules
gpgcheck: no
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
Expand Down

0 comments on commit e5d5e19

Please sign in to comment.