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
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.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
#