Up flavor configuration for DCAE VMs 67/22167/1
authorLusheng Ji <lji@research.att.com>
Sun, 5 Nov 2017 16:32:39 +0000 (11:32 -0500)
committerLusheng Ji <lji@research.att.com>
Sun, 5 Nov 2017 16:32:46 +0000 (11:32 -0500)
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 <lji@research.att.com>
heat/ONAP/onap_openstack.yaml

index 2c4ef76..3ba7ffe 100644 (file)
@@ -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 }