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
b5ad86c2
Commit
b5ad86c2
authored
8 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
missing some directory creation
parent
b953cb75
No related branches found
No related tags found
1 merge request
!82
Repos
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-common/tasks/main.yml
+13
-0
13 additions, 0 deletions
roles/slurm-common/tasks/main.yml
with
13 additions
and
0 deletions
roles/slurm-common/tasks/main.yml
+
13
−
0
View file @
b5ad86c2
...
...
@@ -61,6 +61,10 @@
sudo
:
true
when
:
slurmlogdir is defined
-
name
:
make sure slurm conf dir exists
file
:
dest={{ slurm_dir }}/etc state=directory
sudo
:
true
-
name
:
create greps directory
file
:
path={{ slurm_dir }}/etc/gres state=directory owner=slurm group=slurm mode=755
sudo
:
true
...
...
@@ -124,6 +128,15 @@
-
include
:
installSlurmFromSource.yml
-
name
:
make sure slurm conf dir exists
file
:
dest={{ slurm_dir }}/etc state=directory
sudo
:
true
-
name
:
create greps directory
file
:
path={{ slurm_dir }}/etc/gres state=directory owner=slurm group=slurm mode=755
sudo
:
true
-
name
:
check slurm generic resource
shell
:
"
{{
slurm_gres_check
}}"
register
:
slurm_generic_resource
...
...
This diff is collapsed.
Click to expand it.
Chris Hines
@chines
mentioned in commit
2be398ba
·
4 years ago
mentioned in commit
2be398ba
mentioned in commit 2be398ba9ac855ab6a7cd8d60f797630101ee661
Toggle commit list
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