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

a new slurm role. Slurm communicates on the default interface currently, need...

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