🎈 perf(DPISDN-17): Update mrzcpd to v4.6.47, install "mlnx-ofed-kernel-only"

Update mrzcpd to v4.6.47, install "mlnx-ofed-kernel-only"
This commit is contained in:
songyanchao
2023-08-28 23:28:45 -04:00
committed by linxin
parent aa8e4f0016
commit af9229eccc
2 changed files with 6 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ mrzcpd_rpm_version:
mrzcpd-znver1: mrzcpd-znver1-4.6.56.95de63f
mrzcpd-corei7: mrzcpd-corei7-4.6.56.95de63f
mlnx_ofed_kernel_only_rpm_version:
mlnx_ofed_kernel_only: mlnx-ofed-kernel-only-all-5.17.15-1.el8.x86_64.noarch
sapp_rpm_version:
sapp: sapp-4.3.29.f4d920a

View File

@@ -20,6 +20,10 @@
shell: rpm -i /tmp/rpm_download/{{ item.value }}* --prefix {{ prefix_path.mrzcpd }}
with_dict: "{{ mrzcpd_rpm_version }}"
- name: "Install mlnx-ofed-kernel-only"
shell: yum install -y "{{mlnx_ofed_kernel_only_rpm_version.mlnx_ofed_kernel_only}}"
when: runtime_env == 'TSG-X-P0906'
- name: "update /etc/ld.so.conf.d/mrzcpd.conf"
template:
src: "{{ role_path }}/templates/mrzcpd.conf.j2"