aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-01-04 22:08:19 -0500
committerLusheng Ji <lji@research.att.com>2018-01-04 22:19:24 -0500
commit870d05285f6cb8aafc10fb41e6ce1b9fb72c5251 (patch)
treeae614dd6029b58894b4bff6412415e0af82fec66
parente40e164479222fbfd9f7728c5b62683d5b8e4ab8 (diff)
Reduce DCAE VM flavors
Previously all DCAE VMs are overprovisioned as m1.xlarge. Reduce to m1.large for Hadoop cluster VMs and m1.medium for other VMs. Issue-ID: INT-375 Change-Id: If39f01ec0720cf00242c5e7bd35638a1a3e4a3fe Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--heat/ONAP/onap_openstack.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml
index 104224b9..8174d04a 100644
--- a/heat/ONAP/onap_openstack.yaml
+++ b/heat/ONAP/onap_openstack.yaml
@@ -1647,8 +1647,8 @@ 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_xlarge }
- __dcaeos_flavor_id_cdap__: { get_param: flavor_xlarge }
+ __dcaeos_flavor_id__: { get_param: flavor_medium }
+ __dcaeos_flavor_id_cdap__: { get_param: flavor_large }
__dcaeos_dnsaas_config_enabled__: { get_param: dnsaas_config_enabled }
__dcaeos_dnsaas_region__: { get_param: dnsaas_region }
__dcaeos_dnsaas_keystone_url__: { get_param: dnsaas_keystone_url }