Skip to content

Commit 9ebd427

Browse files
Push OFED userspace packages
1 parent 0468695 commit 9ebd427

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

etc/kayobe/ansible/build-ofed.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
- gcc-gfortran
3838
- tcl
3939
- createrepo
40+
- cmake-filesystem
41+
- libnl3-devel
4042
state: latest
4143
update_cache: true
4244

@@ -76,7 +78,13 @@
7678
search_string: 'TMP_DIR=$1'
7779
line: ' TMP_DIR=/home/cloud-user/ofed'
7880

79-
- name: Ensure the current kernel is supported
81+
- name: Build OFED kernel modules
8082
ansible.builtin.shell:
8183
cmd: |
8284
/opt/mellanox/doca/tools/doca-kernel-support
85+
86+
- name: Download OFED userspace packages
87+
ansible.builtin.dnf:
88+
name: doca-ofed-userspace
89+
download_only: true
90+
download_dir: /home/cloud-user/ofed

0 commit comments

Comments
 (0)