Provide docker-compose deployment for SMO
[oam.git] / solution / integration / smo / .env
1 ################################################################################
2 # Copyright 2020 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_NAME=integration
20 NETWORK_SUBNET=172.40.0.0/16
21 GATEWAY_IP=172.40.0.1
22
23 SDNR_IP=172.40.0.21
24 ODL_CERT_DIR=/opt/opendaylight/current/certs
25 ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
26 SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.0.3
27 SDNRDB_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.1
28
29 ESDB_IP=172.40.0.30
30
31 # dependent components
32 VESC_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest
33 DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18
34 KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4
35 ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3
36 ZOOKEEPER_IP=172.40.0.60
37 KAFKA_IP=172.40.0.70
38 DMAAP_IP=172.40.0.80
39 VESCOLLECTOR_IP=172.40.0.90