blob: 1997bfd3e5f9f233d4f2be45fc88b420a8e76a2e [file] [log] [blame]
Yi Tseng32561422021-10-07 15:03:21 -07001# Copyright 2020-present Open Networking Foundation
2#
Charles Chand1b4bf92022-02-02 16:27:10 -08003# SPDX-License-Identifier: Apache-2.0
Yi Tseng32561422021-10-07 15:03:21 -07004
5images:
6 tags:
7 init: registry.aetherproject.org/tools/busybox:stable
Carmelo Cascone3eb2d452022-03-07 18:50:23 -08008 pfcpiface: omecproject/upf-epc-pfcpiface:master-f3a2c33
Yi Tseng32561422021-10-07 15:03:21 -07009
10nodeSelectors:
11 enabled: false
12 pfcp:
13 label: omec-upf
14 value: enabled
15
16resources:
17 enabled: true
18 pfcpiface:
19 requests:
20 cpu: 256m
21 memory: 128Mi
22 limits:
23 cpu: 256m
24 memory: 128Mi
25
26config:
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 Chanf65aca52022-02-03 00:22:48 -080036 # Should be the same as s1uAddr in ONOS netcfg for the UP4 app.
Yi Tseng32561422021-10-07 15:03:21 -070037 access_ip: "172.17.0.1/32"
Charles Chanf65aca52022-02-03 00:22:48 -080038 # Do not change unless you are deploying ONOS in a custom way.
Charles Chan457366e2022-01-25 13:31:16 -080039 p4rtc_server: "sdfabric-onos-classic-hs"
Yi Tseng32561422021-10-07 15:03:21 -070040 p4rtc_port: "51001"
Hyunsun Moon44825f02022-03-01 15:13:07 -080041 cpiface:
42 hostname: "pfcp-agent"
Charles Chanf65aca52022-02-03 00:22:48 -080043
Yi Tseng32561422021-10-07 15:03:21 -070044service:
45 type: ClusterIP
46 #externalIp:
47 #annotations: