1 # ==================================================================================
2 # Modifications Copyright (c) 2019 Nordix Foundation.
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 # ==================================================================================
21 name: ${DOCKER_SIM_NWNAME}
25 image: ${SDNC_DB_IMAGE}
26 container_name: ${SDNC_DB_APP_NAME}
32 - MYSQL_ROOT_PASSWORD=openECOMP1.0
41 image: ${SDNC_A1_CONTROLLER_IMAGE}
44 container_name: ${SDNC_APP_NAME}
47 entrypoint: ["/opt/onap/sdnc/bin/startODL.sh"]
49 - ${SDNC_EXTERNAL_PORT}:${SDNC_INTERNAL_PORT}
55 - MYSQL_ROOT_PASSWORD=openECOMP1.0
56 - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
58 - ${DNS_IP_ADDR-10.0.100.1}
65 aaf.osaaf.org: 10.12.6.214