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

bugfixes

parent 40b45c60
No related branches found
No related tags found
2 merge requests!310Gpu2,!304Gpu
......@@ -232,7 +232,7 @@ resources:
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: MySQLSecGroup }, { get_resource: NFSSecGroup } ]
metadata:
ansible_host_groups: [ SQLNodes, NFSNodes ]
ansible_ssh_user: ubuntu
ansible_ssh_user: ec2-user
project_name: { get_param: project_name }
networks:
- network: { get_param: NetID }
......@@ -308,7 +308,7 @@ resources:
LoginNodesC:
type: "OS::Heat::ResourceGroup"
properties:
count: 0
count: 1
resource_def:
type: "OS::Nova::Server"
properties:
......@@ -443,7 +443,7 @@ resources:
image: { get_param: centos_7_image_id }
key_name: { get_param: ssh_key }
name:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopu%index%' ]]
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'gpudesktopc%index%' ]]
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup } ]
metadata:
ansible_host_groups: [ DesktopNodes, GPU, ComputeNodes, K1, VisNodes ]
......
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