blob: 757e1fd93b4b937b1a19c96ee525638aed2007a8 [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
Martin Skorupski902dd062023-04-28 13:52:34 +020017HOST_IP=aaa.bbb.ccc.ddd
Martin Skorupski470bbf52023-05-14 12:35:12 +020018# NETWORK_SUBNET_DCN_IPv4=172.60.0.0/24
19NETWORK_SUBNET_DCN_IPv6=2001:db8:1:60::/96
demx8as6a93cb372021-06-06 16:05:58 +020020
21# Credentials
22ADMIN_USERNAME=admin
23ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
24
Martin Skorupski470bbf52023-05-14 12:35:12 +020025# gateway network implemented by traefik
demx8as6830f8fa2023-07-05 16:42:22 +000026HTTP_DOMAIN=smo.o-ran-sc.org
Martin Skorupski470bbf52023-05-14 12:35:12 +020027
demx8as6a93cb372021-06-06 16:05:58 +020028# SDN Controller
Martin Skorupski902dd062023-04-28 13:52:34 +020029SDN_CONTROLLER_PROTOCOL=https
demx8as6830f8fa2023-07-05 16:42:22 +000030SDNC_OAM_HOST=odlux.oam.${HTTP_DOMAIN}
31SDNC_DCN_HOST=controller.dcn.${HTTP_DOMAIN}
Martin Skorupski470bbf52023-05-14 12:35:12 +020032SDNC_REST_PORT=443
Martin Skorupski902dd062023-04-28 13:52:34 +020033SDN_CONTROLLER_CALLHOME_SSH_PORT=4334
34SDN_CONTROLLER_CALLHOME_TLS_PORT=4335
demx8as6a93cb372021-06-06 16:05:58 +020035
36# VES Collector
Martin Skorupski902dd062023-04-28 13:52:34 +020037VES_ENDPOINT_PROTOCOL=https
demx8as6830f8fa2023-07-05 16:42:22 +000038VES_COLLECTOR_DCN_HOST=ves-collector.dcn.${HTTP_DOMAIN}
Martin Skorupski902dd062023-04-28 13:52:34 +020039VES_ENDPOINT_PORT=443
Martin Skorupski470bbf52023-05-14 12:35:12 +020040VES_COMMON_HEADER_VERSION=7.2.1
Martin Skorupski902dd062023-04-28 13:52:34 +020041VES_ENDPOINT_AUTH_METHOD=basic-auth
42VES_ENDPOINT_USERNAME=sample1
43VES_ENDPOINT_PASSWORD=sample1
demx8as6a93cb372021-06-06 16:05:58 +020044
45# NTS NG settings
demx8as6491bb3b2021-12-10 10:23:27 +010046NEXUS3_DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/
Alex Stancu0eef0522023-04-05 21:17:52 +030047LOCAL_DOCKER_REPO=o-ran-sc/
demx8as6a93cb372021-06-06 16:05:58 +020048NTS_MANAGER_PORT=8300
Alex Stancu62a5ef02023-07-11 18:06:43 +030049NTS_BUILD_VERSION=1.8.1
demx8as6a93cb372021-06-06 16:05:58 +020050
51IPv6_ENABLED=true
Martin Skorupski990de722023-02-03 12:30:55 +010052SSH_CONNECTIONS=1
53TLS_CONNECTIONS=0
demx8as6a93cb372021-06-06 16:05:58 +020054NTS_HOST_IP=2a00:7b80:454:2000::2
55NTS_HOST_BASE_PORT=50000
56NTS_HOST_NETCONF_SSH_BASE_PORT=0
57NTS_HOST_NETCONF_TLS_BASE_PORT=1000
58NTS_HOST_TRANSFER_FTP_BASE_PORT=2000
59NTS_HOST_TRANSFER_SFTP_BASE_PORT=2000
60
61NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping