Changes for ccsdk and new ODL version 99/10899/2
authorPatrick Brady <pb071s@att.com>
Thu, 7 Sep 2017 18:18:21 +0000 (11:18 -0700)
committerPatrick Brady <pb071s@att.com>
Thu, 7 Sep 2017 18:21:14 +0000 (11:21 -0700)
Change-Id: I8e19e7b1bb7ea0d36f07ed687cdf90533e147c38
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-Id: APPC-91
Issue-Id: APPC-158

installation/appc/src/main/docker/Dockerfile
installation/appc/src/main/scripts/installZips.sh
installation/appc/src/main/scripts/startODL.sh

index 4cbe30e..786e5b9 100644 (file)
@@ -1,5 +1,5 @@
 # Base ubuntu with added packages needed for ONAP
-FROM openecomp/sdnc-image:1.1.2-SNAPSHOT-STAGING-170625-122013
+FROM onap/ccsdk-odlsli-image:latest
 MAINTAINER APP-C Team (appc@lists.openecomp.org)
 
 # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image)
index a39004f..67ea82a 100644 (file)
@@ -29,7 +29,7 @@ then
 fi
 
 APPC_HOME=${APPC_HOME:-/opt/openecomp/appc}
-SDNC_HOME=${SDNC_HOME:-/opt/openecomp/sdnc}
+SDNC_HOME=${SDNC_HOME:-/opt/onap/sdnc}
 
 targetDir=${1:-${APPC_HOME}}
 sdnc_targetDir=${1:-${SDNC_HOME}}
index 1996cb9..c97057c 100644 (file)
@@ -28,7 +28,7 @@
 
 ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
 ODL_ADMIN_PASSWORD=${ODL_ADMIN_PASSWORD:-Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U}
-SDNC_HOME=${SDNC_HOME:-/opt/openecomp/sdnc}
+SDNC_HOME=${SDNC_HOME:-/opt/onap/sdnc}
 APPC_HOME=${APPC_HOME:-/opt/openecomp/appc}
 SLEEP_TIME=${SLEEP_TIME:-120}
 MYSQL_PASSWD=${MYSQL_PASSWD:-openECOMP1.0}