blob: 852e34898f38358b5466c2566de3c1335fb4166c [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2018 Intel Corporation
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07002# Copyright 2018-present Open Networking Foundation
Jeremy Ronquillo223db002020-06-05 10:28:22 -07003#
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07004# SPDX-License-Identifier: Apache-2.0
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07005# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07006
7images:
8 tags:
9 init: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moonaa3de7d2020-06-28 19:22:16 -070010 hssdb: docker.io/omecproject/c3po-hssdb:master-latest
11 hss: docker.io/omecproject/c3po-hss:master-latest
Hyunsun Moond60fcaf2020-07-14 16:09:13 -070012 mme: docker.io/omecproject/nucleus:master-latest
Hyunsun Moon64033242020-08-20 16:51:20 -070013 spgwc: docker.io/omecproject/spgw:master-latest
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050014 pcrf: omecproject/c3po-pcrf:pcrf-latest
15 pcrfdb: omecproject/c3po-pcrfdb:pcrf-latest
Jeremy Ronquillo223db002020-06-05 10:28:22 -070016 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
17 pullPolicy: IfNotPresent
Hyunsun Moond9a09e82021-03-17 12:16:53 -070018 # Optionally specify an array of imagePullSecrets.
19 # Secrets must be manually created in the namespace.
20 #pullSecrets:
21 # - name: aether.registry
Jeremy Ronquillo223db002020-06-05 10:28:22 -070022
23nodeSelectors:
24 enabled: false
25 hss:
26 label: omec-cp
27 value: enabled
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050028 pcrf:
29 label: omec-cp
30 value: enabled
Jeremy Ronquillo223db002020-06-05 10:28:22 -070031 mme:
32 label: omec-cp
33 value: enabled
34 spgwc:
35 label: omec-cp
36 value: enabled
37
38resources:
39 enabled: true
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050040 pcrf:
41 requests:
42 cpu: 2
43 memory: 1Gi
44 limits:
45 cpu: 2
46 memory: 1Gi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070047 hss:
48 requests:
49 cpu: 2
50 memory: 1Gi
51 limits:
52 cpu: 2
53 memory: 1Gi
54 mme:
55 # Note that MME pod is composed of 4 containers
56 # Provide resources for a container, not a pod total
57 requests:
58 cpu: 0.5
59 memory: 1Gi
60 limits:
61 cpu: 0.5
62 memory: 1Gi
63 spgwc:
64 requests:
65 cpu: 2
66 memory: 5Gi
67 limits:
68 cpu: 2
69 memory: 5Gi
70
71cassandra:
72 deploy: true
73 fullnameOverride: cassandra
74 image:
75 tag: 2.1.20
76 #selector:
77 # nodeSelector:
78 # cassandra: enabled
79 persistence:
80 enabled: false
81 config:
82 #cluster_size: 1
83 #seed_size: 1
84 endpoint_snitch: GossipingPropertyFileSnitch
85 readinessProbe:
86 initialDelaySeconds: 10
87 resources: {}
88 #requests:
89 # memory: 4Gi
90 # cpu: 2
91 #limits:
92 # memory: 4Gi
93 # cpu: 2
94
95config:
96 clusterDomain: cluster.local
97 coreDump:
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050098 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -070099 path: /tmp/coredump
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700100 useExistingConfigMap: false
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500101 pcrf:
102 deploy: true
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700103 podAnnotations:
104 fluentbit.io/parser: pcrf
105 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500106 pcrfdb: cassandra
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500107 configPort:
108 port: 8080
109 nodePort:
110 enabled: false
111 port: 30081
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500112 gx:
113 nodePort:
114 enabled: false
115 port: 33868
116 prometheus:
117 port: 9089
118 nodePort:
119 enabled: false
120 port: 30086
121 # Provide the peer whitelist extension
122 # The peer name must be a fqdn. We allow also a special "*" character as the
123 # first label of the fqdn, to allow all fqdn with the same domain name.
124 # Example: *.example.net will allow host1.example.net and host2.example.net
125 acl:
126 oldTls: "*.cluster.local"
127 #ipSec:
128 bootstrap:
129 enabled: false
130 # See https://github.com/omec-project/c3po for details of config options
131 cfgFiles:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500132 subscriber_mapping.json:
133 Policies:
134 service-groups:
135 internet:
136 default-activate-service:
137 - be-internet-access
138 services:
139 be-internet-access:
140 qci: 9
141 arp: 1
142 AMBR_UL: 100000
143 AMBR_DL: 20000000
144 service-activation-rules:
145 - best-effort-internet-access
146 rules:
147 best-effort-internet-access:
148 definition:
149 Charging-Rule-Name: "best-effort-internet-access"
150 QoS-Information:
151 QoS-Class-Identifier: 9
152 Max-Requested-Bandwidth-UL: 512000
153 Max-Requested-Bandwidth-DL: 5120000
154 Guaranteed-Bitrate-UL: 0
155 Guaranteed-Bitrate-DL: 0
156 Allocation-Retention-Priority:
157 Priority-Level: 1
158 Pre-emption-Capability: 1
159 Pre-emption-Vulnerability: 1
160 APN-Aggregate-Max-Bitrate-UL: 1024000
161 APN-Aggregate-Max-Bitrate-DL: 10240000
162 Flow-Information:
163 Flow-Description: "permit out ip 0.0.0.0/0 to assigned"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500164 pcrf.json:
165 common:
166 fdcfg: conf/pcrf.conf
167 # Origin host and realm will be set automatically if unset
168 #originhost: ""
169 #originrealm: ""
170 pcrf:
171 gtwhost: "*"
172 gtwport: 9080
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500173 #restport will be set by configmap
174 #restport: ""
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500175 ossport: 9082
176 # casssrv will be set to cassandra in the same cluster if unset
177 #casssrv: ""
178 casskeyspace: vpcrf
179 casshost: "cassandra"
180 cassusr: root
181 casspwd: root
182 cassdb: vpcrf
183 casscoreconnections: 2
184 cassmaxconnections: 8
185 cassioqueuesize: 32768
186 cassiothreads: 2
187 randv: true
188 optkey: "63bfa50ee6523365ff14c1f45f88737d"
189 reloadkey: false
190 logsize: 20
191 lognumber: 5
192 logname: logs/pcrf.log
193 logqsize: 8192
194 statlogsize: 20
195 statlognumber: 5
196 statlogname: logs/pcrf_stat.log
197 auditlogsize: 20
198 auditlognumber: 5
199 auditlogname: logs/pcrf_audit.log
200 statfreq: 2000
201 numworkers: 4
202 concurrent: 10
203 ossfile: conf/oss.json
204 verifyroamingsubscribers: false
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500205 rulesfile: conf/subscriber_mapping.json
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500206 oss.json:
207 option:
208 id: url
209 type: string
210 services:
211 - id: logger
212 commands:
213 - id: describe_loggers
214 - id: set_logger_level
215 options:
216 - id: name
217 type: string
218 - id: level
219 type: integer
220 - id: stats
221 commands:
222 - id: describe_stats_frequency
223 - id: describe_stats_live
224 - id: set_stats_frequency
225 options:
226 - id: frequency
227 type: integer
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700228 hss:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700229 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700230 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700231 fluentbit.io/parser: hss
Andy Bavierba196552020-09-17 13:58:04 -0700232 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700233 hssdb: cassandra
234 s6a:
235 nodePort:
236 enabled: false
237 port: 33868
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700238 configPort:
239 port: 8080
240 nodePort:
241 enabled: false
242 port: 30081
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700243 prometheus:
244 port: 9089
245 nodePort:
246 enabled: false
247 port: 30086
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700248 # Provide the peer whitelist extension
249 # The peer name must be a fqdn. We allow also a special "*" character as the
250 # first label of the fqdn, to allow all fqdn with the same domain name.
251 # Example: *.example.net will allow host1.example.net and host2.example.net
252 acl:
253 oldTls: "*.cluster.local"
254 #ipSec:
255 bootstrap:
256 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700257 users:
Hyunsun Moona1c4c982020-07-22 15:01:29 -0700258 - apn: internet
259 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
260 opc: "d4416644f6154936193433dd20a0ace0"
261 sqn: 96
262 imsiStart: "208014567891200"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700263 msisdnStart: "1122334455"
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600264 mme_identity: mme.omec.svc.cluster.local
265 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700266 count: 10
Jeremy Ronquillo20fbe492020-08-13 10:44:18 -0700267 staticusers:
268 - apn: internet
269 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
270 opc: "d4416644f6154936193433dd20a0ace0"
271 sqn: 96
272 imsi: "208014567891200"
273 msisdn: "1122334455"
274 staticAddr: 0.0.0.0
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600275 mme_identity: mme.omec.svc.cluster.local
276 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700277 mmes:
278 - id: 1
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700279 mme_identity: mme.omec.svc.cluster.local
280 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700281 isdn: "19136246000"
282 unreachability: 1
283 # See https://github.com/omec-project/c3po for details of config options
284 cfgFiles:
285 hss.json:
286 common:
287 fdcfg: conf/hss.conf
288 # Origin host and realm will be set automatically if unset
289 #originhost: ""
290 #originrealm: ""
291 hss:
292 gtwhost: "*"
293 gtwport: 9080
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700294 #restport will be set by configmap
295 #restport: ""
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700296 ossport: 9082
297 # casssrv will be set to cassandra in the same cluster if unset
298 #casssrv: ""
299 cassusr: root
300 casspwd: root
301 cassdb: vhss
302 casscoreconnections: 2
303 cassmaxconnections: 8
304 cassioqueuesize: 32768
305 cassiothreads: 2
306 randv: true
307 optkey: "63bfa50ee6523365ff14c1f45f88737d"
308 reloadkey: false
309 logsize: 20
310 lognumber: 5
311 logname: logs/hss.log
312 logqsize: 8192
313 statlogsize: 20
314 statlognumber: 5
315 statlogname: logs/hss_stat.log
316 auditlogsize: 20
317 auditlognumber: 5
318 auditlogname: logs/hss_audit.log
319 statfreq: 2000
320 numworkers: 4
321 concurrent: 10
322 ossfile: conf/oss.json
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700323 verifyroamingsubscribers: false
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700324 oss.json:
325 option:
326 id: url
327 type: string
328 services:
329 - id: logger
330 commands:
331 - id: describe_loggers
332 - id: set_logger_level
333 options:
334 - id: name
335 type: string
336 - id: level
337 type: integer
338 - id: stats
339 commands:
340 - id: describe_stats_frequency
341 - id: describe_stats_live
342 - id: set_stats_frequency
343 options:
344 - id: frequency
345 type: integer
346 mme:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700347 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700348 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700349 fluentbit.io/parser: mme
Andy Bavierba196552020-09-17 13:58:04 -0700350 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":3081,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700351 spgwAddr: spgwc
352 s11:
353 nodePort:
354 enabled: false
355 port: 32124
356 s6a:
357 nodePort:
358 enabled: false
359 port: 33869
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700360 prometheus:
361 port: 3081
362 nodePort:
363 enabled: false
364 port: 30085
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700365 # See https://github.com/omec-project/openmme/blob/master/README.txt for more config options
366 cfgFiles:
367 config.json:
368 mme:
369 name: vmmestandalone
370 group_id: 1
371 code: 1
372 logging: error
373 mcc:
374 dig1: 2
375 dig2: 0
376 dig3: 8
377 mnc:
378 dig1: 0
379 dig2: 1
380 dig3: -1
381 plmnlist:
382 #plmn1 - aether common plmn, plmn2 is for comac-in-box
383 plmn1: "mcc=315,mnc=010"
384 plmn2: "mcc=208,mnc=01"
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700385 apnlist:
Hyunsun Moon6507d2f2020-07-14 15:06:25 -0700386 internet: "spgwc"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500387 feature_list:
388 dcnr_support: "disabled"
Badhrinath Pad6779412020-07-06 10:23:58 -0700389 security:
390 #int_alg_list: "[EIA0]"
391 int_alg_list: "[EIA1, EIA2, EIA0]"
392 sec_alg_list: "[EEA0, EEA1, EEA2]"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700393 s1ap:
394 sctp_port: 36412
395 sctp_port_external: 36412
396 s11:
397 egtp_default_port: 2123
398 # sgw_addr and pgw_addr will be set dynamically if unset
399 #sgw_addr:
400 #pgw_addr:
401 s6a:
402 host_type: freediameter
403 # host and realm will be set dynamically if unset
404 #host:
405 #realm:
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700406 spgwc:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700407 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700408 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700409 fluentbit.io/parser: spgwc
Andy Bavierba196552020-09-17 13:58:04 -0700410 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700411 s11:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500412 port: 2123
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700413 nodePort:
414 enabled: false
415 port: 32123
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500416 n4:
417 port: 8805
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700418 nodePort:
419 enabled: false
420 port: 30021
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700421 prometheus:
422 port: 9089
423 nodePort:
424 enabled: false
425 port: 30084
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500426 rest:
Ajay Lotan Thakur97278fa2020-09-21 17:31:51 -0500427 port: 8080
428 nodePort:
429 enabled: false
430 port: 30080
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700431 jsonCfgFiles:
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600432 cp.json:
433 global:
434 transmitTimerSec: 2
435 periodicTimerSec: 10
436 transmitCount: 5
437 requestTimeoutMilliSec: 5000
438 requestTries: 3
439 gxConfig: 0
440 urrConfig: 0
441 loggingLevel: "LOG_DEBUG"
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500442 heartbeatFailure: false
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600443 #DNS Server - 3gpp compliant DNS server
444 dns:
445 cache:
446 concurrent: 25
447 percentage: 80
448 intervalSec: 60
449 queryTimeoutMilliSec: 1000
450 queryTries: 1
451 app:
452 frequencySec: 3
453 filename: "appqueries.json"
454 nameserver: "127.0.0.1"
455 ops:
456 frequencySec: 3
457 filename: "opsqueries.json"
458 nameserver: "127.0.0.1"
459 ip_pool_config:
460 ueIpPool:
461 ip: "10.250.0.0"
462 mask: "255.255.0.0"
463 staticUeIpPool:
464 ip: "10.249.1.0"
465 mask: "255.255.255.0"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500466 config.json:
467 gx:
468 host_type: freediameter
469 # host and realm will be set dynamically if unset
470 #host:
471 #realm:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700472 subscriber_mapping.json:
473 subscriber-selection-rules:
474 - priority: 5
475 keys:
476 serving-plmn:
477 mcc: 208
478 mnc: 10
479 tac: 1
480 imsi-range:
481 from: 200000000000000
482 to: 299999999999999
483 selected-apn-profile: apn-profile1
484 selected-qos-profile: qos-profile1
485 selected-access-profile:
486 - access-all
487 selected-user-plane-profile: user-plane1
488 - priority: 10
489 keys:
490 match-all: true
491 selected-apn-profile: apn-profile1
492 selected-qos-profile: qos-profile1
493 selected-access-profile:
494 - access-all
495 selected-user-plane-profile: user-plane1
496 apn-profiles:
497 apn-profile1:
498 apn-name: internet
499 usage: 1
500 network: lbo
501 gx_enabled: true
502 dns_primary: 8.8.8.4
503 dns_secondary: 8.8.8.8
504 mtu: 1460
505 user-plane-profiles:
506 user-plane1:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500507 user-plane: upf
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600508 global-address: true
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700509 qos-tags:
510 tag1: BW
511 access-tags:
512 tag1: ACC
513 qos-profiles:
514 mobile:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500515 qci: 9
516 arp: 1
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700517 apn-ambr:
518 - 12345678
519 - 12345678
520 access-profiles:
521 access-all:
522 type: allow-all
523 internet-only:
524 type: internet-only
525 filter: No_private_network
526 intranet-only:
527 type: intranet-only
528 filter: only_private_network
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500529 apps-only:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700530 type: specific-network
531 filter: only_apps_network
532 specific-app:
533 type: specific-destination-only
534 filter: allow-app-name
535 excluding-app:
536 type: excluding-this-app
537 filter: exclude-app-name