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

trying something out here

Former-commit-id: 790977d5
parent af64683f
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ resources:
MgmtNodesCentos7:
type: "OS::Heat::ResourceGroup"
properties:
count: 2
count: 1
resource_def:
type: My::Server::MgmtNode
properties:
......@@ -159,9 +159,9 @@ resources:
key_name: { get_param: ssh_key }
name:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'login%index%' ]]
security_groups: [ default, { get_param: PublicSSHSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID } ]
security_groups: [ default, { get_param: PublicSSHSecGroupID }, { get_param: SlurmSecGroupID }, { get_param: NFSSecGroupID }, { get_param: MySQLSecGroupID } ]
metadata:
ansible_host_groups: [ LoginNodes ]
ansible_host_groups: [ LoginNodes, ManagementNodes ]
ansible_ssh_user: ec2-user
project_name: { get_param: project_name }
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