From: Gary Wu Date: Wed, 9 May 2018 13:55:14 +0000 (-0700) Subject: Reduce multi-service VM size X-Git-Tag: v1.2.0~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=e5c81678d81ba9762ddfad8ce14a701ffa277022 Reduce multi-service VM size 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 --- diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 32c463b6..ab2f4e99 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -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