aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dmaap-buscontroller/dmaapbc-launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dmaap-buscontroller/dmaapbc-launch.sh')
-rwxr-xr-xscripts/dmaap-buscontroller/dmaapbc-launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/dmaap-buscontroller/dmaapbc-launch.sh b/scripts/dmaap-buscontroller/dmaapbc-launch.sh
index 079b6644..0a653fa1 100755
--- a/scripts/dmaap-buscontroller/dmaapbc-launch.sh
+++ b/scripts/dmaap-buscontroller/dmaapbc-launch.sh
@@ -24,6 +24,9 @@ function dmaapbc_launch() {
docker run -d $ADDHOSTS --name $CONTAINER_NAME -v $TMP_CFG:/opt/app/config/conf $TAG
IP=`get-instance-ip.sh ${CONTAINER_NAME}`
+ source ${SCRIPTS}/common_functions.sh
+ bypass_ip_adress ${IP}
+
# Wait for initialization
for i in {1..10}; do
curl -sS ${IP}:8080 && break