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

heat fixes

Former-commit-id: a9dbf589
parent 7363d38d
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ parameters: ...@@ -27,7 +27,7 @@ parameters:
default: Classic Provider default: Classic Provider
Flavour: Flavour:
type: string type: string
default: t3.xsmall default: m3.xsmall
resources: resources:
...@@ -154,7 +154,7 @@ resources: ...@@ -154,7 +154,7 @@ resources:
MgmtNodes: MgmtNodes:
type: "OS::Heat::ResourceGroup" type: "OS::Heat::ResourceGroup"
properties: properties:
count: 2 count: 1
resource_def: resource_def:
type: My::Server::MgmtNode type: My::Server::MgmtNode
properties: properties:
...@@ -257,7 +257,7 @@ resources: ...@@ -257,7 +257,7 @@ resources:
# name: # name:
# list_join: [ '-', [ { get_param: "OS::stack_name" }, 'pysshautz' ]] # list_join: [ '-', [ { get_param: "OS::stack_name" }, 'pysshautz' ]]
# availability_zone: { get_param: avz } # availability_zone: { get_param: avz }
# flavor: t3.xsmall # flavor: m3.xsmall
# image: { get_param: ubuntu_1804_image_id } # image: { get_param: ubuntu_1804_image_id }
# key_name: { get_param: ssh_key } # key_name: { get_param: ssh_key }
# security_groups: [ { get_resource: SSHMonashSecGroup }, { get_resource: webaccess } ] # security_groups: [ { get_resource: SSHMonashSecGroup }, { get_resource: webaccess } ]
......
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