blob: e53951e2826cbb03c562b5a514f7ea4b289cef22 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2020-present Open Networking Foundation
2#
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07003# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07004
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moon617dc052020-06-21 20:13:22 -05008 bess: docker.io/omecproject/upf-epc-bess:master-latest
Hyunsun Moond60fcaf2020-07-14 16:09:13 -07009 pfcpiface: docker.io/omecproject/upf-epc-pfcpiface:master-latest
10 zmqiface: docker.io/omecproject/upf-epc-cpiface:master-latest
Jeremy Ronquillo223db002020-06-05 10:28:22 -070011 pullPolicy: Always
Hyunsun Moon8da17882020-10-14 21:28:44 -050012 credentials: {}
13 # If specified, use this credential to access the image
14 # registry:
15 # username:
16 # password:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070017
18nodeSelectors:
19 enabled: false
Hyunsun Moon33d85312020-08-20 00:55:31 -070020 upf:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070021 label: omec-upf
22 value: enabled
23
24resources:
25 enabled: true
26 bess:
27 requests:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070028 cpu: 2
29 memory: 256Mi
30 limits:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070031 cpu: 2
32 memory: 256Mi
33 routectl:
34 requests:
35 cpu: 256m
36 memory: 128Mi
37 limits:
38 cpu: 256m
39 memory: 128Mi
40 web:
41 requests:
42 cpu: 256m
43 memory: 128Mi
44 limits:
45 cpu: 256m
46 memory: 128Mi
47 cpiface:
48 requests:
49 cpu: 256m
50 memory: 128Mi
51 limits:
52 cpu: 256m
53 memory: 128Mi
54
55config:
56 coreDump:
57 enabled: false
58 path: /tmp/coredump
Hyunsun Moon33d85312020-08-20 00:55:31 -070059 upf:
Hyunsun Moon617dc052020-06-21 20:13:22 -050060 hugepage:
61 enabled: true
62 sriov:
63 enabled: true
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070064 # Dynamic IP allocation is not supported yet
65 ipam: static
66 cniPlugin: vfioveth
67 enb:
68 subnet: 192.168.251.0/24
Hyunsun Moon33d85312020-08-20 00:55:31 -070069 access:
Hyunsun Moon617dc052020-06-21 20:13:22 -050070 gateway: 192.168.252.1
71 ip: 192.168.252.3/24
Hyunsun Moon33d85312020-08-20 00:55:31 -070072 core:
Hyunsun Moon617dc052020-06-21 20:13:22 -050073 gateway: 192.168.250.1
74 ip: 192.168.250.3/24
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070075 cfgFiles:
76 upf.json:
77 mode: dpdk
78 workers: 1
79 max_sessions: 50000
Hyunsun Moon33d85312020-08-20 00:55:31 -070080 access:
81 ifname: access
82 core:
83 ifname: core
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070084 measure: true
Hyunsun Moon617dc052020-06-21 20:13:22 -050085 bess:
86 web:
87 nodePort: 36000
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070088 cpiface:
89 # pfcp or zmq
90 mode: pfcp