blob: fe33ebd16b7c42f3c207e0148015bc99ece15091 [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
33 iptables: false
34
35upf_sriov_enabled: true
36upf_sriov_pf: #SET_VALUE
37
38# SGI and S1U addresses for spgwu
39spgwu_sgi_ip: #SET_VALUE
40spgwu_s1u_ip: #SET_VALUE
41
42# UE pool (DO NOT CHANGE)
43ue_pool: 10.250.0.0/16
44
45# Enable to configure router to handle UE traffic to the Internet
46# Applicable only when using Ubuntu machine as a router now (VyOS is coming soon)
47router_setup_enabled: #SET_VALUE (true or false)
48router_type: linux
49sgi_gateway_ip: #SET_VALUE
50s1u_gateway_ip: #SET_VALUE
51sgi_s1u_gateway_iface: #SET_VALUE
52netplan_config_file: /etc/netplan/sgi-s1u-gateway.yaml
53
54# Rancher cluster token and checksum (DO NOT CHANGE)
55rancher_cluster_token: #GET_VALUE_FROM_AETHER_TEAM
56rancher_ca_checksum: "7f7858afaa621e304d0d17fa22fd2005aa2f1acd0637f4026cab7bcc2fa43cd9"
57
58# Refer to these values when configuring Accelleran
59accelleran_tac: #GET_VALUE_FROM_AETHER_TEAM
60accelleran_instance_filter: #GET_VALUE_FROM_AETHER_TEAM
61accelleran_mme_ip: 10.168.0.204
62accelleran_ru_ip: #SET_VALUE (S1U network address)
63accelleran_redis_host: #SET_VALUE (mgmt IP of any node)