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

fixed linting issue

parent 1f4188ad
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -166,7 +166,7 @@ resources: ...@@ -166,7 +166,7 @@ resources:
ssh_key: { get_param: ssh_key } ssh_key: { get_param: ssh_key }
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ] security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ]
project_name: { get_param: project_name } project_name: { get_param: project_name }
MgmtNodesU: MgmtNodesU:
type: "OS::Heat::ResourceGroup" type: "OS::Heat::ResourceGroup"
properties: properties:
...@@ -178,7 +178,7 @@ resources: ...@@ -178,7 +178,7 @@ resources:
image: { get_param: ubuntu_1804_image_id } image: { get_param: ubuntu_1804_image_id }
ansible_ssh_user: ubuntu ansible_ssh_user: ubuntu
mynodename: 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 } ssh_key: { get_param: ssh_key }
security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ] security_groups: [ default, { get_resource: SSHMonashSecGroup }, { get_resource: SlurmSecGroup }, { get_resource: NFSSecGroup }, { get_resource: MySQLSecGroup } ]
project_name: { get_param: project_name } project_name: { get_param: project_name }
......
resource_registry: 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