From 7f68e7464fa4076271c395c450d1b8b2a7afc6df Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 15 Sep 2017 10:07:27 -0400 Subject: Update property files Updated property files to use new refactored org.onap property names. Change-Id: I0ba380ec99e2da323a3aa2898610f82a1fd1caf2 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney Former-commit-id: 13e93c95d77af7da8c7c099f02a0d8f1ea9b2141 --- installation/src/main/yaml/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'installation/src/main/yaml') diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index 3839d075..9ddde8f4 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -28,7 +28,7 @@ services: depends_on : - db container_name: sdnc_controller_container - entrypoint: ["/opt/openecomp/sdnc/bin/startODL.sh"] + entrypoint: ["/opt/onap/sdnc/bin/startODL.sh"] ports: - "8282:8181" links: @@ -37,7 +37,7 @@ services: - db:sdnctldb02 environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 - - SDNC_CONFIG_DIR=/opt/openecomp/sdnc/data/properties + - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties dns: - ${DNS_IP_ADDR-10.0.100.1} logging: @@ -55,7 +55,7 @@ services: entrypoint: - "/bin/bash" - "-c" - - "cd /opt/openecomp/sdnc/admportal/shell && ./start_portal.sh" + - "cd /opt/onap/sdnc/admportal/shell && ./start_portal.sh" ports: - "8843:8843" links: @@ -65,7 +65,7 @@ services: - sdnc: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: @@ -81,7 +81,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: @@ -91,7 +91,7 @@ services: - sdnc: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: -- cgit 1.2.3-korg