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: |
| 33 | measure: true |
| 34 | enable_p4rt: true |
| 35 | p4rtciface: |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 36 | # Should be the same as s1uAddr in ONOS netcfg for the UP4 app. |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 37 | access_ip: "172.17.0.1/32" |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 38 | # Do not change unless you are deploying ONOS in a custom way. |
Charles Chan | 457366e | 2022-01-25 13:31:16 -0800 | [diff] [blame] | 39 | p4rtc_server: "sdfabric-onos-classic-hs" |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 40 | p4rtc_port: "51001" |
Hyunsun Moon | 44825f0 | 2022-03-01 15:13:07 -0800 | [diff] [blame] | 41 | cpiface: |
| 42 | hostname: "pfcp-agent" |
Charles Chan | f65aca5 | 2022-02-03 00:22:48 -0800 | [diff] [blame] | 43 | |
Yi Tseng | 3256142 | 2021-10-07 15:03:21 -0700 | [diff] [blame] | 44 | service: |
| 45 | type: ClusterIP |
| 46 | #externalIp: |
| 47 | #annotations: |