blob: 476caae6e8f25e4b2320d08ba61ec7cf90f5bf8b [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:
Badhrinath987e1d82020-11-20 13:23:58 -0600103 coreDump:
104 enabled: false
105 path: /tmp/coredump
Hyunsun Moon6a651482021-02-26 01:46:44 -0800106 mongodb:
107 name: free5gc
108 url: mongodb://mongodb
109 commonCfgFiles:
110 free5GC.conf:
111 logger:
112 # network function
113 AMF:
114 debugLevel: info
115 ReportCaller: false
116 SMF:
117 debugLevel: info
118 ReportCaller: false
119 UDR:
120 debugLevel: info
121 ReportCaller: false
122 UDM:
123 debugLevel: info
124 ReportCaller: false
125 NRF:
126 debugLevel: info
127 ReportCaller: false
128 PCF:
129 debugLevel: info
130 ReportCaller: false
131 AUSF:
132 debugLevel: info
133 ReportCaller: false
134 N3IWF:
135 debugLevel: info
136 ReportCaller: false
137 # library
138 NAS:
139 debugLevel: info
140 ReportCaller: false
141 FSM:
142 debugLevel: info
143 ReportCaller: false
144 NGAP:
145 debugLevel: info
146 ReportCaller: false
147 NamfComm:
148 debugLevel: info
149 ReportCaller: false
150 NamfEventExposure:
151 debugLevel: info
152 ReportCaller: false
153 NsmfPDUSession:
154 debugLevel: info
155 ReportCaller: false
156 NudrDataRepository:
157 debugLevel: info
158 ReportCaller: false
159 OpenApi:
160 debugLevel: info
161 ReportCaller: false
162 Aper:
163 debugLevel: info
164 ReportCaller: false
165 CommonConsumerTest:
166 debugLevel: info
167 ReportCaller: false
168 # webui
169 WEBUI:
170 debugLevel: info
171 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600172 webui:
173 deploy: true
174 podAnnotations:
175 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
176 prometheus:
177 port: 9089
178 nodePort:
179 enabled: false
180 port: 30084
181 urlport:
182 port: 5000
183 nodePort:
184 enabled: false
185 port: 35000
Hyunsun Moon6a651482021-02-26 01:46:44 -0800186 ingress:
187 enabled: false
188 hostname: free5gc.local
189 path: /
190 pathType: Prefix
191 # extraHosts:
192 # - host: free5gc.local
193 # path: /
194 cfgFiles:
195 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600196 webuicfg.conf:
197 info:
198 version: 1.0.0
199 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800200 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600201 udm:
202 deploy: true
203 podAnnotations:
204 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
205 prometheus:
206 port: 9089
207 nodePort:
208 enabled: false
209 port: 30084
210 sbi:
211 port: 29503
212 nodePort:
213 enabled: false
214 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800215 cfgFiles:
216 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600217 udmcfg.conf:
218 info:
219 version: 1.0.0
220 description: UDM initial local configuration
221 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800222 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600223 serviceNameList:
224 - nudm-sdm
225 - nudm-uecm
226 - nudm-ueau
227 - nudm-ee
228 - nudm-pp
229 sbi:
230 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600231 tls:
232 log: free5gc/udmsslkey.log
233 pem: free5gc/support/TLS/udm.pem
234 key: free5gc/support/TLS/udm.key
235 udrclient:
236 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800237 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600238 port: 29504
239 nrfclient:
240 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800241 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600242 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600243 udr:
244 deploy: true
245 podAnnotations:
246 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
247 prometheus:
248 port: 9089
249 nodePort:
250 enabled: false
251 port: 30084
252 sbi:
253 port: 29504
254 nodePort:
255 enabled: false
256 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800257 cfgFiles:
258 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600259 udrcfg.conf:
260 info:
261 version: 1.0.0
262 description: UDR initial local configuration
263 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800264 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600265 sbi:
266 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600267 pcf:
268 deploy: true
269 podAnnotations:
270 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
271 prometheus:
272 port: 9089
273 nodePort:
274 enabled: false
275 port: 30084
276 sbi:
277 port: 29507
278 nodePort:
279 enabled: false
280 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800281 cfgFiles:
282 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600283 pcfcfg.conf:
284 info:
285 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800286 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600287 configuration:
288 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800289 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600290 sbi:
291 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600292 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600293 serviceList:
294 - serviceName: npcf-am-policy-control
295 - serviceName: npcf-smpolicycontrol
296 suppFeat: 3fff
297 - serviceName: npcf-bdtpolicycontrol
298 - serviceName: npcf-policyauthorization
299 suppFeat: 3
300 - serviceName: npcf-eventexposure
301 - serviceName: npcf-ue-policy-control
302 nssf:
303 deploy: true
304 podAnnotations:
305 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
306 prometheus:
307 port: 9089
308 nodePort:
309 enabled: false
310 port: 30084
311 sbi:
312 port: 29531
313 nodePort:
314 enabled: false
315 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800316 cfgFiles:
317 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600318 nssfcfg.conf:
319 info:
320 version: 1.0.0
321 description: NSSF initial local configuration
322 configuration:
323 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800324 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600325 sbi:
326 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600327 serviceNameList:
328 - nnssf-nsselection
329 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600330 supportedPlmnList:
331 - mcc: 208
332 mnc: 93
333 supportedNssaiInPlmnList:
334 - plmnId:
335 mcc: 208
336 mnc: 93
337 supportedSnssaiList:
338 - sst: 1
339 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600340 nsiList:
341 - snssai:
342 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600343 sd: "010203"
344 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800345 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600346 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600347 amf:
348 deploy: true
349 podAnnotations:
350 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
351 prometheus:
352 port: 9089
353 nodePort:
354 enabled: false
355 port: 30084
356 sbi:
357 port: 29518
358 nodePort:
359 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600360 port: 30088
361 ngapp:
362 port: 38412
363 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800364 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600365 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800366 cfgFiles:
367 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600368 amfcfg.conf:
369 info:
370 version: 1.0.0
371 description: AMF initial local configuration
372 configuration:
373 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800374 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600375 sbi:
376 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600377 serviceNameList:
378 - namf-comm
379 - namf-evts
380 - namf-mt
381 - namf-loc
382 - namf-oam
383 servedGuamiList:
384 - plmnId:
385 mcc: 208
386 mnc: 93
387 amfId: cafe00
388 supportTaiList:
389 - plmnId:
390 mcc: 208
391 mnc: 93
392 tac: 1
393 plmnSupportList:
394 - plmnId:
395 mcc: 208
396 mnc: 93
397 snssaiList:
398 - sst: 1
399 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600400 supportDnnList:
401 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600402 security:
403 integrityOrder:
404 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600405 cipheringOrder:
406 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600407 networkName:
408 full: free5GC
409 short: free
410 t3502: 720
411 t3512: 3600
412 non3gppDeregistrationTimer: 3240
413 nrf:
414 deploy: true
415 podAnnotations:
416 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
417 sbi:
418 port: 29510
419 nodePort:
420 enabled: false
421 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800422 cfgFiles:
423 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600424 nrfcfg.conf:
425 info:
426 version: 1.0.0
427 description: NRF initial local configuration
428 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600429 sbi:
430 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600431 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800432 mcc: 208
433 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600434 serviceNameList:
435 - nnrf-nfm
436 - nnrf-disc
437 smf:
438 deploy: true
439 podAnnotations:
440 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
441 n4:
442 port: 8805
443 nodePort:
444 enabled: false
445 port: 30021
446 prometheus:
447 port: 9089
448 nodePort:
449 enabled: false
450 port: 30084
451 sbi:
452 port: 29502
453 nodePort:
454 enabled: false
455 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800456 cfgFiles:
457 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600458 info:
459 version: 1.0.0
460 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800461 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600462 smfcfg.conf:
463 info:
464 version: 1.0.0
465 description: SMF initial local configuration
466 configuration:
467 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800468 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600469 sbi:
470 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600471 tls:
472 key: gofree5gc/support/TLS/smf.key
473 pem: gofree5gc/support/TLS/smf.pem
474 serviceNameList:
475 - nsmf-pdusession
476 - nsmf-event-exposure
477 snssai_info:
478 - sNssai:
479 sst: 1
480 sd: "010203"
481 dnnSmfInfoList:
482 - dnn: internet
Badhrinath987e1d82020-11-20 13:23:58 -0600483 userplane_information:
484 up_nodes:
485 gNB1:
486 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800487 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600488 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800489 node_id: upf
Badhrinath987e1d82020-11-20 13:23:58 -0600490 links:
491 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800492 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600493 dnn:
494 internet:
495 dns:
496 ipv4: 8.8.8.8
Badhrinath987e1d82020-11-20 13:23:58 -0600497 ue_subnet: 10.250.0.0/16
Badhrinath987e1d82020-11-20 13:23:58 -0600498 ulcl: false
499 ausf:
500 deploy: true
501 podAnnotations:
502 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
503 prometheus:
504 port: 9089
505 nodePort:
506 enabled: false
507 port: 30084
508 sbi:
509 port: 29509
510 nodePort:
511 enabled: false
512 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800513 cfgFiles:
514 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600515 ausfcfg.conf:
516 info:
517 version: 1.0.0
518 description: AUSF initial local configuration
519 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800520 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600521 sbi:
522 scheme: http
Badhrinath987e1d82020-11-20 13:23:58 -0600523 serviceNameList:
524 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600525 plmnSupportList:
526 - mcc: 208
527 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600528 groupId: ausfGroup001