Skip to content
Snippets Groups Projects
Commit 47525565 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

renamed K1 group to K1Nodes

Former-commit-id: 98915f0b
parent 0f7ad74f
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ resources: ...@@ -267,7 +267,7 @@ resources:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]] list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]]
security_groups: [ default, { get_param: SSHMonashSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID } ] security_groups: [ default, { get_param: SSHMonashSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID } ]
metadata: metadata:
ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes, K1, VisNodes ] ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes, K1Nodes, VisNodes ]
ansible_ssh_user: ubuntu ansible_ssh_user: ubuntu
project_name: { get_param: project_name } project_name: { get_param: project_name }
networks: networks:
......
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