blob: d5131882ed6653bb697194aadab939f20db56df3 [file] [log] [blame]
# Copyright 2020-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
ntp_enabled: true
ntp_servers:
- time1.google.com
- time2.google.com
ntp_timezone: Etc/UTC
# Internal service domains to add to /etc/hosts (DO NOT CHANGE)
etc_hosts_entries:
- ip: 10.168.0.200
name: registry.central.aetherproject.net
- ip: 10.168.0.3
name: rancher.central.aetherproject.net
# Additional Docker daemon options
docker_daemon_options:
insecure-registries:
- registry.central.aetherproject.net
upf_sriov_enabled: true
upf_sriov_pf: #SET_VALUE
# SGI and S1U addresses for spgwu
spgwu_sgi_ip: #SET_VALUE
spgwu_s1u_ip: #SET_VALUE
# UE pool (DO NOT CHANGE)
ue_pool: 10.250.0.0/16
# Configure VPN router
# Only linux machine is supported as a router now (VyOS is coming soon)
router_type: linux
# Enable to configure SGI and S1U network gateway and routings/SNAT for UE traffic
router_enabled: #SET_VALUE (true or false)
sgi_gateway_ip: #SET_VALUE (only required when router_enabled)
s1u_gateway_ip: #SET_VALUE (only required when router_enabled)
sgi_s1u_gateway_iface: #SET_VALUE (only required when router_enabled)
netplan_config_file: /etc/netplan/sgi-s1u-gateway.yaml
# Enable to configure IPSec tunnel to Aether Central
vpn_enabled: #SET_VALUE (true or false)
# Provide IP address of the VPN server
# Provide private address of the VPN server if it is behind NAT
vpn_local_addr: #SET_VALUE (only required when vpn_enabled)
# Provide public address of the VPN server
vpn_local_id: #SET_VALUE (only required when vpn_enabled)
# Provide management network and K8S pod/service ranges
vpn_local_subnets: #SET_VALUE (only required when vpn_enabled)
vpn_remote_addr: #SET_VALUE (only required when vpn_enabled)
# Remote subnet (DO NOT CHANGE)
vpn_remote_subnets: 10.168.0.0/20,10.45.0.0/16,10.52.0.0/16
vpn_psk: #GET_VALUE_FROM_AETHER_TEAM
# Rancher cluster token and checksum (DO NOT CHANGE)
rancher_cluster_token: #GET_VALUE_FROM_AETHER_TEAM
rancher_ca_checksum: "7f7858afaa621e304d0d17fa22fd2005aa2f1acd0637f4026cab7bcc2fa43cd9"
# Refer to these values when configuring Accelleran
accelleran_tac: #GET_VALUE_FROM_AETHER_TEAM
accelleran_instance_filter: #GET_VALUE_FROM_AETHER_TEAM
accelleran_mme_ip: 10.168.0.204
accelleran_ru_ip: #SET_VALUE (S1U network address)
accelleran_redis_host: #SET_VALUE (mgmt IP of any node)