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
f6bed743
Commit
f6bed743
authored
5 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
adding check_mode for script
Former-commit-id:
fc4e1d2a
parent
c287dc96
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/mellanox_drivers/tasks/main.yml
+9
-8
9 additions, 8 deletions
roles/mellanox_drivers/tasks/main.yml
with
9 additions
and
8 deletions
roles/mellanox_drivers/tasks/main.yml
+
9
−
8
View file @
f6bed743
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
-
name
:
"
Force
this
role
to
fail
if
no
Mellanox
hardware
is
present"
-
name
:
"
Force
this
role
to
fail
if
no
Mellanox
hardware
is
present"
#Exclude the role via tags ans ansible-playbook --skip-tags mlx
#Exclude the role via tags ans ansible-playbook --skip-tags mlx
shell
:
"
lspci
|
grep
Mellanox"
shell
:
"
lspci
|
grep
Mellanox"
check_mode
:
yes
-
include_vars
:
mellanoxVars.yml
-
include_vars
:
mellanoxVars.yml
...
@@ -12,7 +13,7 @@
...
@@ -12,7 +13,7 @@
become_user
:
root
become_user
:
root
ignore_errors
:
true
ignore_errors
:
true
when
:
ansible_os_family == "RedHat"
when
:
ansible_os_family == "RedHat"
-
name
:
test for existing installation of drivers
-
name
:
test for existing installation of drivers
shell
:
'
/bin/ibv_devinfo'
shell
:
'
/bin/ibv_devinfo'
become
:
true
become
:
true
...
@@ -26,8 +27,8 @@
...
@@ -26,8 +27,8 @@
debug
:
var=drivers_installed
debug
:
var=drivers_installed
-
name
:
default dont install
-
name
:
default dont install
set_fact
:
set_fact
:
install_now
:
false
install_now
:
false
reboot_now
:
false
reboot_now
:
false
-
name
:
get driver version
-
name
:
get driver version
...
@@ -56,8 +57,8 @@
...
@@ -56,8 +57,8 @@
debug
:
var=desired_driver_version
debug
:
var=desired_driver_version
-
name
:
set install due to version mismatch
-
name
:
set install due to version mismatch
set_fact
:
set_fact
:
install_now
:
true
install_now
:
true
reboot_now
:
true
reboot_now
:
true
when
:
driver_version.failed or not desired_driver_version.stdout in driver_version.stdout
when
:
driver_version.failed or not desired_driver_version.stdout in driver_version.stdout
...
@@ -71,7 +72,7 @@
...
@@ -71,7 +72,7 @@
when
:
install_now
when
:
install_now
#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
service
:
name=lustre-client state=stopped
service
:
name=lustre-client state=stopped
become
:
true
become
:
true
become_user
:
root
become_user
:
root
...
@@ -108,8 +109,8 @@
...
@@ -108,8 +109,8 @@
become_user
:
root
become_user
:
root
ignore_errors
:
true
ignore_errors
:
true
with_items
:
with_items
:
-
mlnx-ofa_kernel
-
mlnx-ofa_kernel
-
mlnx-ofa_kernel-devel
-
mlnx-ofa_kernel-devel
-
mlnx-ofa_kernel-modules
-
mlnx-ofa_kernel-modules
when
:
install_now
when
:
install_now
...
...
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