summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-04 12:05:08 -0400
committerLusheng Ji <lji@research.att.com>2018-05-04 12:09:00 -0400
commitcb2dfe16bf8c3bfb2b38be596c74ed90b83f3d6d (patch)
tree2bcf13813e06a96dfa14f9bbe96ac8f96124ffa0
parent3262be122071e0d330ff70ebb4581adc48f9b41f (diff)
Enlarge DCAE VM size
DCAE Heat deployment currently uses large VM flavor. When running CLAMP which deploys additional containers (i.e. TCA) onto this VM, this flavor is not enough. Make it xlarge. Issue-ID: DCAEGEN2-488 Change-Id: I57d4787972176636e58279e7df8fd18804fc342f Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--heat/ONAP/onap_openstack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml
index ddc5dd0e..d69757e2 100644
--- a/heat/ONAP/onap_openstack.yaml
+++ b/heat/ONAP/onap_openstack.yaml
@@ -1786,7 +1786,7 @@ resources:
type: OS::Nova::Server
properties:
image: { get_param: ubuntu_1604_image }
- flavor: { get_param: flavor_large }
+ flavor: { get_param: flavor_xlarge }
name:
str_replace:
template: base-dcae