Skip Wonnell | 439954b | 2018-02-20 15:06:54 -0600 | [diff] [blame^] | 1 | # ============LICENSE_START========================================== |
| 2 | # ONAP : APPC |
| 3 | # =================================================================== |
| 4 | # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
| 5 | # =================================================================== |
| 6 | # |
| 7 | # Unless otherwise specified, all software contained herein is licensed |
| 8 | # under the Apache License, Version 2.0 (the License); |
| 9 | # you may not use this software except in compliance with the License. |
| 10 | # You may obtain a copy of the License at |
| 11 | # |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | # |
| 14 | # Unless required by applicable law or agreed to in writing, software |
| 15 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | # See the License for the specific language governing permissions and |
| 18 | # limitations under the License. |
| 19 | # |
| 20 | # ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | # ============LICENSE_END============================================ |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 22 | version: '2' |
| 23 | |
ubuntu | f76caa7 | 2017-05-10 12:53:54 -0400 | [diff] [blame] | 24 | networks: |
| 25 | default: |
| 26 | driver: bridge |
ubuntu | f76caa7 | 2017-05-10 12:53:54 -0400 | [diff] [blame] | 27 | |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 28 | services: |
| 29 | db: |
| 30 | image: mysql/mysql-server:5.6 |
| 31 | container_name: sdnc_db_container |
| 32 | ports: |
| 33 | - "3306" |
| 34 | environment: |
| 35 | - MYSQL_ROOT_PASSWORD=openECOMP1.0 |
| 36 | - MYSQL_ROOT_HOST=% |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 37 | logging: |
| 38 | driver: "json-file" |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 39 | options: |
| 40 | max-size: "30m" |
| 41 | max-file: "5" |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 42 | |
Hector Anapan | 249b2c0 | 2017-08-16 14:56:54 -0400 | [diff] [blame] | 43 | # Tweaking SDNC_CONFIG_DIR temporarily from ../sdnc/.. to ../appc/.. since it may be needed in this script |
| 44 | # to map to SDN-C AAI Service Bundle's AAI Activator class inside the gerrit sdnc/adaptors repo, so that |
| 45 | # the AAI Service bundle loads APP-C's aaiclient.properties instead of SDN-C's aaiclient.properties. |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 46 | appc: |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 47 | image: "onap/appc-image:latest" |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 48 | depends_on : |
| 49 | - db |
| 50 | container_name: appc_controller_container |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 51 | entrypoint: ["/opt/onap/appc/bin/startODL.sh"] |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 52 | ports: |
| 53 | - "8282:8181" |
| 54 | - "1830:1830" |
| 55 | links: |
| 56 | - db:dbhost |
| 57 | - db:sdnctldb01 |
| 58 | - db:sdnctldb02 |
| 59 | environment: |
| 60 | - MYSQL_ROOT_PASSWORD=openECOMP1.0 |
Patrick Brady | 2ad8214 | 2017-12-13 12:49:38 -0800 | [diff] [blame] | 61 | - SDNC_CONFIG_DIR=/opt/onap/appc/data/properties |
| 62 | - APPC_CONFIG_DIR=/opt/onap/appc/data/properties |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 63 | - DMAAP_TOPIC_ENV=SUCCESS |
| 64 | logging: |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 65 | driver: "json-file" |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 66 | options: |
| 67 | max-size: "30m" |
| 68 | max-file: "5" |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 69 | |
| 70 | |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 71 | dgbuilder: |
Victor Morales | 97a6a9a | 2017-09-14 12:05:13 -0700 | [diff] [blame] | 72 | image: "onap/ccsdk-dgbuilder-image:latest" |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 73 | depends_on: |
| 74 | - db |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 75 | container_name: sdnc_dgbuilder_container |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 76 | entrypoint: |
| 77 | - "/bin/bash" |
| 78 | - "-c" |
Hector Anapan | 3d9df18 | 2017-09-19 13:41:04 -0400 | [diff] [blame] | 79 | - "cd /opt/onap/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait" |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 80 | ports: |
| 81 | - "3000:3100" |
| 82 | links: |
| 83 | - db:dbhost |
| 84 | - db:sdnctldb01 |
| 85 | - db:sdnctldb02 |
| 86 | - appc:sdnhost |
| 87 | environment: |
| 88 | - MYSQL_ROOT_PASSWORD=openECOMP1.0 |
Hector Anapan | 3d9df18 | 2017-09-19 13:41:04 -0400 | [diff] [blame] | 89 | - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties |
Hector Anapan | d809474 | 2017-08-10 03:25:53 -0500 | [diff] [blame] | 90 | logging: |
| 91 | driver: "json-file" |
| 92 | options: |
Patrick Brady | 8351425 | 2017-02-13 11:57:08 -0800 | [diff] [blame] | 93 | max-size: "30m" |
Patrick Brady | ac18d4c | 2017-02-22 12:01:39 -0800 | [diff] [blame] | 94 | max-file: "5" |
Hector Anapan | 249b2c0 | 2017-08-16 14:56:54 -0400 | [diff] [blame] | 95 | |