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

testing ubuntu mgmt node

Former-commit-id: 1f4188ad
parent 3c095574
No related branches found
No related tags found
No related merge requests found
......@@ -151,10 +151,10 @@ resources:
volume_id: { get_resource: DBVolume }
instance_uuid: { get_resource: SQLNode0 }
MgmtNodes:
MgmtNodesC:
type: "OS::Heat::ResourceGroup"
properties:
count: 2
count: 0
resource_def:
type: My::Server::MgmtNode
properties:
......@@ -166,6 +166,22 @@ resources:
ssh_key: { get_param: ssh_key }
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ]
project_name: { get_param: project_name }
MgmtNodesU:
type: "OS::Heat::ResourceGroup"
properties:
count: 2
resource_def:
type: My::Server::MgmtNode
properties:
#avz: { get_param: avz }
image: { get_param: ubuntu_1804_image_id }
ansible_ssh_user: ubuntu
mynodename:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'mgmt%index%' ]]
ssh_key: { get_param: ssh_key }
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ]
project_name: { get_param: project_name }
LoginNodesC:
type: "OS::Heat::ResourceGroup"
......
resource_registry:
My::Server::MgmtNode: mgmtnode_HOT.yaml
My::Server::MgmtNode: mgmtnode_HOT.yaml
\ No newline at end of file
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