aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2017-10-03 14:04:39 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2017-10-03 14:23:35 +0200
commit6dff1f0c358a6fd43ec4c83c9594f7fff8bc1121 (patch)
tree0f64964c8964b23c21876084d2e55c1142482fda
parent5cf9dc300bdf18ce134f34d19765f41943ef98f8 (diff)
no need to hardcode db IP@ as docker handles it
Change-Id: I9bc6e8715244dbe6d8cc43d52798200532c2553c Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Issue-id: APPC-256
-rw-r--r--installation/appc/src/main/scripts/startODL.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/installation/appc/src/main/scripts/startODL.sh b/installation/appc/src/main/scripts/startODL.sh
index 658ace8..5ff7b32 100644
--- a/installation/appc/src/main/scripts/startODL.sh
+++ b/installation/appc/src/main/scripts/startODL.sh
@@ -51,15 +51,6 @@ echo "" >> $APPC_HOME/data/properties/appc.properties
echo "appc.asdc.env=$DMAAP_TOPIC_ENV" >> $APPC_HOME/data/properties/appc.properties
echo "" >> $APPC_HOME/data/properties/appc.properties
-
-
-#
-# Add the DB hostnames in /etc/hosts (IP address is the MySQL DB IP)
-#
-RUN echo "172.19.0.2 dbhost sdnctldb01 sdnctldb02" >> /etc/hosts
-
-
-
#
# Wait for database to init properly
#