From 516120fb48d0ba967610ae425833b08123579830 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Fri, 28 Feb 2020 11:51:23 +0000 Subject: [PATCH] heat fixes Former-commit-id: a9dbf589661885fd15a97a764bc5d9b51fce5fb0 --- CICD/heat/gc_HOT.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CICD/heat/gc_HOT.yaml b/CICD/heat/gc_HOT.yaml index d9a91e1b..0422f2f5 100644 --- a/CICD/heat/gc_HOT.yaml +++ b/CICD/heat/gc_HOT.yaml @@ -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 } ] -- GitLab