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

heat fixes

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