Remove workaround to reduce DCAE VM sizes 37/27537/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 5 Jan 2018 18:27:36 +0000 (10:27 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 5 Jan 2018 18:27:36 +0000 (10:27 -0800)
DCAE VM sizes have been reduced from the source heat
template, so the workaround is no longer necessary.

Change-Id: I5ac3baf1338363494ae027352fbeeb99b11f7a33
Issue-ID: INT-375
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/deploy-onap.sh

index c72de1c..9c9bfc1 100755 (executable)
@@ -26,10 +26,6 @@ cat ${ENV_FILE}
 
 #diff ${WORKSPACE}/test/ete/labs/windriver/onap-openstack-template.env ${WORKSPACE}/test/ete/labs/windriver/onap-openstack.env
 
-# reduce DCAE VM sizes
-sed -i 's|__dcaeos_flavor_id__:.*|__dcaeos_flavor_id__: { get_param: flavor_medium }|' ${YAML_FILE}
-sed -i 's|__dcaeos_flavor_id_cdap__:.*|__dcaeos_flavor_id_cdap__: { get_param: flavor_large }|' ${YAML_FILE}
-
 openstack stack create -t ${YAML_FILE} -e ${WORKSPACE}/test/ete/labs/windriver/onap-openstack.env $STACK
 
 while [ "CREATE_IN_PROGRESS" == "$(openstack stack show -c stack_status -f value $STACK)" ]; do