Skip to content

Commit 33e8abe

Browse files
authored
Merge pull request #936 from stackhpc/bump-doca-ofed
Bump DOCA OFED to 3.2.2 LTS
2 parents 86a94af + 9b07a10 commit 33e8abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/doca/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# DOCA 2.9.3 has not been released for rhel 9.7 yet (as of 2025-12-18).
66
# DOCA 3.2.0 is compatible with rhel 9 but lists Connectx-4 lx as supported but not ConnectX-4:
77
# https://docs.nvidia.com/doca/sdk/general-support/index.html#src-4413883949_id-.GeneralSupportv3.2.0LC-SupportedPlatformsandNICFirmwareVersions
8-
doca_version: "{{ ansible_distribution_version is version('9.7', '>=') | ternary('3.2.1', '2.9.3') }}"
8+
doca_version: "{{ ansible_distribution_version is version('9.7', '>=') | ternary('3.2.2', '2.9.3') }}"
99
doca_profile: doca-ofed
1010
doca_distribution: "{{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
1111
doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"

0 commit comments

Comments
 (0)