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 |
| 37 | upf_sriov_pf: enp94s0f0 |
| 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 | |
| 46 | # Enable to configure router to handle UE traffic to the Internet |
| 47 | # Applicable only when using Ubuntu machine as a router now (VyOS is coming soon) |
| 48 | router_setup_enabled: true |
| 49 | router_type: linux |
| 50 | sgi_gateway_ip: 192.168.250.254/24 |
| 51 | s1u_gateway_ip: 192.168.251.254/24 |
| 52 | sgi_s1u_gateway_iface: enp94s0f0 |
| 53 | netplan_config_file: /etc/netplan/sgi-s1u-gateway.yaml |
| 54 | |
| 55 | rancher_cluster_token: #HIDDEN |
| 56 | rancher_ca_checksum: #HIDDEN |
| 57 | |
| 58 | # Refer to these values when configuring Accelleran |
| 59 | accelleran_ru_ip: 192.168.251.5/24 |
| 60 | accelleran_tac: 101 |
| 61 | accelleran_mme_ip: 10.168.0.204 |
| 62 | accelleran_redis_host: 10.212.73.3 |
| 63 | accelleran_instance_filter: onfcell101 |