Enlarge DCAE VM size 49/46249/1
authorLusheng Ji <lji@research.att.com>
Fri, 4 May 2018 16:05:08 +0000 (12:05 -0400)
committerLusheng Ji <lji@research.att.com>
Fri, 4 May 2018 16:09:00 +0000 (12:09 -0400)
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 <lji@research.att.com>
heat/ONAP/onap_openstack.yaml

index ddc5dd0..d69757e 100644 (file)
@@ -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