From d805903dbc99d803b8920a3f4b313dcb40148619 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Sun, 5 Nov 2017 11:32:39 -0500 Subject: [PATCH] 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 --- heat/ONAP/onap_openstack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.16.6