Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
Charles Chan | d1b4bf9 | 2022-02-02 16:27:10 -0800 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 4 | |
| 5 | images: |
| 6 | tags: |
| 7 | init: registry.aetherproject.org/tools/busybox:stable |
Carmelo Cascone | 3eb2d45 | 2022-03-07 18:50:23 -0800 | [diff] [blame] | 8 | pfcpiface: omecproject/upf-epc-pfcpiface:master-f3a2c33 |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 9 | |
| 10 | nodeSelectors: |
| 11 | enabled: false |
| 12 | pfcp: |
| 13 | label: omec-upf |
| 14 | value: enabled |
| 15 | |
| 16 | resources: |
| 17 | enabled: true |
| 18 | pfcpiface: |
| 19 | requests: |
| 20 | cpu: 256m |
| 21 | memory: 128Mi |
| 22 | limits: |
| 23 | cpu: 256m |
| 24 | memory: 128Mi |
| 25 | |
| 26 | config: |
| 27 | coreDump: |
| 28 | enabled: false |
| 29 | path: /tmp/coredump |
| 30 | pfcp: |
| 31 | cfgFiles: |
| 32 | upf.json: |
Charles Chan | 09e75bb | 2022-03-08 13:21:09 -0800 | [diff] [blame^] | 33 | log_level: "info" |
| 34 | |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 35 | enable_p4rt: true |
| 36 | p4rtciface: |
Charles Chan | 09e75bb | 2022-03-08 13:21:09 -0800 | [diff] [blame^] | 37 | # N3/S1u address for 5G/4G. |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 38 | access_ip: "172.17.0.1/32" |
Charles Chan | 09e75bb | 2022-03-08 13:21:09 -0800 | [diff] [blame^] | 39 | # IP and port exposed by UP4 P4Runtime server. |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 40 | # Do not change unless you are deploying ONOS in a custom way. |
Charles Chan | 457366e | 2022-01-25 13:31:16 -0800 | [diff] [blame] | 41 | p4rtc_server: "sdfabric-onos-classic-hs" |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 42 | p4rtc_port: "51001" |
Charles Chan | 09e75bb | 2022-03-08 13:21:09 -0800 | [diff] [blame^] | 43 | # Identify P4-UPF slice this PFCP agent instance belongs to. |
| 44 | # The same slice ID should also be defined in the slicing section of the ONOS netcfg |
| 45 | # Optional. Default value is 0. |
| 46 | slice_id: 0 |
| 47 | |
Hyunsun Moon | 44825f0 | 2022-03-01 15:13:07 -0800 | [diff] [blame] | 48 | cpiface: |
Charles Chan | 09e75bb | 2022-03-08 13:21:09 -0800 | [diff] [blame^] | 49 | # IP pool from which we allocate UE IP address |
| 50 | ue_ip_pool: "10.250.0.0/24" |
| 51 | # Data Network Name. Must be consistent with the one set in ROC. |
| 52 | dnn: "internet" |
| 53 | # Used to get local IP address and local NodeID in PFCP messages. |
| 54 | # Do not change unless you are deploying PFCP agent in a custom way. |
Hyunsun Moon | 44825f0 | 2022-03-01 15:13:07 -0800 | [diff] [blame] | 55 | hostname: "pfcp-agent" |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 56 | |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 57 | service: |
| 58 | type: ClusterIP |
| 59 | #externalIp: |
| 60 | #annotations: |