################################################################################ # Copyright 2021 highstreet technologies and others # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # COMPOSE_PROJECT_NAME=smo # Network settings NETWORK_NAME=integration IPv4_NETWORK_SUBNET=172.40.0.0/16 IPv4_GATEWAY=172.40.0.1 # Please update /etc/docker/daemon.json accordingly # https://docs.docker.com/config/daemon/ipv6/ IPv6_NETWORK_SUBNET=2001:db8:1:1::/64 IPv6_GATEWAY=2001:db8:1:1::1 # SDN-R Database SDNRDB_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3 IPv4_SDNRDB=172.40.0.30 IPv6_SDNRDB=2001:db8:1:1::30 # SDN Controller SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.3.2 IPv4_SDNC=172.40.0.21 IPv6_SDNC=2001:db8:1:1::21 ODL_CERT_DIR=/opt/opendaylight/current/certs ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U