Skip to content
Snippets Groups Projects
Commit 32d32c28 authored by Chris Hines's avatar Chris Hines
Browse files

Merge remote-tracking branch 'origin' into mlaas-ci

parents d963965b 253e5082
No related branches found
No related tags found
1 merge request!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -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