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

fixed linting issue

Former-commit-id: 57251fa8
parent 141a9c14
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ 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:
......@@ -178,7 +178,7 @@ resources:
image: { get_param: ubuntu_1804_image_id }
ansible_ssh_user: ubuntu
mynodename:
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'mgmt%index%' ]]
list_join: [ '-', [ { get_param: "OS::stack_name" }, 'mgmtU%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 }
......
resource_registry:
My::Server::MgmtNode: mgmtnode_HOT.yaml
\ No newline at end of file
My::Server::MgmtNode: mgmtnode_HOT.yaml
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