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
eda5ab40
Commit
eda5ab40
authored
4 years ago
by
Chris Hines
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix' into 'master'
excluding lustre from upgrades See merge request
!344
parents
d92f2ea3
5aec8162
No related branches found
Branches containing commit
No related tags found
1 merge request
!344
excluding lustre from upgrades
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/upgrade/tasks/main.yml
+4
-4
4 additions, 4 deletions
roles/upgrade/tasks/main.yml
with
4 additions
and
4 deletions
roles/upgrade/tasks/main.yml
+
4
−
4
View file @
eda5ab40
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
register
:
uname_r_output
register
:
uname_r_output
check_mode
:
no
check_mode
:
no
changed_when
:
False
changed_when
:
False
-
name
:
remove conflicting packages if kernel is going to changed
-
name
:
remove conflicting packages if kernel is going to changed
block
:
block
:
-
name
:
see if we have a lustre-client service or not
-
name
:
see if we have a lustre-client service or not
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
changed_when
:
False
changed_when
:
False
failed_when
:
'
"could
not"
in
lustreStatus.stderr'
failed_when
:
'
"could
not"
in
lustreStatus.stderr'
ignore_errors
:
yes
ignore_errors
:
yes
-
name
:
stop lustre
-
name
:
stop lustre
service
:
name=lustre-client state=stopped
service
:
name=lustre-client state=stopped
become
:
true
become
:
true
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
name
:
'
*'
name
:
'
*'
state
:
latest
state
:
latest
update_cache
:
yes
update_cache
:
yes
exclude
:
kernel*,mlnx-ofa_kernel*,kmod-lustre-client*,kmod-mlnx-ofa_kernel
exclude
:
kernel*,mlnx-ofa_kernel*,kmod-lustre-client*,kmod-mlnx-ofa_kernel
*,kmod-lustre-client*,lustre-client*
disablerepo
:
"
{{
yumdisablerepo|join(',')
}}"
disablerepo
:
"
{{
yumdisablerepo|join(',')
}}"
enablerepo
:
"
{{
yumenablerepo|join(',')
}}"
enablerepo
:
"
{{
yumenablerepo|join(',')
}}"
become
:
true
become
:
true
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
name
:
'
*'
name
:
'
*'
state
:
latest
state
:
latest
update_cache
:
yes
update_cache
:
yes
exclude
:
kernel*,mlnx-ofa_kernel*,kmod-lustre-client*,kmod-mlnx-ofa_kernel
exclude
:
kernel*,mlnx-ofa_kernel*,kmod-lustre-client*,kmod-mlnx-ofa_kernel
*,kmod-lustre-client*,lustre-client*
become
:
true
become
:
true
become_user
:
root
become_user
:
root
when
:
ansible_os_family=="RedHat" and yumdisablerepo is undefined
when
:
ansible_os_family=="RedHat" and yumdisablerepo is undefined
...
...
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