🎈 perf(TSG-12947): 将mrzcpd升级至4.5.4,ofed升级至5.5

将mrzcpd升级至4.5.4,ofed升级至5.5
This commit is contained in:
songyanchao
2022-12-07 05:06:23 -05:00
parent 8334770457
commit 183e440da7
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ kni_rpm_version:
kni: kni-5.0.2.6cb27c3
mrzcpd_rpm_version:
mrzcpd: mrzcpd-4.5.3.23c9f9f
mrzcpd: mrzcpd-4.5.4.15cfb61
mrzcpd-0906: mrzcpd-4.6.9.74bd5ec
sapp_rpm_version:

View File

@@ -40,7 +40,7 @@
###### TSG-X-P0804 TSG-X-P0906 ofed install start ######
- name: "install rpm packages: ofed"
yum:
name: "mlnx-ofed-all-5.17.15-1.el8.x86_64.noarch"
name: "mlnx-ofed-all-5.17.15-1.el8-v1.0.0-20221206.noarch"
conf_file: "{{ rpm_repo_config_path }}"
state: present
when: runtime_env == 'TSG-X-P0804' or runtime_env == 'TSG-X-P0906'
@@ -49,7 +49,7 @@
###### TSG-X-P1403 ofed install start ######
- name: "install rpm packages: ofed"
yum:
name: "mlnx-ofed-all-3.10.0-1160.59.1.el7.x86_64.noarch"
name: "mlnx-ofed-all-3.10.0-1160.59.1.el7-v1.0.0-20221206.noarch"
conf_file: "{{ rpm_repo_config_path }}"
state: present
when: runtime_env == 'TSG-X-P1403'