Skip to content

Commit f5651dd

Browse files
Use defined versions for OFED
1 parent 3abbe40 commit f5651dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

etc/kayobe/ansible/build-ofed-rocky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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

etc/kayobe/ofed.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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
512
stackhpc_pulp_doca_ofed_version: 24.07
613

0 commit comments

Comments
 (0)