Reduce multi-service VM size 39/46839/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 13:55:14 +0000 (06:55 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 13:55:14 +0000 (06:55 -0700)
Currently the multi-service VM consumes around 10 GB of RAM.
Reduce the VM flavor type down to xlarge (16GB) instead
of xxlarge (64 GB).

Change-Id: I38139863e0a8d7e92993041112ac1c08e166ab33
Issue-ID: INT-496
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
heat/ONAP/onap_openstack.yaml

index 32c463b..ab2f4e9 100644 (file)
@@ -1648,7 +1648,7 @@ resources:
     type: OS::Nova::Server
     properties:
       image: { get_param: ubuntu_1604_image }
-      flavor: { get_param: flavor_xxlarge }
+      flavor: { get_param: flavor_xlarge }
       name:
         str_replace:
           template: base-multi-service