Refactoring of the entire dev deployment
[oam.git] / solution / dev / .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 # Credentials
20
21 ADMIN_USERNAME=admin
22 ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
23
24 # Network settings
25 NETWORK_SUBNET_IP=172.40.0.0/16
26 NETWORK_GATEWAY_IP=172.40.0.1
27
28 # PERSISTENCE (including SDN-R Database)
29 PERSISTENCE_IMAGE=docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
30 PERSISTENCE_IP=172.40.0.22
31
32 # SDN Controller
33 SDNC_IMAGE=nexus3.onap.org:10001/onap/sdnc-image:2.1.5
34 SDNC_REST_PORT=8181
35 SDNC_IP=172.40.0.23
36 SDNC_CERT_DIR=/opt/opendaylight/current/certs
37
38 # dependent components
39 ## ZooKeeper
40 ZOOKEEPER_IMAGE=nexus3.onap.org:10001/onap/dmaap/zookeeper:6.0.3
41 ZOOKEEPER_IP=172.40.0.24
42
43 ## Kafka
44 KAFKA_IMAGE=nexus3.onap.org:10001/onap/dmaap/kafka111:1.0.4
45 KAFKA_IP=172.40.0.25
46
47 ## DMaaP
48 DMAAP_IMAGE=nexus3.onap.org:10001/onap/dmaap/dmaap-mr:1.1.18
49 DMAAP_IP=172.40.0.26
50
51 ## VES Collector
52 VES_COLLECTOR_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.8.0
53 VES_COLLECTOR_IP=172.40.0.27
54
55 ## NTS NG settings
56 DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/
57 NTS_MANAGER_PORT=8300
58 NTS_BUILD_VERSION=1.3.1
59
60 NTS_HOST_IP=10.20.11.118
61 NTS_HOST_BASE_PORT=50000
62 NTS_HOST_NETCONF_SSH_BASE_PORT=0
63 NTS_HOST_NETCONF_TLS_BASE_PORT=1000
64 NTS_HOST_TRANSFER_FTP_BASE_PORT=2000
65 NTS_HOST_TRANSFER_SFTP_BASE_PORT=2000
66 NTS_BUILD_DATE=2021-05-11T09:11:04Z
67
68 NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping
69
70 SDN_CONTROLLER_PROTOCOL=http
71
72 VES_COMMON_HEADER_VERSION=7.2.1
73 VES_ENDPOINT_PROTOCOL=https
74 VES_ENDPOINT_PORT=8443
75 VES_ENDPOINT_AUTH_METHOD=basic-auth
76 VES_ENDPOINT_USERNAME=sample1
77 VES_ENDPOINT_PASSWORD=sample1