blob: 4929cc9f05437ae7d8d626a69fa4fc674b51f212 [file] [log] [blame]
demx8as6a93cb372021-06-06 16:05:58 +02001################################################################################
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
17COMPOSE_PROJECT_NAME=o-ran-sc-d-release
18
19# Credentials
20ADMIN_USERNAME=admin
21ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
22
23# SDN Controller
24SDNC_REST_PORT=8181
25SDNC_OAM_IPv6=2001:db8:1:50::23
26
27# VES Collector
28VES_COLLECTOR_OAM_IPv6=2001:db8:1:50::27
29
30# NTS NG settings
31PUBLIC_DOCKER_REPO=docker.io/hightec/
32NEXUS3_DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/
33NTS_MANAGER_PORT=8300
34NTS_BUILD_VERSION=1.3.3
35
36IPv6_ENABLED=true
37SSH_CONNECTIONS=0
38TLS_CONNECTIONS=1
39NTS_HOST_IP=2a00:7b80:454:2000::2
40NTS_HOST_BASE_PORT=50000
41NTS_HOST_NETCONF_SSH_BASE_PORT=0
42NTS_HOST_NETCONF_TLS_BASE_PORT=1000
43NTS_HOST_TRANSFER_FTP_BASE_PORT=2000
44NTS_HOST_TRANSFER_SFTP_BASE_PORT=2000
45
46NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping
47
48SDN_CONTROLLER_PROTOCOL=http
49SDN_CONTROLLER_CALLHOME_PORT=6666
50# TLS: SDN_CONTROLLER_CALLHOME_PORT=4335
51
52VES_COMMON_HEADER_VERSION=7.2.1
53VES_ENDPOINT_PROTOCOL=https
54VES_ENDPOINT_PORT=8443
55VES_ENDPOINT_AUTH_METHOD=basic-auth
56VES_ENDPOINT_USERNAME=sample1
57VES_ENDPOINT_PASSWORD=sample1