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

naming fix

Former-commit-id: 3be57110
parent 96d64307
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ resources:
image: { get_param: ubuntu_1804_image_id }
key_name: { get_param: ssh_key }
name:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'computec%index%' ]]
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'computeU%index%' ]]
security_groups: [ default, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID }, { get_param: SSHMonashSecGroupID } ]
metadata:
ansible_host_groups: [ ComputeNodes ]
......
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