updted the sdnr image to onap jakarta
[smo/o1.git] / client / .env
1 ################################################################################
2 # Copyright 2021 highstreet technologies and others
3 #
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
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
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 #
16
17 COMPOSE_PROJECT_NAME=smo
18
19 # Network settings
20 NETWORK_NAME=integration
21
22 IPv4_NETWORK_SUBNET=172.40.0.0/16
23 IPv4_GATEWAY=172.40.0.1
24
25 # Please update /etc/docker/daemon.json accordingly
26 # https://docs.docker.com/config/daemon/ipv6/
27 IPv6_NETWORK_SUBNET=2001:db8:1:1::/64
28 IPv6_GATEWAY=2001:db8:1:1::1
29
30 # SDN-R Database
31 SDNRDB_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
32 IPv4_SDNRDB=172.40.0.30
33 IPv6_SDNRDB=2001:db8:1:1::30
34
35 # SDN Controller
36 SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.3.2
37 IPv4_SDNC=172.40.0.21
38 IPv6_SDNC=2001:db8:1:1::21
39 ODL_CERT_DIR=/opt/opendaylight/current/certs
40 ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
41