no need to hardcode db IP@ as docker handles it 37/17037/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 3 Oct 2017 12:04:39 +0000 (14:04 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 3 Oct 2017 12:23:35 +0000 (14:23 +0200)
Change-Id: I9bc6e8715244dbe6d8cc43d52798200532c2553c
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Issue-id: APPC-256

installation/appc/src/main/scripts/startODL.sh

index 658ace8..5ff7b32 100644 (file)
@@ -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
 #