File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Add DOCA host repository package
4343 ansible.builtin.dnf :
44- name : https://developer.nvidia.com/downloads/networking/secure/doca-sdk/DOCA_2.8 /doca-host-2.8.0-204000_ {{ stackhpc_pulp_doca_ofed_version }}_rhel9{{ stackhpc_pulp_repo_rocky_9_minor_version }}.x86_64.rpm
44+ name : https://developer.nvidia.com/downloads/networking/secure/doca-sdk/DOCA_{{ stackhpc_pulp_doca_version }} /doca-host-{{ stackhpc_pulp_doca_host_version }}-{{ stackhpc_pulp_doca_host_minor_version }}_ {{ stackhpc_pulp_doca_ofed_version }}_rhel9{{ stackhpc_pulp_repo_rocky_9_minor_version }}.x86_64.rpm
4545 disable_gpg_check : true
4646
4747 - name : Install DOCA extra packages
Original file line number Diff line number Diff line change 11---
22# DOCA OFED configuration
33
4+ # DOCA version
5+ stackhpc_pulp_doca_version : 2.8
6+
7+ # DOCA host version
8+ stackhpc_pulp_doca_host_version : 2.8.0
9+ stackhpc_pulp_doca_host_minor_version : 204000
10+
411# DOCA OFED version
512stackhpc_pulp_doca_ofed_version : 24.07
613
You can’t perform that action at this time.
0 commit comments