Skip to content

Commit c996f0e

Browse files
committed
Bump DOCA to 2.9.3
This includes OFED v24.10-3.2.5.0 LTS. Bump OFED to the same version.
1 parent 65e4878 commit c996f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
doca_version: '2.9.2' # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates
1+
doca_version: '2.9.3' # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates
22
doca_profile: doca-ofed
33
doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ ansible_distribution_version }}/{{ ansible_architecture }}/"

ansible/roles/ofed/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ofed_version: '24.10-2.1.8.0' # LTS
1+
ofed_version: '24.10-3.2.5.0' # LTS
22
ofed_download_url: https://content.mellanox.com/ofed/MLNX_OFED-{{ ofed_version }}/MLNX_OFED_LINUX-{{ ofed_version }}-{{ ofed_distro }}{{ ofed_distro_version }}-{{ ofed_arch }}.tgz
33
ofed_distro: rhel # NB: not expected to work on other distros due to installation differences
44
ofed_distro_version: "{{ ansible_distribution_version }}" # e.g. '8.9'

0 commit comments

Comments
 (0)