Change ONAP HEAT stack name to onap-heat-* 45/58445/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 1 Aug 2018 14:50:30 +0000 (07:50 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 1 Aug 2018 14:50:30 +0000 (07:50 -0700)
Change-Id: Ib913516dbce6a08c9b91d8708477ba9c630cffbf
Issue-ID: INT-606
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/deploy-onap.sh

index 182e398..b4d6539 100755 (executable)
@@ -64,7 +64,7 @@ fi
 $WORKSPACE/test/ete/scripts/teardown-onap.sh
 
 # create new stack
-STACK="ete-$(uuidgen | cut -c-8)"
+STACK="onap-heat-$(uuidgen | cut -c-4)"
 echo "New Stack Name: ${STACK}"
 if ! openstack stack create -t ${YAML_FILE} -e ${ENV_FILE} $STACK; then
     exit 1