blob: 9bc05e890e668dd925aaf05fe4985db2d59bacac [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 Skorupski990de722023-02-03 12:30:55 +010017COMPOSE_PROJECT_NAME=o-ran-sc-h-release
demx8as6a93cb372021-06-06 16:05:58 +020018
19# Credentials
20ADMIN_USERNAME=admin
21ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
22
23# SDN Controller
24SDNC_REST_PORT=8181
25SDNC_OAM_IPv6=2001:db8:1:50::23
Martin Skorupski990de722023-02-03 12:30:55 +010026SDNC_OAM_HOST=controller.oam.smo.o-ran-sc.org
demx8as6a93cb372021-06-06 16:05:58 +020027
28# VES Collector
29VES_COLLECTOR_OAM_IPv6=2001:db8:1:50::27
Martin Skorupski990de722023-02-03 12:30:55 +010030VES_COLLECTOR_OAM_HOST=ves-collector.oam.smo.o-ran-sc.org
demx8as6a93cb372021-06-06 16:05:58 +020031
32# NTS NG settings
demx8as6491bb3b2021-12-10 10:23:27 +010033NEXUS3_DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/
Alex Stancu0eef0522023-04-05 21:17:52 +030034LOCAL_DOCKER_REPO=o-ran-sc/
demx8as6a93cb372021-06-06 16:05:58 +020035NTS_MANAGER_PORT=8300
Alex Stancu350e5f72023-03-21 16:35:14 +020036NTS_BUILD_VERSION=1.6.1
demx8as6a93cb372021-06-06 16:05:58 +020037
38IPv6_ENABLED=true
Martin Skorupski990de722023-02-03 12:30:55 +010039SSH_CONNECTIONS=1
40TLS_CONNECTIONS=0
demx8as6a93cb372021-06-06 16:05:58 +020041NTS_HOST_IP=2a00:7b80:454:2000::2
42NTS_HOST_BASE_PORT=50000
43NTS_HOST_NETCONF_SSH_BASE_PORT=0
44NTS_HOST_NETCONF_TLS_BASE_PORT=1000
45NTS_HOST_TRANSFER_FTP_BASE_PORT=2000
46NTS_HOST_TRANSFER_SFTP_BASE_PORT=2000
47
48NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping
49
Martin Skorupski990de722023-02-03 12:30:55 +010050SDN_CONTROLLER_PROTOCOL=https
demx8as6b9d92cc2021-12-13 08:28:14 +010051# ssh: SDN_CONTROLLER_CALLHOME_PORT=6666
Martin Skorupski990de722023-02-03 12:30:55 +010052SDN_CONTROLLER_CALLHOME_PORT=4334
demx8as6a93cb372021-06-06 16:05:58 +020053
54VES_COMMON_HEADER_VERSION=7.2.1
55VES_ENDPOINT_PROTOCOL=https
Martin Skorupski990de722023-02-03 12:30:55 +010056VES_ENDPOINT_PORT=443
demx8as6a93cb372021-06-06 16:05:58 +020057VES_ENDPOINT_AUTH_METHOD=basic-auth
58VES_ENDPOINT_USERNAME=sample1
59VES_ENDPOINT_PASSWORD=sample1
Alex Stancu350e5f72023-03-21 16:35:14 +020060
Alex Stancu0eef0522023-04-05 21:17:52 +030061HOST_IP=10.20.11.121