diff options
author | 2018-08-23 15:54:30 +0000 | |
---|---|---|
committer | 2018-08-23 15:57:47 +0000 | |
commit | 380b7afc7c81a13c3025de0efed050ddbd1d929b (patch) | |
tree | 465c93569ecffd83fe187e10c1cf5cf92e62e45f /ms/controllerblueprints/application/src/main/docker/startService.sh | |
parent | 5285007a4e66bc18c69cef96aa32326a139d7642 (diff) |
Controller Blueprints Microservice
Add Docker Build and Deploy Maven Implementations for Controller Blueprint MS and their dependencies
Change-Id: I9eee9fff535bcc9ca0b855150892ce53af126d1c
Issue-ID: CCSDK-483
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/application/src/main/docker/startService.sh')
-rw-r--r-- | ms/controllerblueprints/application/src/main/docker/startService.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ms/controllerblueprints/application/src/main/docker/startService.sh b/ms/controllerblueprints/application/src/main/docker/startService.sh deleted file mode 100644 index 7077c2246..000000000 --- a/ms/controllerblueprints/application/src/main/docker/startService.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -nodeName=ControllerBlueprints_1.0.0_$(cat /proc/self/cgroup | grep docker | sed s/\\//\\n/g | tail -1) - -echo "APP Config HOME : ${APP_CONFIG_HOME}" -export APP_HOME=/opt/app/onap - -source /etc/run.source |