Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jupiter Hu
ansible_cluster_in_a_box
Commits
df8a4bf3
Commit
df8a4bf3
authored
Jan 15, 2016
by
Simon Michnowicz
Browse files
modified for new kernel version drivers
parent
3827a329
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/mellanox_drivers/vars/mellanoxVars.yml
View file @
df8a4bf3
---
#note. do not add '.tgz' to driver src. done in playbook
#MELLANOX_DRIVER_SRC: "{% if ansible_os_family == 'RedHat' %}MLNX_OFED_LINUX-3.1-1.0.3-rhel7.1-x86_64-ext{% elif ansible_os_family == 'Debian' %}MLNX_OFED_LINUX-3.1-1.0.3-ubuntu14.04-x86_64{% endif %}"
MELLANOX_DRIVER_SRC
:
"
{%
if
ansible_os_family
==
'RedHat'
%}MLNX_OFED_LINUX-3.1-1.0.3-rhel7.2-x86_64{%
elif
ansible_os_family
==
'Debian'
%}MLNX_OFED_LINUX-3.1-1.0.3-ubuntu14.04-x86_64{%
endif
%}"
MELLANOX_DRIVER_SRC
:
"
{%
if
ansible_os_family
==
'RedHat'
%}MLNX_OFED_LINUX-3.1-1.0.3-rhel7.2-x86_64
-ext
{%
elif
ansible_os_family
==
'Debian'
%}MLNX_OFED_LINUX-3.1-1.0.3-ubuntu14.04-x86_64{%
endif
%}"
MELLANOX_DEVICE_NAME
:
"
{%
if
ansible_os_family
==
'RedHat'
%}ens6{%
elif
ansible_os_family
==
'Debian'
%}eth1{%
endif
%}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment