Skip to content
Snippets Groups Projects
Commit db982c9c authored by Chris Hines's avatar Chris Hines
Browse files

also create a shared home directory exported from the sql0 server

parent 7dc7fd36
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -11,7 +11,20 @@ nfsexports: ...@@ -11,7 +11,20 @@ nfsexports:
exportList: exportList:
- src: /mnt/userdata - src: /mnt/userdata
- src: /mnt/slurm_state - src: /mnt/slurm_state
- src: /home
nfsmounts: nfsmounts:
- group: LoginNodes
nfsMounts:
- name: /userdata
ipv4: {{ project_name }}-sql0
src: /mnt/userdata
fstype: nfs4
opts: "defaults,rw"
- name: /home
ipv4: {{ project_name }}-sql0
src: /home
fstype: nfs4
opts: "defaults,rw"
- group: ComputeNodes - group: ComputeNodes
nfsMounts: nfsMounts:
- name: /userdata - name: /userdata
...@@ -19,6 +32,11 @@ nfsmounts: ...@@ -19,6 +32,11 @@ nfsmounts:
src: /mnt/userdata src: /mnt/userdata
fstype: nfs4 fstype: nfs4
opts: "defaults,rw" opts: "defaults,rw"
- name: /home
ipv4: {{ project_name }}-sql0
src: /home
fstype: nfs4
opts: "defaults,rw"
- group: ManagementNodes - group: ManagementNodes
nfsMounts: nfsMounts:
- name: /slurm_state - name: /slurm_state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment