Skip to content
Snippets Groups Projects
Commit 5f1ea028 authored by Jafar Lie's avatar Jafar Lie
Browse files

fixed gpunode metadata

Former-commit-id: 3b903f4c
parent d252df95
No related branches found
No related tags found
No related merge requests found
...@@ -423,7 +423,7 @@ resources: ...@@ -423,7 +423,7 @@ resources:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]] list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]]
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup } ] security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup } ]
metadata: metadata:
ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes ] ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes ]
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