From: Lusheng Ji Date: Fri, 4 May 2018 16:05:08 +0000 (-0400) Subject: Enlarge DCAE VM size X-Git-Tag: v1.2.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=cb2dfe16bf8c3bfb2b38be596c74ed90b83f3d6d Enlarge DCAE VM size DCAE Heat deployment currently uses large VM flavor. When running CLAMP which deploys additional containers (i.e. TCA) onto this VM, this flavor is not enough. Make it xlarge. Issue-ID: DCAEGEN2-488 Change-Id: I57d4787972176636e58279e7df8fd18804fc342f Signed-off-by: Lusheng Ji --- diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index ddc5dd0e..d69757e2 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1786,7 +1786,7 @@ resources: type: OS::Nova::Server properties: image: { get_param: ubuntu_1604_image } - flavor: { get_param: flavor_large } + flavor: { get_param: flavor_xlarge } name: str_replace: template: base-dcae