blob: d1bc16cb4ed213f6b64750cc4931273be1a2a9b0 [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 Moon785d81b2020-11-06 05:56:21 +000060 # Enable privileged when run from VM with sriov support
61 privileged: false
Hyunsun Moon617dc052020-06-21 20:13:22 -050062 hugepage:
63 enabled: true
64 sriov:
65 enabled: true
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070066 # Dynamic IP allocation is not supported yet
67 ipam: static
68 cniPlugin: vfioveth
69 enb:
70 subnet: 192.168.251.0/24
Hyunsun Moon33d85312020-08-20 00:55:31 -070071 access:
Hyunsun Moon617dc052020-06-21 20:13:22 -050072 gateway: 192.168.252.1
73 ip: 192.168.252.3/24
Hyunsun Moon33d85312020-08-20 00:55:31 -070074 core:
Hyunsun Moon617dc052020-06-21 20:13:22 -050075 gateway: 192.168.250.1
76 ip: 192.168.250.3/24
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070077 cfgFiles:
78 upf.json:
79 mode: dpdk
80 workers: 1
81 max_sessions: 50000
Hyunsun Moon33d85312020-08-20 00:55:31 -070082 access:
83 ifname: access
84 core:
85 ifname: core
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070086 measure: true
Hyunsun Moon617dc052020-06-21 20:13:22 -050087 bess:
88 web:
89 nodePort: 36000
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070090 cpiface:
91 # pfcp or zmq
92 mode: pfcp