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 41
41
42
42
- name : Add DOCA host repository package
43
43
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
45
45
disable_gpg_check : true
46
46
47
47
- name : Install DOCA extra packages
Original file line number Diff line number Diff line change 1
1
---
2
2
# DOCA OFED configuration
3
3
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
+
4
11
# DOCA OFED version
5
12
stackhpc_pulp_doca_ofed_version : 24.07
6
13
You can’t perform that action at this time.
0 commit comments