diff options
author | Patrick Brady <pb071s@att.com> | 2017-12-13 12:49:38 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-12-13 13:07:48 -0800 |
commit | 2ad82140a88efa51cb7e9751d0b45cb0616f6b80 (patch) | |
tree | 5a15444552aa96d768c32f7b0325802ebcac7a3e /docker-compose/docker-compose.yml | |
parent | 2445f8e946a9618c947d7e3b82f8b064b5d12f9e (diff) |
Deployment onap rename
Changing org.openecomp.appc names to org.onap.appc
Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-13
Diffstat (limited to 'docker-compose/docker-compose.yml')
-rw-r--r-- | docker-compose/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index f95a5fe..d7d1665 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -25,11 +25,11 @@ services: # to map to SDN-C AAI Service Bundle's AAI Activator class inside the gerrit sdnc/adaptors repo, so that # the AAI Service bundle loads APP-C's aaiclient.properties instead of SDN-C's aaiclient.properties. appc: - image: "openecomp/appc-image:latest" + image: "onap/appc-image:latest" depends_on : - db container_name: appc_controller_container - entrypoint: ["/opt/openecomp/appc/bin/startODL.sh"] + entrypoint: ["/opt/onap/appc/bin/startODL.sh"] ports: - "8282:8181" - "1830:1830" @@ -39,8 +39,8 @@ services: - db:sdnctldb02 environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 - - SDNC_CONFIG_DIR=/opt/openecomp/appc/data/properties - - APPC_CONFIG_DIR=/opt/openecomp/appc/data/properties + - SDNC_CONFIG_DIR=/opt/onap/appc/data/properties + - APPC_CONFIG_DIR=/opt/onap/appc/data/properties - DMAAP_TOPIC_ENV=SUCCESS logging: driver: "json-file" |