demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 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 | |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 17 | HOST_IP=aaa.bbb.ccc.ddd |
Martin Skorupski | 470bbf5 | 2023-05-14 12:35:12 +0200 | [diff] [blame] | 18 | # NETWORK_SUBNET_DCN_IPv4=172.60.0.0/24 |
| 19 | NETWORK_SUBNET_DCN_IPv6=2001:db8:1:60::/96 |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 20 | |
| 21 | # Credentials |
| 22 | ADMIN_USERNAME=admin |
| 23 | ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |
| 24 | |
Martin Skorupski | 470bbf5 | 2023-05-14 12:35:12 +0200 | [diff] [blame] | 25 | # gateway network implemented by traefik |
demx8as6 | 830f8fa | 2023-07-05 16:42:22 +0000 | [diff] [blame] | 26 | HTTP_DOMAIN=smo.o-ran-sc.org |
Martin Skorupski | 470bbf5 | 2023-05-14 12:35:12 +0200 | [diff] [blame] | 27 | |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 28 | # SDN Controller |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 29 | SDN_CONTROLLER_PROTOCOL=https |
demx8as6 | 830f8fa | 2023-07-05 16:42:22 +0000 | [diff] [blame] | 30 | SDNC_OAM_HOST=odlux.oam.${HTTP_DOMAIN} |
| 31 | SDNC_DCN_HOST=controller.dcn.${HTTP_DOMAIN} |
Martin Skorupski | 470bbf5 | 2023-05-14 12:35:12 +0200 | [diff] [blame] | 32 | SDNC_REST_PORT=443 |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 33 | SDN_CONTROLLER_CALLHOME_SSH_PORT=4334 |
| 34 | SDN_CONTROLLER_CALLHOME_TLS_PORT=4335 |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 35 | |
| 36 | # VES Collector |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 37 | VES_ENDPOINT_PROTOCOL=https |
demx8as6 | 830f8fa | 2023-07-05 16:42:22 +0000 | [diff] [blame] | 38 | VES_COLLECTOR_DCN_HOST=ves-collector.dcn.${HTTP_DOMAIN} |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 39 | VES_ENDPOINT_PORT=443 |
Martin Skorupski | 470bbf5 | 2023-05-14 12:35:12 +0200 | [diff] [blame] | 40 | VES_COMMON_HEADER_VERSION=7.2.1 |
Martin Skorupski | 902dd06 | 2023-04-28 13:52:34 +0200 | [diff] [blame] | 41 | VES_ENDPOINT_AUTH_METHOD=basic-auth |
| 42 | VES_ENDPOINT_USERNAME=sample1 |
| 43 | VES_ENDPOINT_PASSWORD=sample1 |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 44 | |
| 45 | # NTS NG settings |
demx8as6 | 491bb3b | 2021-12-10 10:23:27 +0100 | [diff] [blame] | 46 | NEXUS3_DOCKER_REPO=nexus3.o-ran-sc.org:10004/o-ran-sc/ |
Alex Stancu | 0eef052 | 2023-04-05 21:17:52 +0300 | [diff] [blame] | 47 | LOCAL_DOCKER_REPO=o-ran-sc/ |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 48 | NTS_MANAGER_PORT=8300 |
Alex Stancu | 62a5ef0 | 2023-07-11 18:06:43 +0300 | [diff] [blame] | 49 | NTS_BUILD_VERSION=1.8.1 |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 50 | |
| 51 | IPv6_ENABLED=true |
Martin Skorupski | 990de72 | 2023-02-03 12:30:55 +0100 | [diff] [blame] | 52 | SSH_CONNECTIONS=1 |
| 53 | TLS_CONNECTIONS=0 |
demx8as6 | a93cb37 | 2021-06-06 16:05:58 +0200 | [diff] [blame] | 54 | NTS_HOST_IP=2a00:7b80:454:2000::2 |
| 55 | NTS_HOST_BASE_PORT=50000 |
| 56 | NTS_HOST_NETCONF_SSH_BASE_PORT=0 |
| 57 | NTS_HOST_NETCONF_TLS_BASE_PORT=1000 |
| 58 | NTS_HOST_TRANSFER_FTP_BASE_PORT=2000 |
| 59 | NTS_HOST_TRANSFER_SFTP_BASE_PORT=2000 |
| 60 | |
| 61 | NTS_NF_MOUNT_POINT_ADDRESSING_METHOD=docker-mapping |