Skip to content

Commit

Permalink
Merge pull request #640 from scimerman/fender
Browse files Browse the repository at this point in the history
Fender
  • Loading branch information
Gerbenvandervries authored Sep 30, 2022
2 parents 387ed3e + 11afbe8 commit 5d72e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions group_vars/fender_cluster/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ slurm_cluster_name: 'fender'
stack_domain: ''
stack_name: "{{ slurm_cluster_name }}_cluster" # stack_name must match the name of the folder that contains this vars.yml file.
stack_prefix: 'fd'
slurm_version: '20.11.8-1.el7.umcg'
slurm_version: '22.05.2-1.el7.umcg'
slurm_partitions:
- name: regular # Must be in sync with group listed in Ansible inventory.
default: yes
Expand Down Expand Up @@ -236,8 +236,8 @@ pfs_mounts:
- pfs: ecst02
source: '10.35.141.251:/solve-rd-98599485/'
type: nfs
rw_options: 'defaults,_netdev,noatime,nodiratime'
ro_options: 'defaults,_netdev,noatime,nodiratime,ro'
rw_options: 'defaults,rw,_netdev,noatime,nodiratime'
ro_options: 'defaults,ro,_netdev,noatime,nodiratime'
machines: "{{ groups['sys_admin_interface'] }}"
lfs_mounts:
- lfs: home
Expand Down

0 comments on commit 5d72e0e

Please sign in to comment.