Skip to content

Commit c06302d

Browse files
committed
DOCA 3.2.0 for RL 9.7
1 parent dad7896 commit c06302d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/kayobe/ofed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
###############################################################################
55
# DOCA host version
6-
stackhpc_pulp_doca_version: "{{ '2.9.3' if stackhpc_pulp_repo_rocky_9_minor_version == '6' else '2.9.1' }}"
6+
stackhpc_pulp_doca_version_matrix:
7+
"6": 2.9.3
8+
"7": 3.2.0
9+
stackhpc_pulp_doca_version: "{{ stackhpc_pulp_doca_version_matrix[stackhpc_pulp_repo_rocky_9_minor_version] | default('2.9.1') }}"
710

811
###############################################################################
912
# Pulp configuration for DOCA OFED

0 commit comments

Comments
 (0)