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

building towards a vpn slurm cluster

parent e0579c66
No related branches found
No related tags found
No related merge requests found
......@@ -53,26 +53,20 @@
roles:
- { role: OpenVPN-Client }
<<<<<<< HEAD
- hosts: ComputeNode
vars:
openmpi_version: 1.8.3
build_node: aciab-comp-0
=======
- hosts: 'SubmitHost'
>>>>>>> a new slurm role. Slurm communicates on the default interface currently, need to alter slurm.conf.j2 to use the VPN interface
roles:
- { role: slurm-build, slurm_version: 14.11.0, munge_version: 0.5.11 }
- hosts: '*'
<<<<<<< HEAD
roles:
- etcHosts
- hosts: ComputeNodes|ManagmentNodes|LoginNodes
=======
>>>>>>> a new slurm role. Slurm communicates on the default interface currently, need to alter slurm.conf.j2 to use the VPN interface
vars:
slurm_version: 14.11.0
munge_version: 0.5.11
......@@ -86,6 +80,7 @@
- { role: test_user }
- { role: openmpi-build }
- { role: openmpi-build }
- { role: openmpi-build }
#- hosts: '*'
# vars:
......
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