blob: 50622acaf42acdbf1414c37070bf59df651ff4e2 [file] [log] [blame]
Badhrinath987e1d82020-11-20 13:23:58 -06001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -08008 amf: registry.aetherproject.org/omecproject/5gc-amf:onf-master-latest
9 nrf: registry.aetherproject.org/omecproject/5gc-nrf:onf-master-latest
10 smf: registry.aetherproject.org/omecproject/5gc-smf:onf-master-latest
11 ausf: registry.aetherproject.org/omecproject/5gc-ausf:onf-master-latest
12 nssf: registry.aetherproject.org/omecproject/5gc-nssf:onf-master-latest
13 pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-master-latest
14 udr: registry.aetherproject.org/omecproject/5gc-udr:onf-master-latest
15 udm: registry.aetherproject.org/omecproject/5gc-udm:onf-master-latest
16 webui: registry.aetherproject.org/omecproject/5gc-webui:onf-master-latest
Badhrinath987e1d82020-11-20 13:23:58 -060017 pullPolicy: IfNotPresent
Hyunsun Moon6a651482021-02-26 01:46:44 -080018 # Optionally specify an array of imagePullSecrets.
19 # Secrets must be manually created in the namespace.
20 pullSecrets:
21 - name: aether.registry
Badhrinath987e1d82020-11-20 13:23:58 -060022
23resources:
24 enabled: false
25 amf:
26 requests:
27 cpu: 2
28 memory: 1Gi
29 limits:
30 cpu: 2
31 memory: 1Gi
32 nrf:
33 requests:
34 cpu: 2
35 memory: 1Gi
36 limits:
37 cpu: 2
38 memory: 1Gi
39 smf:
40 requests:
41 cpu: 2
42 memory: 1Gi
43 limits:
44 cpu: 2
45 memory: 1Gi
46 ausf:
47 requests:
48 cpu: 2
49 memory: 1Gi
50 limits:
51 cpu: 2
52 memory: 1Gi
53 nssf:
54 requests:
55 cpu: 2
56 memory: 1Gi
57 limits:
58 cpu: 2
59 memory: 1Gi
60 pcf:
61 requests:
62 cpu: 2
63 memory: 1Gi
64 limits:
65 cpu: 2
66 memory: 1Gi
67 udr:
68 requests:
69 cpu: 2
70 memory: 1Gi
71 limits:
72 cpu: 2
73 memory: 1Gi
74 udm:
75 requests:
76 cpu: 2
77 memory: 1Gi
78 limits:
79 cpu: 2
80 memory: 1Gi
81 webui:
82 requests:
83 cpu: 1
84 memory: 1Gi
85 limits:
86 cpu: 1
87 memory: 1Gi
88
89mongodb:
90 deploy: true
Hyunsun Moon6a651482021-02-26 01:46:44 -080091 fullnameOverride: mongodb
Badhrinath987e1d82020-11-20 13:23:58 -060092 persistence:
93 enabled: false
Hyunsun Moon6a651482021-02-26 01:46:44 -080094 auth:
95 enabled: false
96 serviceAccount:
97 create: false
98 #clusterDomain: cluster.local
99 #architecture: replicaset
100 #replicaCount: 3
Badhrinath987e1d82020-11-20 13:23:58 -0600101
102config:
Hyunsun Moonc73636b2021-03-24 15:47:08 -0700103 useExistingConfigMap: false
Badhrinath987e1d82020-11-20 13:23:58 -0600104 coreDump:
105 enabled: false
106 path: /tmp/coredump
Hyunsun Moon6a651482021-02-26 01:46:44 -0800107 mongodb:
108 name: free5gc
109 url: mongodb://mongodb
110 commonCfgFiles:
111 free5GC.conf:
112 logger:
113 # network function
114 AMF:
115 debugLevel: info
116 ReportCaller: false
117 SMF:
118 debugLevel: info
119 ReportCaller: false
120 UDR:
121 debugLevel: info
122 ReportCaller: false
123 UDM:
124 debugLevel: info
125 ReportCaller: false
126 NRF:
127 debugLevel: info
128 ReportCaller: false
129 PCF:
130 debugLevel: info
131 ReportCaller: false
132 AUSF:
133 debugLevel: info
134 ReportCaller: false
135 N3IWF:
136 debugLevel: info
137 ReportCaller: false
138 # library
139 NAS:
140 debugLevel: info
141 ReportCaller: false
142 FSM:
143 debugLevel: info
144 ReportCaller: false
145 NGAP:
146 debugLevel: info
147 ReportCaller: false
148 NamfComm:
149 debugLevel: info
150 ReportCaller: false
151 NamfEventExposure:
152 debugLevel: info
153 ReportCaller: false
154 NsmfPDUSession:
155 debugLevel: info
156 ReportCaller: false
157 NudrDataRepository:
158 debugLevel: info
159 ReportCaller: false
160 OpenApi:
161 debugLevel: info
162 ReportCaller: false
163 Aper:
164 debugLevel: info
165 ReportCaller: false
166 CommonConsumerTest:
167 debugLevel: info
168 ReportCaller: false
169 # webui
170 WEBUI:
171 debugLevel: info
172 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600173 webui:
174 deploy: true
175 podAnnotations:
176 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
177 prometheus:
178 port: 9089
179 nodePort:
180 enabled: false
181 port: 30084
182 urlport:
183 port: 5000
184 nodePort:
185 enabled: false
186 port: 35000
Hyunsun Moon6a651482021-02-26 01:46:44 -0800187 ingress:
188 enabled: false
189 hostname: free5gc.local
190 path: /
191 pathType: Prefix
192 # extraHosts:
193 # - host: free5gc.local
194 # path: /
195 cfgFiles:
196 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600197 webuicfg.conf:
198 info:
199 version: 1.0.0
200 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800201 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600202 udm:
203 deploy: true
204 podAnnotations:
205 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
206 prometheus:
207 port: 9089
208 nodePort:
209 enabled: false
210 port: 30084
211 sbi:
212 port: 29503
213 nodePort:
214 enabled: false
215 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800216 cfgFiles:
217 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600218 udmcfg.conf:
219 info:
220 version: 1.0.0
221 description: UDM initial local configuration
222 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800223 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600224 serviceNameList:
225 - nudm-sdm
226 - nudm-uecm
227 - nudm-ueau
228 - nudm-ee
229 - nudm-pp
230 sbi:
231 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700232 bindingIPv4: "0.0.0.0"
233 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600234 tls:
235 log: free5gc/udmsslkey.log
236 pem: free5gc/support/TLS/udm.pem
237 key: free5gc/support/TLS/udm.key
238 udrclient:
239 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800240 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600241 port: 29504
242 nrfclient:
243 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800244 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600245 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600246 udr:
247 deploy: true
248 podAnnotations:
249 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
250 prometheus:
251 port: 9089
252 nodePort:
253 enabled: false
254 port: 30084
255 sbi:
256 port: 29504
257 nodePort:
258 enabled: false
259 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800260 cfgFiles:
261 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600262 udrcfg.conf:
263 info:
264 version: 1.0.0
265 description: UDR initial local configuration
266 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800267 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600268 sbi:
269 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700270 bindingIPv4: "0.0.0.0"
271 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600272 pcf:
273 deploy: true
274 podAnnotations:
275 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
276 prometheus:
277 port: 9089
278 nodePort:
279 enabled: false
280 port: 30084
281 sbi:
282 port: 29507
283 nodePort:
284 enabled: false
285 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800286 cfgFiles:
287 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600288 pcfcfg.conf:
289 info:
290 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800291 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600292 configuration:
293 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800294 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600295 sbi:
296 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700297 bindingIPv4: "0.0.0.0"
298 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600299 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600300 serviceList:
301 - serviceName: npcf-am-policy-control
302 - serviceName: npcf-smpolicycontrol
303 suppFeat: 3fff
304 - serviceName: npcf-bdtpolicycontrol
305 - serviceName: npcf-policyauthorization
306 suppFeat: 3
307 - serviceName: npcf-eventexposure
308 - serviceName: npcf-ue-policy-control
309 nssf:
310 deploy: true
311 podAnnotations:
312 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
313 prometheus:
314 port: 9089
315 nodePort:
316 enabled: false
317 port: 30084
318 sbi:
319 port: 29531
320 nodePort:
321 enabled: false
322 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800323 cfgFiles:
324 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600325 nssfcfg.conf:
326 info:
327 version: 1.0.0
328 description: NSSF initial local configuration
329 configuration:
330 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800331 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600332 sbi:
333 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700334 bindingIPv4: "0.0.0.0"
335 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600336 serviceNameList:
337 - nnssf-nsselection
338 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600339 supportedPlmnList:
340 - mcc: 208
341 mnc: 93
342 supportedNssaiInPlmnList:
343 - plmnId:
344 mcc: 208
345 mnc: 93
346 supportedSnssaiList:
347 - sst: 1
348 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600349 nsiList:
350 - snssai:
351 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600352 sd: "010203"
353 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800354 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600355 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600356 amf:
357 deploy: true
358 podAnnotations:
359 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
360 prometheus:
361 port: 9089
362 nodePort:
363 enabled: false
364 port: 30084
365 sbi:
366 port: 29518
367 nodePort:
368 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600369 port: 30088
370 ngapp:
371 port: 38412
372 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800373 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600374 port: 30071
rootd623d5b2021-03-11 09:06:34 -0700375 ngapIpList:
376 - "0.0.0.0"
Hyunsun Moon6a651482021-02-26 01:46:44 -0800377 cfgFiles:
378 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600379 amfcfg.conf:
380 info:
381 version: 1.0.0
382 description: AMF initial local configuration
383 configuration:
384 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800385 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600386 sbi:
387 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700388 bindingIPv4: "0.0.0.0"
389 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600390 serviceNameList:
391 - namf-comm
392 - namf-evts
393 - namf-mt
394 - namf-loc
395 - namf-oam
396 servedGuamiList:
397 - plmnId:
398 mcc: 208
399 mnc: 93
400 amfId: cafe00
401 supportTaiList:
402 - plmnId:
403 mcc: 208
404 mnc: 93
405 tac: 1
406 plmnSupportList:
407 - plmnId:
408 mcc: 208
409 mnc: 93
410 snssaiList:
411 - sst: 1
412 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600413 supportDnnList:
414 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600415 security:
416 integrityOrder:
417 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600418 cipheringOrder:
419 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600420 networkName:
421 full: free5GC
422 short: free
423 t3502: 720
424 t3512: 3600
425 non3gppDeregistrationTimer: 3240
426 nrf:
427 deploy: true
428 podAnnotations:
429 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
430 sbi:
431 port: 29510
432 nodePort:
433 enabled: false
434 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800435 cfgFiles:
436 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600437 nrfcfg.conf:
438 info:
439 version: 1.0.0
440 description: NRF initial local configuration
441 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600442 sbi:
443 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700444 bindingIPv4: "0.0.0.0"
445 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600446 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800447 mcc: 208
448 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600449 serviceNameList:
450 - nnrf-nfm
451 - nnrf-disc
452 smf:
453 deploy: true
454 podAnnotations:
455 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
456 n4:
457 port: 8805
458 nodePort:
459 enabled: false
460 port: 30021
461 prometheus:
462 port: 9089
463 nodePort:
464 enabled: false
465 port: 30084
466 sbi:
467 port: 29502
468 nodePort:
469 enabled: false
470 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800471 cfgFiles:
472 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600473 info:
474 version: 1.0.0
475 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800476 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600477 smfcfg.conf:
478 info:
479 version: 1.0.0
480 description: SMF initial local configuration
481 configuration:
482 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800483 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600484 sbi:
485 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700486 bindingIPv4: "0.0.0.0"
487 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600488 tls:
489 key: gofree5gc/support/TLS/smf.key
490 pem: gofree5gc/support/TLS/smf.pem
491 serviceNameList:
492 - nsmf-pdusession
493 - nsmf-event-exposure
494 snssai_info:
495 - sNssai:
496 sst: 1
497 sd: "010203"
498 dnnSmfInfoList:
499 - dnn: internet
Badhrinath987e1d82020-11-20 13:23:58 -0600500 userplane_information:
501 up_nodes:
502 gNB1:
503 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800504 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600505 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800506 node_id: upf
Badhrinath987e1d82020-11-20 13:23:58 -0600507 links:
508 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800509 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600510 dnn:
511 internet:
512 dns:
513 ipv4: 8.8.8.8
Badhrinath987e1d82020-11-20 13:23:58 -0600514 ue_subnet: 10.250.0.0/16
Badhrinath987e1d82020-11-20 13:23:58 -0600515 ulcl: false
516 ausf:
517 deploy: true
518 podAnnotations:
519 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
520 prometheus:
521 port: 9089
522 nodePort:
523 enabled: false
524 port: 30084
525 sbi:
526 port: 29509
527 nodePort:
528 enabled: false
529 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800530 cfgFiles:
531 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600532 ausfcfg.conf:
533 info:
534 version: 1.0.0
535 description: AUSF initial local configuration
536 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800537 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600538 sbi:
539 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700540 bindingIPv4: "0.0.0.0"
541 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600542 serviceNameList:
543 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600544 plmnSupportList:
545 - mcc: 208
546 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600547 groupId: ausfGroup001