Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 1 | # 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 | --- |
| 16 | ntp_enabled: true |
| 17 | ntp_servers: |
| 18 | - time1.google.com |
| 19 | - time2.google.com |
| 20 | ntp_timezone: Etc/UTC |
| 21 | |
| 22 | # Internal service domains to add to /etc/hosts (DO NOT CHANGE) |
| 23 | etc_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 |
| 30 | docker_daemon_options: |
| 31 | insecure-registries: |
| 32 | - registry.central.aetherproject.net |
| 33 | |
| 34 | docker_version: 18.06.3~ce~3-0~ubuntu |
| 35 | |
| 36 | upf_sriov_enabled: true |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 37 | upf_sriov_pf: ens802f0 |
Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 38 | |
| 39 | # SGI and S1U addresses for spgwu |
| 40 | spgwu_sgi_ip: 192.168.250.4/24 |
| 41 | spgwu_s1u_ip: 192.168.251.4/24 |
| 42 | |
| 43 | # UE pool (DO NOT CHANGE) |
| 44 | ue_pool: 10.250.0.0/16 |
| 45 | |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 46 | # Configure VPN router |
| 47 | # Only linux machine is supported as a router now (VyOS is coming soon) |
Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 48 | router_type: linux |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 49 | |
| 50 | # Enable to configure SGI and S1U network gateway and routings/SNAT for UE traffic |
| 51 | router_enabled: true |
Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 52 | sgi_gateway_ip: 192.168.250.254/24 |
| 53 | s1u_gateway_ip: 192.168.251.254/24 |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 54 | sgi_s1u_gateway_iface: ens802f0 |
Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 55 | netplan_config_file: /etc/netplan/sgi-s1u-gateway.yaml |
| 56 | |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 57 | # Enable to configure IPSec tunnel to Aether Central |
| 58 | vpn_enabled: true |
Hyunsun Moon | 33fc134 | 2020-04-15 10:55:22 -0700 | [diff] [blame^] | 59 | vpn_local_addr: 12.34.56.78 |
| 60 | vpn_local_id: 12.34.56.78 |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 61 | # Provide management network and K8S pod/service ranges |
| 62 | vpn_local_subnets: 10.212.73.0/24,10.56.0.0/16 |
Hyunsun Moon | 33fc134 | 2020-04-15 10:55:22 -0700 | [diff] [blame^] | 63 | vpn_remote_addr: 98.76.54.32 |
Hyunsun Moon | 6c6db95 | 2020-03-04 20:50:51 -0800 | [diff] [blame] | 64 | # Remote subnet (DO NOT CHANGE) |
| 65 | vpn_remote_subnets: 10.168.0.0/20,10.45.0.0/16,10.52.0.0/16 |
| 66 | vpn_psk: T075X36ejt6qzaDHVG6Eunr6yynatdFI |
| 67 | |
Hyunsun Moon | e484834 | 2020-02-16 04:28:55 -0800 | [diff] [blame] | 68 | rancher_cluster_token: #HIDDEN |
| 69 | rancher_ca_checksum: #HIDDEN |
| 70 | |
| 71 | # Refer to these values when configuring Accelleran |
| 72 | accelleran_ru_ip: 192.168.251.5/24 |
| 73 | accelleran_tac: 101 |
| 74 | accelleran_mme_ip: 10.168.0.204 |
| 75 | accelleran_redis_host: 10.212.73.3 |
| 76 | accelleran_instance_filter: onfcell101 |