File tree Expand file tree Collapse file tree
ansible/roles/doca/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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') }}"
99doca_profile : doca-ofed
1010doca_distribution : " {{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
1111doca_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