aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authorHector Anapan <ha076r@att.com>2017-09-19 13:41:04 -0400
committerHector Anapan <ha076r@att.com>2017-09-19 13:41:18 -0400
commit3d9df18176897e505dc57c37096a7f2f0f48fb89 (patch)
treebfd9a8db883b21c3f0a473c3cb749ea13aa91819 /docker-compose
parentcc29b311f34c1888a319f67a69847180017ea535 (diff)
Update APPC properties to match CCSDK artifacts
This is to modify some property files to point to new sdnc directory path (from /opt/openecomp/sdnc to /opt/onap/sdnc) since the new base image (ccsdk image) does not have the /opt/openecomp/sdnc path anymore which is causing errors during docker-compose deployment. Change-Id: I755562c19d22c254eb811b668cf80a28c4fe9e64 Signed-off-by: Hector Anapan <ha076r@att.com> Issue-Id: APPC-218
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index e89f425..f95a5fe 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -57,7 +57,7 @@ services:
entrypoint:
- "/bin/bash"
- "-c"
- - "cd /opt/openecomp/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait"
+ - "cd /opt/onap/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait"
ports:
- "3000:3100"
links:
@@ -67,7 +67,7 @@ services:
- appc:sdnhost
environment:
- MYSQL_ROOT_PASSWORD=openECOMP1.0
- - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties
+ - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
logging:
driver: "json-file"
options: