Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
dffb0e91
Commit
dffb0e91
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
changing default lustre version to LTS
parent
29d69064
No related branches found
No related tags found
1 merge request
!420
changing default lustre version to LTS
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/buildLustreClient/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/buildLustreClient/defaults/main.yml
roles/mellanox_drivers/tasks/main.yml
+10
-3
10 additions, 3 deletions
roles/mellanox_drivers/tasks/main.yml
with
11 additions
and
4 deletions
roles/buildLustreClient/defaults/main.yml
+
1
−
1
View file @
dffb0e91
---
---
lustreVersion
:
v2_1
3_55
lustreVersion
:
v2_1
2_6
This diff is collapsed.
Click to expand it.
roles/mellanox_drivers/tasks/main.yml
+
10
−
3
View file @
dffb0e91
...
@@ -60,11 +60,18 @@
...
@@ -60,11 +60,18 @@
-
name
:
debug - print out value of install_now
-
name
:
debug - print out value of install_now
debug
:
var=install_now
debug
:
var=install_now
-
name
:
copy driver source
-
name
:
copy driver source
from consistency0
unarchive
:
copy=no src="http://consistency0/src/{{ MELLANOX_DRIVER_SRC }}.tgz" dest=/tmp
unarchive
:
copy=no src="http://consistency0/src/{{ MELLANOX_DRIVER_SRC }}.tgz" dest=/tmp
become
:
true
become
:
true
become_user
:
root
become_user
:
root
when
:
install_now
when
:
install_now and mlx_driver_url is undefined
#https://content.mellanox.com/ofed/MLNX_OFED-4.9-2.2.4.0/MLNX_OFED_LINUX-4.9-2.2.4.0-rhel7.8-x86_64.tgz
-
name
:
copy driver source from mellanox
unarchive
:
copy=no src="{{ mlx_driver_url }}" dest=/tmp
become
:
true
become_user
:
root
when
:
install_now and mlx_driver_url is defined
#remove old mellanox drivers as they may interfere with an update
#remove old mellanox drivers as they may interfere with an update
-
name
:
stop lustre
-
name
:
stop lustre
...
@@ -112,7 +119,7 @@
...
@@ -112,7 +119,7 @@
become
:
true
become
:
true
become_user
:
root
become_user
:
root
when
:
install_now and buildKMOD!=True
when
:
install_now and buildKMOD!=True
-
name
:
install drivers
-
name
:
install drivers
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
args
:
args
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment