X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fsrc%2Fmain%2Fyaml%2Fdocker-compose.yml;h=8928cbd19242c9d4e1280200c89833ce26df875c;hb=63254ef76799db85cc336223c798447a0eeef966;hp=3839d075a0b420ecd4867c1b6327bf605158f4a9;hpb=667cc8d7fa82b64969b3b334f35547fd1d5aff68;p=sdnc%2Foam.git diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index 3839d075..8928cbd1 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -28,16 +28,17 @@ 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" + - "8201:8101" links: - db:dbhost - db:sdnctldb01 - 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 +56,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 +66,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 +82,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 +92,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: @@ -99,3 +100,42 @@ services: max-file: "5" + ueblistener: + image: onap/sdnc-ueb-listener-image:latest + depends_on: + - db + container_name: sdnc_ueblistener_container + entrypoint: ["/opt/onap/sdnc/ueb-listener/bin/start-ueb-listener.sh" ] + links: + - db:dbhost + - db:sdnctldb01 + - db:sdnctldb02 + - sdnc:sdnhost + environment: + - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties + - PROPERTY_DIR=/opt/onap/sdnc/data/properties + logging: + driver: "json-file" + options: + max-size: "30m" + max-file: "5" + + dmaaplistener: + image: onap/sdnc-dmaap-listener-image:latest + depends_on: + - db + container_name: sdnc_ueblistener_container + entrypoint: ["/opt/onap/sdnc/dmaap-listener/bin/start-dmaap-listener.sh" ] + links: + - db:dbhost + - db:sdnctldb01 + - db:sdnctldb02 + - sdnc:sdnhost + environment: + - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties + - PROPERTY_DIR=/opt/onap/sdnc/data/properties + logging: + driver: "json-file" + options: + max-size: "30m" + max-file: "5"