X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=smo%2Fo1.git;a=blobdiff_plain;f=client%2F.env;fp=client%2F.env;h=d49276241c6b5632e4093f92dbf5acac746c544a;hp=0000000000000000000000000000000000000000;hb=e4c1a39a4abda7edd5782c49f1b73a5d53f8f38d;hpb=c4bd5f94228bc685457036d9eddc2d08e0da359b diff --git a/client/.env b/client/.env new file mode 100644 index 0000000..d492762 --- /dev/null +++ b/client/.env @@ -0,0 +1,41 @@ +################################################################################ +# 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.1.3 +IPv4_SDNC=172.40.0.21 +IPv6_SDNC=2001:db8:1:1::21 +ODL_CERT_DIR=/opt/opendaylight/current/certs +ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +