File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
ansible/roles/doca/defaults Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11---
22
3- doca_version : " 2.9.3" # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates
3+ # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates:
4+ # https://docs.nvidia.com/doca/archive/2-9-3/changes+and+new+features/index.html
5+ # DOCA 2.9.3 has not been released for rhel 9.7 yet (as of 2025-12-18).
6+ # DOCA 3.2.0 is compatible with rhel 9 but lists Connectx-4 lx as supported but not ConnectX-4:
7+ # 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') }}"
49doca_profile : doca-ofed
510doca_distribution : " {{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
611doca_repo_url : " https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"
You can’t perform that action at this time.
0 commit comments