blob: 12b3b9e3bd57711062d9ea1c82cd7d95195b4e58 [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 Cascone95059832022-03-28 23:00:41 -07008 pfcpiface: omecproject/upf-epc-pfcpiface:master-2f04e3a
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:
Charles Chan09e75bb2022-03-08 13:21:09 -080033 log_level: "info"
34
Yi Tseng32561422021-10-07 15:03:21 -070035 enable_p4rt: true
36 p4rtciface:
Charles Chan09e75bb2022-03-08 13:21:09 -080037 # N3/S1u address for 5G/4G.
Yi Tseng32561422021-10-07 15:03:21 -070038 access_ip: "172.17.0.1/32"
Charles Chan09e75bb2022-03-08 13:21:09 -080039 # IP and port exposed by UP4 P4Runtime server.
Charles Chanf65aca52022-02-03 00:22:48 -080040 # Do not change unless you are deploying ONOS in a custom way.
Charles Chan457366e2022-01-25 13:31:16 -080041 p4rtc_server: "sdfabric-onos-classic-hs"
Yi Tseng32561422021-10-07 15:03:21 -070042 p4rtc_port: "51001"
Charles Chan09e75bb2022-03-08 13:21:09 -080043 # 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 Moon44825f02022-03-01 15:13:07 -080048 cpiface:
Charles Chan09e75bb2022-03-08 13:21:09 -080049 # 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 Moon44825f02022-03-01 15:13:07 -080055 hostname: "pfcp-agent"
Carmelo Casconeffaf27b2022-03-25 12:57:38 -070056 # Do not change. Used for the config REST API server.
57 http_port: "8080"
Charles Chanf65aca52022-02-03 00:22:48 -080058
Yi Tseng32561422021-10-07 15:03:21 -070059service:
60 type: ClusterIP
61 #externalIp:
62 #annotations: