| # Copyright 2020-present Open Networking Foundation |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| images: |
| tags: |
| init: registry.aetherproject.org/tools/busybox:stable |
| pfcpiface: omecproject/upf-epc-pfcpiface:master-2f04e3a |
| |
| nodeSelectors: |
| enabled: false |
| pfcp: |
| label: omec-upf |
| value: enabled |
| |
| resources: |
| enabled: true |
| pfcpiface: |
| requests: |
| cpu: 256m |
| memory: 128Mi |
| limits: |
| cpu: 256m |
| memory: 128Mi |
| |
| config: |
| coreDump: |
| enabled: false |
| path: /tmp/coredump |
| pfcp: |
| cfgFiles: |
| upf.json: |
| log_level: "info" |
| |
| enable_p4rt: true |
| p4rtciface: |
| # N3/S1u address for 5G/4G. |
| access_ip: "172.17.0.1/32" |
| # IP and port exposed by UP4 P4Runtime server. |
| # Do not change unless you are deploying ONOS in a custom way. |
| p4rtc_server: "sdfabric-onos-classic-hs" |
| p4rtc_port: "51001" |
| # Identify P4-UPF slice this PFCP agent instance belongs to. |
| # The same slice ID should also be defined in the slicing section of the ONOS netcfg |
| # Optional. Default value is 0. |
| slice_id: 0 |
| |
| cpiface: |
| # IP pool from which we allocate UE IP address |
| ue_ip_pool: "10.250.0.0/24" |
| # Data Network Name. Must be consistent with the one set in ROC. |
| dnn: "internet" |
| # Used to get local IP address and local NodeID in PFCP messages. |
| # Do not change unless you are deploying PFCP agent in a custom way. |
| hostname: "pfcp-agent" |
| # Do not change. Used for the config REST API server. |
| http_port: "8080" |
| |
| service: |
| type: ClusterIP |
| #externalIp: |
| #annotations: |