blob: c8ef8942b7ddf7e89eb7fd6f377c389d0d4cee1c [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
Jeremy Ronquillo223db002020-06-05 10:28:22 -070014 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
15 pullPolicy: IfNotPresent
16
17nodeSelectors:
18 enabled: false
19 hss:
20 label: omec-cp
21 value: enabled
22 mme:
23 label: omec-cp
24 value: enabled
25 spgwc:
26 label: omec-cp
27 value: enabled
28
29resources:
30 enabled: true
31 hss:
32 requests:
33 cpu: 2
34 memory: 1Gi
35 limits:
36 cpu: 2
37 memory: 1Gi
38 mme:
39 # Note that MME pod is composed of 4 containers
40 # Provide resources for a container, not a pod total
41 requests:
42 cpu: 0.5
43 memory: 1Gi
44 limits:
45 cpu: 0.5
46 memory: 1Gi
47 spgwc:
48 requests:
49 cpu: 2
50 memory: 5Gi
51 limits:
52 cpu: 2
53 memory: 5Gi
54
55cassandra:
56 deploy: true
57 fullnameOverride: cassandra
58 image:
59 tag: 2.1.20
60 #selector:
61 # nodeSelector:
62 # cassandra: enabled
63 persistence:
64 enabled: false
65 config:
66 #cluster_size: 1
67 #seed_size: 1
68 endpoint_snitch: GossipingPropertyFileSnitch
69 readinessProbe:
70 initialDelaySeconds: 10
71 resources: {}
72 #requests:
73 # memory: 4Gi
74 # cpu: 2
75 #limits:
76 # memory: 4Gi
77 # cpu: 2
78
79config:
80 clusterDomain: cluster.local
81 coreDump:
82 enabled: false
83 path: /tmp/coredump
84 hss:
Hyunsun Moon83ff7352020-07-09 11:03:52 -070085 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -070086 podAnnotations:
87 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -070088 hssdb: cassandra
89 s6a:
90 nodePort:
91 enabled: false
92 port: 33868
Hyunsun Moon11d24f92020-08-26 14:55:19 -070093 prometheus:
94 port: 9089
95 nodePort:
96 enabled: false
97 port: 30086
Jeremy Ronquillo223db002020-06-05 10:28:22 -070098 # Provide the peer whitelist extension
99 # The peer name must be a fqdn. We allow also a special "*" character as the
100 # first label of the fqdn, to allow all fqdn with the same domain name.
101 # Example: *.example.net will allow host1.example.net and host2.example.net
102 acl:
103 oldTls: "*.cluster.local"
104 #ipSec:
105 bootstrap:
106 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700107 users:
Hyunsun Moona1c4c982020-07-22 15:01:29 -0700108 - apn: internet
109 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
110 opc: "d4416644f6154936193433dd20a0ace0"
111 sqn: 96
112 imsiStart: "208014567891200"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700113 msisdnStart: "1122334455"
114 count: 10
Jeremy Ronquillo20fbe492020-08-13 10:44:18 -0700115 staticusers:
116 - apn: internet
117 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
118 opc: "d4416644f6154936193433dd20a0ace0"
119 sqn: 96
120 imsi: "208014567891200"
121 msisdn: "1122334455"
122 staticAddr: 0.0.0.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700123 mmes:
124 - id: 1
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700125 mme_identity: mme.omec.svc.cluster.local
126 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700127 isdn: "19136246000"
128 unreachability: 1
129 # See https://github.com/omec-project/c3po for details of config options
130 cfgFiles:
131 hss.json:
132 common:
133 fdcfg: conf/hss.conf
134 # Origin host and realm will be set automatically if unset
135 #originhost: ""
136 #originrealm: ""
137 hss:
138 gtwhost: "*"
139 gtwport: 9080
140 restport: 9081
141 ossport: 9082
142 # casssrv will be set to cassandra in the same cluster if unset
143 #casssrv: ""
144 cassusr: root
145 casspwd: root
146 cassdb: vhss
147 casscoreconnections: 2
148 cassmaxconnections: 8
149 cassioqueuesize: 32768
150 cassiothreads: 2
151 randv: true
152 optkey: "63bfa50ee6523365ff14c1f45f88737d"
153 reloadkey: false
154 logsize: 20
155 lognumber: 5
156 logname: logs/hss.log
157 logqsize: 8192
158 statlogsize: 20
159 statlognumber: 5
160 statlogname: logs/hss_stat.log
161 auditlogsize: 20
162 auditlognumber: 5
163 auditlogname: logs/hss_audit.log
164 statfreq: 2000
165 numworkers: 4
166 concurrent: 10
167 ossfile: conf/oss.json
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700168 verifyroamingsubscribers: false
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700169 oss.json:
170 option:
171 id: url
172 type: string
173 services:
174 - id: logger
175 commands:
176 - id: describe_loggers
177 - id: set_logger_level
178 options:
179 - id: name
180 type: string
181 - id: level
182 type: integer
183 - id: stats
184 commands:
185 - id: describe_stats_frequency
186 - id: describe_stats_live
187 - id: set_stats_frequency
188 options:
189 - id: frequency
190 type: integer
191 mme:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700192 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700193 podAnnotations:
194 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":3081,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700195 spgwAddr: spgwc
196 s11:
197 nodePort:
198 enabled: false
199 port: 32124
200 s6a:
201 nodePort:
202 enabled: false
203 port: 33869
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700204 prometheus:
205 port: 3081
206 nodePort:
207 enabled: false
208 port: 30085
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700209 # See https://github.com/omec-project/openmme/blob/master/README.txt for more config options
210 cfgFiles:
211 config.json:
212 mme:
213 name: vmmestandalone
214 group_id: 1
215 code: 1
216 logging: error
217 mcc:
218 dig1: 2
219 dig2: 0
220 dig3: 8
221 mnc:
222 dig1: 0
223 dig2: 1
224 dig3: -1
225 plmnlist:
226 #plmn1 - aether common plmn, plmn2 is for comac-in-box
227 plmn1: "mcc=315,mnc=010"
228 plmn2: "mcc=208,mnc=01"
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700229 apnlist:
Hyunsun Moon6507d2f2020-07-14 15:06:25 -0700230 internet: "spgwc"
Badhrinath Pad6779412020-07-06 10:23:58 -0700231 security:
232 #int_alg_list: "[EIA0]"
233 int_alg_list: "[EIA1, EIA2, EIA0]"
234 sec_alg_list: "[EEA0, EEA1, EEA2]"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700235 s1ap:
236 sctp_port: 36412
237 sctp_port_external: 36412
238 s11:
239 egtp_default_port: 2123
240 # sgw_addr and pgw_addr will be set dynamically if unset
241 #sgw_addr:
242 #pgw_addr:
243 s6a:
244 host_type: freediameter
245 # host and realm will be set dynamically if unset
246 #host:
247 #realm:
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700248 spgwc:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700249 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700250 podAnnotations:
251 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500252 global:
253 transmitTimerSec: 2
254 periodicTimerSec: 10
255 transmitCount: 5
256 requestTimeoutMilliSec: 5000
257 requestTries: 3
258 cpLogger: 0
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700259 #DNS Server - 3gpp compliant DNS server
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500260 dns:
261 cache:
262 concurrent: 25
263 percentage: 80
264 intervalSec: 60
265 queryTimeoutMilliSec: 1000
266 queryTries: 1
267 app:
268 frequencySec: 3
269 filename: "appqueries.json"
270 nameserver: "127.0.0.1"
271 ops:
272 frequencySec: 3
273 filename: "opsqueries.json"
274 nameserver: "127.0.0.1"
275 ueIpPool:
276 ip: "10.250.0.0"
277 mask: "255.255.0.0"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700278 s11:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500279 port: 2123
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700280 nodePort:
281 enabled: false
282 port: 32123
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500283 n4:
284 port: 8805
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700285 nodePort:
286 enabled: false
287 port: 30021
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700288 prometheus:
289 port: 9089
290 nodePort:
291 enabled: false
292 port: 30084
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500293 rest:
Ajay Lotan Thakur97278fa2020-09-21 17:31:51 -0500294 port: 8080
295 nodePort:
296 enabled: false
297 port: 30080
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700298 jsonCfgFiles:
299 subscriber_mapping.json:
300 subscriber-selection-rules:
301 - priority: 5
302 keys:
303 serving-plmn:
304 mcc: 208
305 mnc: 10
306 tac: 1
307 imsi-range:
308 from: 200000000000000
309 to: 299999999999999
310 selected-apn-profile: apn-profile1
311 selected-qos-profile: qos-profile1
312 selected-access-profile:
313 - access-all
314 selected-user-plane-profile: user-plane1
315 - priority: 10
316 keys:
317 match-all: true
318 selected-apn-profile: apn-profile1
319 selected-qos-profile: qos-profile1
320 selected-access-profile:
321 - access-all
322 selected-user-plane-profile: user-plane1
323 apn-profiles:
324 apn-profile1:
325 apn-name: internet
326 usage: 1
327 network: lbo
328 gx_enabled: true
329 dns_primary: 8.8.8.4
330 dns_secondary: 8.8.8.8
331 mtu: 1460
332 user-plane-profiles:
333 user-plane1:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500334 user-plane: upf
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700335 qos-tags:
336 tag1: BW
337 access-tags:
338 tag1: ACC
339 qos-profiles:
340 mobile:
341 apn-ambr:
342 - 12345678
343 - 12345678
344 access-profiles:
345 access-all:
346 type: allow-all
347 internet-only:
348 type: internet-only
349 filter: No_private_network
350 intranet-only:
351 type: intranet-only
352 filter: only_private_network
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500353 apps-only:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700354 type: specific-network
355 filter: only_apps_network
356 specific-app:
357 type: specific-destination-only
358 filter: allow-app-name
359 excluding-app:
360 type: excluding-this-app
361 filter: exclude-app-name
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700362 cfgFiles:
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700363 adc_rules.cfg: |
364 [GLOBAL]
365 NUM_ADC_RULES = 0
366 meter_profile.cfg: |
367 [GLOBAL]
368 NUM_OF_IDX = 0
369 pcc_rules.cfg: |
370 [GLOBAL]
371 NUM_PCC_FILTERS = 1
372 UL_AMBR_MTR_PROFILE_IDX = 1
373 DL_AMBR_MTR_PROFILE_IDX = 2
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700374 [PCC_FILTER_1]
375 RULE_NAME = DefaultRule
376 RATING_GROUP = 9
377 SERVICE_ID = 0
378 RULE_STATUS = 0
379 GATE_STATUS = 1
380 SESSION_CONT = 0
381 REPORT_LEVEL = 1
382 CHARGING_MODE = 0
383 METERING_METHOD = 0
384 MUTE_NOTIFY = 0
385 MONITORING_KEY = 0
386 SPONSOR_ID = 0
387 REDIRECT_INFO = 0
388 PRECEDENCE = 254
389 DROP_PKT_COUNT = 0
390 UL_MBR_MTR_PROFILE_IDX = 3
391 DL_MBR_MTR_PROFILE_IDX = 3
392 SDF_FILTER_IDX = 99998
393 sdf_rules.cfg: |
394 [GLOBAL]
395 NUM_SDF_FILTERS = 1
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700396 [SDF_FILTER_1]
397 DIRECTION = downlink_only
398 IPV4_REMOTE = 13.2.1.113
399 IPV4_REMOTE_MASK = 255.255.255.0
400 PROTOCOL = 17
401 LOCAL_LOW_LIMIT_PORT = 0
402 LOCAL_HIGH_LIMIT_PORT = 65535
403 REMOTE_LOW_LIMIT_PORT = 0
404 REMOTE_HIGH_LIMIT_PORT = 65535