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
Merge requests
!373
Pipelinefix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pipelinefix
pipelinefix
into
master
Overview
0
Commits
20
Pipelines
2
Changes
1
Merged
Andreas Hamacher
requested to merge
pipelinefix
into
master
4 years ago
Overview
0
Commits
20
Pipelines
2
Changes
1
Expand
@chines
please only merge when pipeline has passed :)
fixing cicd pipeline stuff
including centos78 variabled
config_repos now dealing with enabling, disabling AND not changing all the time
the spagetti on slurmd service continues
small tweak to mellanox driver. I need the kmod install on test-lustre, but not the service activation.
0
0
Merge request reports
Viewing commit
c41ad6a6
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c41ad6a6
more spagetti
· c41ad6a6
Andreas Hamacher
authored
4 years ago
roles/slurm-start/tasks/main.yml
+
3
−
3
Options
@@ -101,14 +101,14 @@
when
:
slurm_cluster_count.stdout == '1' and slurmctrl == inventory_hostname
-
name
:
start slurmd
service
:
name=slurmd
state=start_slurmd
enabled={{ slurmd_enabled }}
service
:
name=slurmd enabled={{ slurmd_enabled }}
become
:
true
when
:
use_systemd is defined and s
tart_slurm
d is defined
when
:
use_systemd is defined and s
lurmd_enable
d is defined
-
name
:
restart slurmd
service
:
name=slurmd state=restarted enabled={{ slurmd_enabled }}
become
:
true
when
:
use_systemd is defined and start_slurmd is defined and slurmd_service_installed.changed
when
:
use_systemd is defined and start_slurmd is defined and slurmd_service_installed.changed
and start_slurmd
-
name
:
start slurm
service
:
name=slurm state=restarted enabled={{ slurmd_enabled }}
Loading