feat(TSG-10660): 添加MLX5_GLUE_PATH环境变量

添加MLX5_GLUE_PATH环境变量到全局
This commit is contained in:
songyanchao
2022-05-22 22:14:54 -04:00
parent 5ae7e6a125
commit c160378db0

View File

@@ -61,4 +61,9 @@
- name: "update initramfs"
shell: dracut --force -v /boot/initramfs-5.4.159-1.el7.elrepo.x86_64.img 5.4.159-1.el7.elrepo.x86_64
when: runtime_env != 'TSG-X-P1403' and runtime_env != 'TSG-X-P0804'
when: runtime_env != 'TSG-X-P1403' and runtime_env != 'TSG-X-P0804'
- name: "Export MLX5_GLUE_PATH"
lineinfile:
dest: /etc/profile
line: 'export MLX5_GLUE_PATH=/opt/tsg/mrzcpd/lib'