aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-05 10:27:36 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-01-05 18:29:26 +0000
commit0ee8b9c1992a8b48bb68522cd6130391f1c51642 (patch)
tree0638665cdb0debaa3fc18069901d171e1a0c6dfd /test/ete
parentcc10f1c1645ce35626cc36230a4acfc6c6aa7e25 (diff)
Remove workaround to reduce DCAE VM sizes
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> (cherry picked from commit 543c885387ba2d78e2dae69c229eb0df79204d3c)
Diffstat (limited to 'test/ete')
-rwxr-xr-xtest/ete/scripts/deploy-onap.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ete/scripts/deploy-onap.sh b/test/ete/scripts/deploy-onap.sh
index c72de1ce6..9c9bfc110 100755
--- a/test/ete/scripts/deploy-onap.sh
+++ b/test/ete/scripts/deploy-onap.sh
@@ -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