Skip to content

Commit

Permalink
Slurm user fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jun 14, 2018
1 parent 825a3df commit aad3956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions roles/slurmscale/files/group_vars/all/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ galaxy_cvmfs_server_urls:
- "http://cvmfs1-tacc0.galaxyproject.org/cvmfs/@fqrn@"
- "http://cvmfs1-psu0.galaxyproject.org/cvmfs/@fqrn@"

slurm_user:
uid: 40302
gid: 40302
comment: 'Slurm Workload Manager'
home: /var/lib/slurm
shell: /bin/bash

slurm_cgroup_conf:
- CgroupAutomount: yes
- ConstrainCores: yes
Expand Down
2 changes: 0 additions & 2 deletions roles/slurmscale/templates/group_vars/all/cloud.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ slurm_cluster_name: {{ slurm_cluster_name }}
slurm_controller_name: {{ slurm_controller_name }}
# TODO: you might want to make this the name since it'll be impervious to IP changes
slurm_controller_ip: {{ slurm_controller_ip }}

slurm_user: {{ slurm_user }}

0 comments on commit aad3956

Please sign in to comment.