Skip to content

Commit

Permalink
New slurm controller for IU
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed May 25, 2016
1 parent 3d8b059 commit 4033cc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jetstreamiuenv/group_vars/all.yml
Expand Up @@ -23,4 +23,4 @@ all_users:
shell: /bin/bash

controller_name: jetstream-iu0
controller_ip: 10.0.0.6
controller_ip: 10.0.0.10
2 changes: 1 addition & 1 deletion jetstreamiuenv/group_vars/galaxynodes.yml
Expand Up @@ -32,6 +32,6 @@ links:
force: yes

jetstream_nfs_filesystems:
- device: "10.0.0.6:/scratch0"
- device: "10.0.0.10:/scratch0"
dir: scratch0
mountpoint: /jetstream/iu-scratch0
8 changes: 0 additions & 8 deletions jetstreamiuenv/group_vars/slurmclients.yml
Expand Up @@ -13,14 +13,6 @@ group_users:
home: /var/lib/slurm
shell: /bin/bash

# useradd creates this as 0700
# FIXME: tramples any other directories definition. at the moment this is the
# only one.
# FIXME: this does not belong here
directories:
- path: /var/lib/slurm
mode: "0755"

slurm_yum_repo_baseurl: https://depot.galaxyproject.org/yum/el/$releasever/$basearch

slurmd_spool_dir: /var/lib/slurm/slurmd/slurmd.spool
Expand Down

0 comments on commit 4033cc2

Please sign in to comment.