blob: f8ba6cba3164ee0f43939deaa801f56da9a85749 [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
Hyunsun Moone3500a82021-05-08 18:12:08 -070011 pullPolicy: IfNotPresent
12 # Optionally specify an array of imagePullSecrets.
13 # Secrets must be manually created in the namespace.
14 #pullSecrets:
15 # - name: aether.registry
Jeremy Ronquillo223db002020-06-05 10:28:22 -070016
17nodeSelectors:
18 enabled: false
Hyunsun Moon33d85312020-08-20 00:55:31 -070019 upf:
Hyunsun Moone3500a82021-05-08 18:12:08 -070020 label: node-role.aetherproject.org
21 value: omec-upf
Jeremy Ronquillo223db002020-06-05 10:28:22 -070022
23resources:
24 enabled: true
25 bess:
26 requests:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070027 cpu: 2
Hyunsun Moon5dbf8aa2021-04-20 14:02:50 -070028 memory: 512Mi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070029 limits:
Jeremy Ronquillo223db002020-06-05 10:28:22 -070030 cpu: 2
Hyunsun Moon5dbf8aa2021-04-20 14:02:50 -070031 memory: 512Mi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070032 routectl:
33 requests:
34 cpu: 256m
35 memory: 128Mi
36 limits:
37 cpu: 256m
38 memory: 128Mi
39 web:
40 requests:
41 cpu: 256m
42 memory: 128Mi
43 limits:
44 cpu: 256m
45 memory: 128Mi
46 cpiface:
47 requests:
48 cpu: 256m
49 memory: 128Mi
50 limits:
51 cpu: 256m
52 memory: 128Mi
53
54config:
55 coreDump:
56 enabled: false
57 path: /tmp/coredump
Hyunsun Moon33d85312020-08-20 00:55:31 -070058 upf:
Hyunsun Moon785d81b2020-11-06 05:56:21 +000059 # Enable privileged when run from VM with sriov support
60 privileged: false
Hyunsun Moon617dc052020-06-21 20:13:22 -050061 hugepage:
62 enabled: true
63 sriov:
64 enabled: true
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070065 # Dynamic IP allocation is not supported yet
66 ipam: static
67 cniPlugin: vfioveth
68 enb:
69 subnet: 192.168.251.0/24
Hyunsun Moon33d85312020-08-20 00:55:31 -070070 access:
Hyunsun Moon617dc052020-06-21 20:13:22 -050071 gateway: 192.168.252.1
72 ip: 192.168.252.3/24
Hyunsun Moon1905a6e2020-11-09 05:59:55 +000073 #mac:
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 Moon1905a6e2020-11-09 05:59:55 +000077 #mac:
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070078 cfgFiles:
79 upf.json:
80 mode: dpdk
81 workers: 1
82 max_sessions: 50000
Hyunsun Moon33d85312020-08-20 00:55:31 -070083 access:
84 ifname: access
85 core:
86 ifname: core
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070087 measure: true
Hyunsun Moon617dc052020-06-21 20:13:22 -050088 bess:
89 web:
Hyunsun Moone3500a82021-05-08 18:12:08 -070090 nodePort: 32001
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070091 cpiface:
92 # pfcp or zmq
93 mode: pfcp
Andy Baviere84456c2021-04-09 14:00:45 -070094
95servicemonitor:
96 enabled: false