blob: d5131882ed6653bb697194aadab939f20db56df3 [file] [log] [blame]
Hyunsun Moone4848342020-02-16 04:28:55 -08001# Copyright 2020-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15---
16ntp_enabled: true
17ntp_servers:
18 - time1.google.com
19 - time2.google.com
20ntp_timezone: Etc/UTC
21
22# Internal service domains to add to /etc/hosts (DO NOT CHANGE)
23etc_hosts_entries:
24 - ip: 10.168.0.200
25 name: registry.central.aetherproject.net
26 - ip: 10.168.0.3
27 name: rancher.central.aetherproject.net
28
29# Additional Docker daemon options
30docker_daemon_options:
31 insecure-registries:
32 - registry.central.aetherproject.net
Hyunsun Moone4848342020-02-16 04:28:55 -080033
34upf_sriov_enabled: true
35upf_sriov_pf: #SET_VALUE
36
37# SGI and S1U addresses for spgwu
38spgwu_sgi_ip: #SET_VALUE
39spgwu_s1u_ip: #SET_VALUE
40
41# UE pool (DO NOT CHANGE)
42ue_pool: 10.250.0.0/16
43
Hyunsun Moon6c6db952020-03-04 20:50:51 -080044# Configure VPN router
45# Only linux machine is supported as a router now (VyOS is coming soon)
Hyunsun Moone4848342020-02-16 04:28:55 -080046router_type: linux
Hyunsun Moon6c6db952020-03-04 20:50:51 -080047
48# Enable to configure SGI and S1U network gateway and routings/SNAT for UE traffic
49router_enabled: #SET_VALUE (true or false)
50sgi_gateway_ip: #SET_VALUE (only required when router_enabled)
51s1u_gateway_ip: #SET_VALUE (only required when router_enabled)
52sgi_s1u_gateway_iface: #SET_VALUE (only required when router_enabled)
Hyunsun Moone4848342020-02-16 04:28:55 -080053netplan_config_file: /etc/netplan/sgi-s1u-gateway.yaml
54
Hyunsun Moon6c6db952020-03-04 20:50:51 -080055# Enable to configure IPSec tunnel to Aether Central
56vpn_enabled: #SET_VALUE (true or false)
57# Provide IP address of the VPN server
58# Provide private address of the VPN server if it is behind NAT
59vpn_local_addr: #SET_VALUE (only required when vpn_enabled)
60# Provide public address of the VPN server
61vpn_local_id: #SET_VALUE (only required when vpn_enabled)
62# Provide management network and K8S pod/service ranges
63vpn_local_subnets: #SET_VALUE (only required when vpn_enabled)
64vpn_remote_addr: #SET_VALUE (only required when vpn_enabled)
65# Remote subnet (DO NOT CHANGE)
66vpn_remote_subnets: 10.168.0.0/20,10.45.0.0/16,10.52.0.0/16
67vpn_psk: #GET_VALUE_FROM_AETHER_TEAM
68
Hyunsun Moone4848342020-02-16 04:28:55 -080069# Rancher cluster token and checksum (DO NOT CHANGE)
70rancher_cluster_token: #GET_VALUE_FROM_AETHER_TEAM
71rancher_ca_checksum: "7f7858afaa621e304d0d17fa22fd2005aa2f1acd0637f4026cab7bcc2fa43cd9"
72
73# Refer to these values when configuring Accelleran
74accelleran_tac: #GET_VALUE_FROM_AETHER_TEAM
75accelleran_instance_filter: #GET_VALUE_FROM_AETHER_TEAM
76accelleran_mme_ip: 10.168.0.204
77accelleran_ru_ip: #SET_VALUE (S1U network address)
78accelleran_redis_host: #SET_VALUE (mgmt IP of any node)