blob: 49432f808591239cc5e1753da9a74deaf0f14bc2 [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
Badhrinath987e1d82020-11-20 13:23:58 -0600232 tls:
233 log: free5gc/udmsslkey.log
234 pem: free5gc/support/TLS/udm.pem
235 key: free5gc/support/TLS/udm.key
236 udrclient:
237 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800238 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600239 port: 29504
240 nrfclient:
241 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800242 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600243 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600244 udr:
245 deploy: true
246 podAnnotations:
247 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
248 prometheus:
249 port: 9089
250 nodePort:
251 enabled: false
252 port: 30084
253 sbi:
254 port: 29504
255 nodePort:
256 enabled: false
257 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800258 cfgFiles:
259 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600260 udrcfg.conf:
261 info:
262 version: 1.0.0
263 description: UDR initial local configuration
264 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800265 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600266 sbi:
267 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600268 pcf:
269 deploy: true
270 podAnnotations:
271 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
272 prometheus:
273 port: 9089
274 nodePort:
275 enabled: false
276 port: 30084
277 sbi:
278 port: 29507
279 nodePort:
280 enabled: false
281 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800282 cfgFiles:
283 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600284 pcfcfg.conf:
285 info:
286 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800287 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600288 configuration:
289 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800290 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600291 sbi:
292 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600293 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600294 serviceList:
295 - serviceName: npcf-am-policy-control
296 - serviceName: npcf-smpolicycontrol
297 suppFeat: 3fff
298 - serviceName: npcf-bdtpolicycontrol
299 - serviceName: npcf-policyauthorization
300 suppFeat: 3
301 - serviceName: npcf-eventexposure
302 - serviceName: npcf-ue-policy-control
303 nssf:
304 deploy: true
305 podAnnotations:
306 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
307 prometheus:
308 port: 9089
309 nodePort:
310 enabled: false
311 port: 30084
312 sbi:
313 port: 29531
314 nodePort:
315 enabled: false
316 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800317 cfgFiles:
318 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600319 nssfcfg.conf:
320 info:
321 version: 1.0.0
322 description: NSSF initial local configuration
323 configuration:
324 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800325 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600326 sbi:
327 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600328 serviceNameList:
329 - nnssf-nsselection
330 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600331 supportedPlmnList:
332 - mcc: 208
333 mnc: 93
334 supportedNssaiInPlmnList:
335 - plmnId:
336 mcc: 208
337 mnc: 93
338 supportedSnssaiList:
339 - sst: 1
340 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600341 nsiList:
342 - snssai:
343 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600344 sd: "010203"
345 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800346 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600347 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600348 amf:
349 deploy: true
350 podAnnotations:
351 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
352 prometheus:
353 port: 9089
354 nodePort:
355 enabled: false
356 port: 30084
357 sbi:
358 port: 29518
359 nodePort:
360 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600361 port: 30088
362 ngapp:
363 port: 38412
364 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800365 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600366 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800367 cfgFiles:
368 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600369 amfcfg.conf:
370 info:
371 version: 1.0.0
372 description: AMF initial local configuration
373 configuration:
374 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800375 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600376 sbi:
377 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600378 serviceNameList:
379 - namf-comm
380 - namf-evts
381 - namf-mt
382 - namf-loc
383 - namf-oam
384 servedGuamiList:
385 - plmnId:
386 mcc: 208
387 mnc: 93
388 amfId: cafe00
389 supportTaiList:
390 - plmnId:
391 mcc: 208
392 mnc: 93
393 tac: 1
394 plmnSupportList:
395 - plmnId:
396 mcc: 208
397 mnc: 93
398 snssaiList:
399 - sst: 1
400 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600401 supportDnnList:
402 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600403 security:
404 integrityOrder:
405 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600406 cipheringOrder:
407 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600408 networkName:
409 full: free5GC
410 short: free
411 t3502: 720
412 t3512: 3600
413 non3gppDeregistrationTimer: 3240
414 nrf:
415 deploy: true
416 podAnnotations:
417 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
418 sbi:
419 port: 29510
420 nodePort:
421 enabled: false
422 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800423 cfgFiles:
424 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600425 nrfcfg.conf:
426 info:
427 version: 1.0.0
428 description: NRF initial local configuration
429 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600430 sbi:
431 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600432 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800433 mcc: 208
434 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600435 serviceNameList:
436 - nnrf-nfm
437 - nnrf-disc
438 smf:
439 deploy: true
440 podAnnotations:
441 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
442 n4:
443 port: 8805
444 nodePort:
445 enabled: false
446 port: 30021
447 prometheus:
448 port: 9089
449 nodePort:
450 enabled: false
451 port: 30084
452 sbi:
453 port: 29502
454 nodePort:
455 enabled: false
456 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800457 cfgFiles:
458 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600459 info:
460 version: 1.0.0
461 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800462 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600463 smfcfg.conf:
464 info:
465 version: 1.0.0
466 description: SMF initial local configuration
467 configuration:
468 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800469 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600470 sbi:
471 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600472 tls:
473 key: gofree5gc/support/TLS/smf.key
474 pem: gofree5gc/support/TLS/smf.pem
475 serviceNameList:
476 - nsmf-pdusession
477 - nsmf-event-exposure
478 snssai_info:
479 - sNssai:
480 sst: 1
481 sd: "010203"
482 dnnSmfInfoList:
483 - dnn: internet
Badhrinath987e1d82020-11-20 13:23:58 -0600484 userplane_information:
485 up_nodes:
486 gNB1:
487 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800488 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600489 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800490 node_id: upf
Badhrinath987e1d82020-11-20 13:23:58 -0600491 links:
492 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800493 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600494 dnn:
495 internet:
496 dns:
497 ipv4: 8.8.8.8
Badhrinath987e1d82020-11-20 13:23:58 -0600498 ue_subnet: 10.250.0.0/16
Badhrinath987e1d82020-11-20 13:23:58 -0600499 ulcl: false
500 ausf:
501 deploy: true
502 podAnnotations:
503 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
504 prometheus:
505 port: 9089
506 nodePort:
507 enabled: false
508 port: 30084
509 sbi:
510 port: 29509
511 nodePort:
512 enabled: false
513 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800514 cfgFiles:
515 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600516 ausfcfg.conf:
517 info:
518 version: 1.0.0
519 description: AUSF initial local configuration
520 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800521 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600522 sbi:
523 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600524 serviceNameList:
525 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600526 plmnSupportList:
527 - mcc: 208
528 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600529 groupId: ausfGroup001