aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/sdnr/docker-compose/.env
blob: fbe74215184e5b075cf2c1e415bf19c3fa5fd0c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
COMPOSE_PROJECT_NAME=integration

# network
# all components are reachable via docker network
# IP adresses are defined within each section
NETWORK_NAME=integration
NETWORK_SUBNET=172.40.0.0/16
GATEWAY_IP=172.40.0.1
IPV6_ENABLED="false"

# sdnc/r
NEXUS_DOCKER_REPO=nexus3.onap.org:10001
NEXUS_DOCKER_IMAGE_NAME=onap/sdnc-image
NEXUS_DOCKER_IMAGE_TAG=latest
ODL_ADMIN_USERNAME=admin
#ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
ODL_ADMIN_PASSWORD=admin
ODL_CERT_DIR=/opt/opendaylight/current/certs
SDN_CONTROLLER_PROTOCOL="http"
SDNR_IP=172.40.0.21
SDNRPORT=8181
SDNR_DM=true

# sdnrdb
ES_VERSION=7.9.3
ES_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss
ESDB_IP=172.40.0.71

# sdnc-web
#NEXUS_DOCKER_REPO see sdnc section
NEXUS_DOCKER_WEB_IMAGE_NAME=onap/sdnc-web-image
NEXUS_DOCKER_WEB_IMAGE_TAG=latest
SDNR_WEB_IP=172.40.0.25
SDNC_WEB_PORT=8282


# onap dependent components
VESC_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.8.0
DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18
KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4
ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3
ZOOKEEPER_IP=172.40.0.60
KAFKA_IP=172.40.0.70
DMAAP_IP=172.40.0.80
VESCOLLECTOR_IP=172.40.0.90

# NTSim 
NTS_NF_SDN_CONTROLLER_IP=127.0.0.1
NTS_NF_SDN_CONTROLLER_PORT=8181
NTS_HOST_IP=172.40.0.1
NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping