From: Lusheng Ji Date: Sun, 5 Nov 2017 16:32:39 +0000 (-0500) Subject: Up flavor configuration for DCAE VMs X-Git-Tag: 1.0.0-Amsterdam~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=d805903dbc99d803b8920a3f4b313dcb40148619 Up flavor configuration for DCAE VMs During tests we found that the current VM flavor (m1.medium) for DCAE no-CDAP VMs not enough for sustaining long term stable operations for the Docker host running VES and Holmes containers. Hence up sizeing the flavor. Issue-Id: DCAEGEN2-195 Change-Id: If55f2a54bfec25a1ef888e5a45a65949770fc591 Signed-off-by: Lusheng Ji --- diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 2c4ef766..3ba7ffe4 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -1787,7 +1787,7 @@ resources: __dcaeos_public_network_name__: { get_param: public_net_name } __dcaeos_ubuntu_1604_image__: { get_param: ubuntu_1604_image } __dcaeos_centos_7_image__: { get_param: dcae_centos_7_image } - __dcaeos_flavor_id__: { get_param: flavor_medium } + __dcaeos_flavor_id__: { get_param: flavor_xlarge } __dcaeos_flavor_id_cdap__: { get_param: flavor_xlarge } __dcaeos_dnsaas_config_enabled__: { get_param: dnsaas_config_enabled } __dcaeos_dnsaas_region__: { get_param: dnsaas_region }