Skip to content
Snippets Groups Projects
Commit abe6524a authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Baremetals are allowed to change the firmware

parent d183667b
No related branches found
No related tags found
2 merge requests!519Mount nvme disks on /mnt/nvme,!509Dgxmlx
...@@ -217,13 +217,21 @@ ...@@ -217,13 +217,21 @@
become_user: root become_user: root
when: install_now and buildKMOD!=True and ansible_os_family == "Debian" when: install_now and buildKMOD!=True and ansible_os_family == "Debian"
- name: install drivers Redhat - name: install drivers Redhat VM
shell: ./mlnxofedinstall -q --skip-repo --without-fw-update shell: ./mlnxofedinstall -q --skip-repo --without-fw-update
args: args:
chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}" chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}"
become: true become: true
become_user: root become_user: root
when: install_now and buildKMOD!=True and ansible_os_family == "RedHat" when: install_now and buildKMOD!=True and ansible_os_family == "RedHat" and "OpenStack Nova" in ansible_product_name
- name: install drivers Redhat not VM firmware
shell: ./mlnxofedinstall -q --skip-repo
args:
chdir: "/tmp/{{ MELLANOX_DRIVER_SRC }}"
become: true
become_user: root
when: install_now and buildKMOD!=True and ansible_os_family == "RedHat" and "OpenStack Nova" not in ansible_product_name
- name: build and install drivers Redhat - name: build and install drivers Redhat
shell: ./mlnxofedinstall -q --skip-repo --without-fw-update --add-kernel-support --hpc --kmp --all shell: ./mlnxofedinstall -q --skip-repo --without-fw-update --add-kernel-support --hpc --kmp --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment