blob: 2949b3225eba83234cec62df3b0c0438a355eb98 [file] [log] [blame]
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -06001# SPDX-FileCopyrightText: 2022-present Intel Corporation
badhri854c028b32021-11-03 18:24:05 -05002# Copyright 2020-present Open Networking Foundation
3#
Ajay Lotan Thakur03189d22022-02-10 14:06:03 -06004# SPDX-License-Identifier: Apache-2.0
badhri854c028b32021-11-03 18:24:05 -05005
6images:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07007 repository: "" #default docker hub
badhri854c028b32021-11-03 18:24:05 -05008 tags:
Ajay Lotan Thakur71115fe2022-03-03 22:26:08 -07009 init: omecproject/pod-init:1.0.0
Vijaya Tiruveedula7518c212023-01-31 10:16:22 +000010 amf: omecproject/5gc-amf:master-a4759db
11 nrf: omecproject/5gc-nrf:master-a8e60e0
12 smf: omecproject/5gc-smf:master-4ad802a
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -060013 ausf: omecproject/5gc-ausf:master-c84dff4
14 nssf: omecproject/5gc-nssf:master-4e5aef3
15 pcf: omecproject/5gc-pcf:master-bcbdeb0
16 udr: omecproject/5gc-udr:master-35eb7b7
Ankur Upadhyaya22556c72022-12-02 04:29:26 -070017 udm: omecproject/5gc-udm:master-6956659
Ajay Lotan Thakur4a2416f2022-10-10 11:22:00 -060018 webui: omecproject/5gc-webui:master-1121545
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -060019 sctplb: omecproject/sctplb:master-bf081d5
Vijaya Tiruveedula7518c212023-01-31 10:16:22 +000020 metricfunc: omecproject/metricfunc:main-af3baa8
21 upfadapter: omecproject/5gc-smf:master-4ad802a
badhri854c028b32021-11-03 18:24:05 -050022 pullPolicy: IfNotPresent
badhri854c028b32021-11-03 18:24:05 -050023
24resources:
25 enabled: false
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -060026 sctplb:
27 requests:
28 cpu: 2
29 memory: 1Gi
30 limits:
31 cpu: 2
32 memory: 1Gi
badhri854c028b32021-11-03 18:24:05 -050033 amf:
34 requests:
Ajay Lotan Thakur6ed2e122022-03-04 11:10:31 -070035 cpu: 2
badhri854c028b32021-11-03 18:24:05 -050036 memory: 1Gi
37 limits:
38 cpu: 2
39 memory: 1Gi
40 nrf:
41 requests:
42 cpu: 2
43 memory: 1Gi
44 limits:
45 cpu: 2
46 memory: 1Gi
47 smf:
48 requests:
49 cpu: 2
50 memory: 1Gi
51 limits:
52 cpu: 2
53 memory: 1Gi
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -060054 upfadapter:
55 requests:
56 cpu: 1
57 memory: 1Gi
58 limits:
59 cpu: 1
60 memory: 1Gi
badhri854c028b32021-11-03 18:24:05 -050061 ausf:
62 requests:
63 cpu: 2
64 memory: 1Gi
65 limits:
66 cpu: 2
67 memory: 1Gi
68 nssf:
69 requests:
70 cpu: 2
71 memory: 1Gi
72 limits:
73 cpu: 2
74 memory: 1Gi
75 pcf:
76 requests:
77 cpu: 2
78 memory: 1Gi
79 limits:
80 cpu: 2
81 memory: 1Gi
82 udr:
83 requests:
84 cpu: 2
85 memory: 1Gi
86 limits:
87 cpu: 2
88 memory: 1Gi
89 udm:
90 requests:
91 cpu: 2
92 memory: 1Gi
93 limits:
94 cpu: 2
95 memory: 1Gi
96 webui:
97 requests:
98 cpu: 1
99 memory: 1Gi
100 limits:
101 cpu: 1
102 memory: 1Gi
103
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -0600104 metricfunc:
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600105 requests:
106 cpu: 1
107 memory: 1Gi
108 limits:
109 cpu: 1
110 memory: 1Gi
111
112kafka:
113 deploy: false
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600114 fullnameOverride: kafka
115 zookeeper:
116 persistence:
117 enabled: false
118 persistence:
119 enabled: false
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -0600120 nfKafka:
121 urls:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600122 - "kafka-headless:9092"
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -0600123 topic: "sdcore-nf-data-source"
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600124
badhri854c028b32021-11-03 18:24:05 -0500125mongodb:
126 deploy: true
127 fullnameOverride: mongodb
128 persistence:
129 enabled: false
130 auth:
131 enabled: false
132 serviceAccount:
133 create: false
134 #clusterDomain: cluster.local
Vijaya Tiruveedulaa5a871a2023-01-20 09:59:52 +0000135 architecture: replicaset
136 replicaCount: 1
badhri854c028b32021-11-03 18:24:05 -0500137
138config:
139 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
Vijaya Tiruveedulaa5a871a2023-01-20 09:59:52 +0000140 enabled: true # helm chart config and use the config from config Pod
badhri854c028b32021-11-03 18:24:05 -0500141 syncUrl: "" # Get the config from adapater in case control plane is down
142 useExistingConfigMap: false
badhri859b2ce392022-01-18 12:45:40 -0600143 imagePath: /free5gc
badhri854c028b32021-11-03 18:24:05 -0500144 coreDump:
145 enabled: false
146 path: /tmp/coredump
147 mongodb:
148 name: free5gc
Vijaya Tiruveedulaa5a871a2023-01-20 09:59:52 +0000149 url: mongodb://mongodb-arbiter-headless
badhri854c028b32021-11-03 18:24:05 -0500150 grpc:
151 golog_verbosity: "99"
152 severity: "info"
153 trace: "all"
154 verbosity: "debug"
155 logger:
156 # network function
157 AMF:
158 debugLevel: info
159 ReportCaller: false
160 SMF:
161 debugLevel: info
162 ReportCaller: false
163 UDR:
164 debugLevel: info
165 ReportCaller: false
166 UDM:
167 debugLevel: info
168 ReportCaller: false
169 NRF:
170 debugLevel: info
171 ReportCaller: false
172 PCF:
173 debugLevel: info
174 ReportCaller: false
175 AUSF:
176 debugLevel: info
177 ReportCaller: false
178 N3IWF:
179 debugLevel: info
180 ReportCaller: false
181 # library
182 NAS:
183 debugLevel: info
184 ReportCaller: false
185 FSM:
186 debugLevel: info
187 ReportCaller: false
188 NGAP:
189 debugLevel: info
190 ReportCaller: false
191 NamfComm:
192 debugLevel: info
193 ReportCaller: false
194 NamfEventExposure:
195 debugLevel: info
196 ReportCaller: false
197 NsmfPDUSession:
198 debugLevel: info
199 ReportCaller: false
200 NudrDataRepository:
201 debugLevel: info
202 ReportCaller: false
203 OpenApi:
204 debugLevel: info
205 ReportCaller: false
206 Aper:
207 debugLevel: info
208 ReportCaller: false
209 CommonConsumerTest:
210 debugLevel: info
211 ReportCaller: false
212 PFCP:
213 debugLevel: info
214 ReportCaller: false
215 MongoDBLibrary:
216 debugLevel: info
217 ReportCaller: false
218 PathUtil:
219 debugLevel: info
220 ReportCaller: false
221 # webui
222 WEBUI:
223 debugLevel: info
224 ReportCaller: false
225 webui:
226 deploy: true
227 #podAnnotations:
228 serviceType: ClusterIP
Badhrinath Padmanabhana0c93b72022-11-21 21:53:00 -0600229 # serviceAnnotations:
230 # external-dns.alpha.kubernetes.io/hostname: "aether-config.tenant-site.company.com"
badhri854c028b32021-11-03 18:24:05 -0500231 urlport:
232 port: 5000
233 # Provide nodePort when serviceType is NodePort
234 #nodePort: 35000
235 grpc:
236 port: 9876
237 ingress:
238 enabled: false
239 hostname: free5gc.local
240 path: /
241 pathType: Prefix
242 # extraHosts:
243 # - host: free5gc.local
244 # path: /
245 cfgFiles:
246 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
247 webuicfg.conf:
248 info:
249 version: 1.0.0
250 description: WebUI initial local configuration
Ajay Lotan Thakur58371c42022-03-10 08:12:41 -0700251 configuration:
252 spec-compliant-sdf: false
badhri854c028b32021-11-03 18:24:05 -0500253 udm:
254 deploy: true
255 #podAnnotations:
256 serviceType: ClusterIP
257 sbi:
258 port: 29503
259 # Provide nodePort when serviceType is NodePort
260 #nodePort: 30074
261 cfgFiles:
262 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
263 udmcfg.conf:
264 info:
265 version: 1.0.0
266 description: UDM initial local configuration
267 configuration:
268 nrfUri: http://nrf:29510
269 plmnList:
270 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530271 mcc: "208"
272 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500273 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530274 mcc: "222"
275 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500276 serviceNameList:
277 - nudm-sdm
278 - nudm-uecm
279 - nudm-ueau
280 - nudm-ee
281 - nudm-pp
282 sbi:
283 scheme: http
284 bindingIPv4: "0.0.0.0"
285 registerIPv4: udm
286 tls:
287 log: free5gc/udmsslkey.log
288 pem: free5gc/support/TLS/udm.pem
289 key: free5gc/support/TLS/udm.key
290 keys:
291 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
292 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
293 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
294 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
295 udr:
296 deploy: true
297 #podAnnotations:
298 serviceType: ClusterIP
299 sbi:
300 port: 29504
301 # Provide nodePort when serviceType is NodePort
302 #nodePort: 30074
303 cfgFiles:
304 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
305 udrcfg.conf:
306 info:
307 version: 1.0.0
308 description: UDR initial local configuration
309 configuration:
310 nrfUri: http://nrf:29510
311 plmnSupportList:
312 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530313 mcc: "208"
314 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500315 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530316 mcc: "333"
317 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500318 sbi:
319 scheme: http
320 bindingIPv4: "0.0.0.0"
321 registerIPv4: udr
322 pcf:
323 deploy: true
324 #podAnnotations:
325 serviceType: ClusterIP
326 sbi:
327 port: 29507
328 # Provide nodePort when serviceType is NodePort
329 #nodePort: 30077
330 cfgFiles:
331 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
332 pcfcfg.conf:
333 info:
334 version: 1.0.0
335 description: PCF initial local configuration
336 configuration:
337 pcfName: PCF
338 nrfUri: http://nrf:29510
339 sbi:
340 scheme: http
341 bindingIPv4: "0.0.0.0"
342 registerIPv4: pcf
343 defaultBdtRefId: BdtPolicyId-
344 plmnList:
345 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530346 mcc: "208"
347 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500348 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530349 mcc: "333"
350 mnc: "88"
badhri854c028b32021-11-03 18:24:05 -0500351 serviceList:
352 - serviceName: npcf-am-policy-control
353 - serviceName: npcf-smpolicycontrol
354 suppFeat: 3fff
355 - serviceName: npcf-bdtpolicycontrol
356 - serviceName: npcf-policyauthorization
357 suppFeat: 3
358 - serviceName: npcf-eventexposure
359 - serviceName: npcf-ue-policy-control
360 nssf:
361 deploy: true
362 #podAnnotations:
363 serviceType: ClusterIP
364 sbi:
365 port: 29531
366 # Provide nodePort when serviceType is NodePort
367 #nodePort: 30081
368 cfgFiles:
369 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
370 nssfcfg.conf:
371 info:
372 version: 1.0.0
373 description: NSSF initial local configuration
374 configuration:
375 nssfName: NSSF
376 nrfUri: http://nrf:29510
377 sbi:
378 scheme: http
379 bindingIPv4: "0.0.0.0"
380 registerIPv4: nssf
381 serviceNameList:
382 - nnssf-nsselection
383 - nnssf-nssaiavailability
384 supportedPlmnList:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530385 - mcc: "208"
386 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500387 supportedNssaiInPlmnList:
388 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530389 mcc: "208"
390 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500391 supportedSnssaiList:
392 - sst: 1
393 sd: "010203"
394 nsiList:
395 - snssai:
396 sst: 1
397 sd: "010203"
398 nsiInformationList:
399 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
400 nsiId: 22
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -0600401 sctplb:
402 deploy: false
403 podAnnotations:
404 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
405 serviceType: ClusterIP
406 sctp_grpc:
407 port: 9000
408 #nodePort: 30088
409 ngapp:
410 #externalIp:
411 port: 38412
412 #nodePort: 30071
413 cfgFiles:
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -0600414 sctplb.yaml:
415 info:
416 version: 1.0.0
417 description: SCTPLB initial local configuration
418 logger:
419 sctpLogs: info
420 dispatcherLogs: info
421 clientdiscLogs: info
422 configuration:
423 serviceNames:
424 - "amf-headless"
425 ngapIpList:
426 - "0.0.0.0"
badhri854c028b32021-11-03 18:24:05 -0500427 amf:
428 deploy: true
Badhrinath Padmanabhanb8f42912022-11-16 13:58:04 -0500429 # serviceAnnotations:
430 # external-dns.alpha.kubernetes.io/hostname: "aether-amf.tenant-site.company.com"
badhri854c028b32021-11-03 18:24:05 -0500431 podAnnotations:
432 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
433 serviceType: ClusterIP
434 prometheus:
435 port: 9089
436 # Provide nodePort when serviceType is NodePort
437 #nodePort: 30084
Ajay Lotan Thakur6de3b782022-04-14 08:41:12 -0600438 sctp_grpc:
439 port: 9000
440 #nodePort: 30088
badhri854c028b32021-11-03 18:24:05 -0500441 sbi:
442 port: 29518
443 #nodePort: 30088
444 ngapp:
445 #externalIp:
446 port: 38412
447 #nodePort: 30071
448 cfgFiles:
449 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
450 amfcfg.conf:
451 info:
452 version: 1.0.0
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700453 description: AMF initial configuration
badhri854c028b32021-11-03 18:24:05 -0500454 configuration:
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600455 amfDBName: sdcore_amf
456 enableDBStore: false
Vijaya Tiruveedulaa5a871a2023-01-20 09:59:52 +0000457 enableNrfCaching: false
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700458 debugProfilePort: 5001
459 kafkaInfo:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600460 brokerUri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700461 brokerPort: 9092
462 topicName: "sdcore-data-source-amf"
badhri854c028b32021-11-03 18:24:05 -0500463 ngapIpList:
464 - "0.0.0.0"
465 amfName: AMF
466 nrfUri: http://nrf:29510
467 sbi:
468 scheme: http
469 bindingIPv4: "0.0.0.0"
470 registerIPv4: amf
471 serviceNameList:
472 - namf-comm
473 - namf-evts
474 - namf-mt
475 - namf-loc
476 - namf-oam
477 servedGuamiList:
478 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530479 mcc: "208"
480 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500481 amfId: cafe00
482 supportTaiList:
483 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530484 mcc: "208"
485 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500486 tac: 1
487 plmnSupportList:
488 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530489 mcc: "208"
490 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500491 snssaiList:
492 - sst: 1
493 sd: "010203"
494 supportDnnList:
495 - internet
496 security:
497 integrityOrder:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530498 - NIA1
badhri854c028b32021-11-03 18:24:05 -0500499 - NIA2
500 cipheringOrder:
501 - NEA0
502 networkName:
503 full: Aether5G
504 short: Aether
505 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
506 enable: true # append this IE in Registration accept or not
507 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
508 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
509 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
510 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
511 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
512 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
513 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
514 t3502Value: 720 # timer value (seconds) at UE side
515 t3512Value: 3600 # timer value (seconds) at UE side
516 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
517 # retransmission timer for paging message
518 t3513:
519 enable: true # true or false
520 expireTime: 6s # default is 6 seconds
521 maxRetryTimes: 4 # the max number of retransmission
522 # retransmission timer for NAS Deregistration Request message
523 t3522:
524 enable: true # true or false
525 expireTime: 6s # default is 6 seconds
526 maxRetryTimes: 4 # the max number of retransmission
527 # retransmission timer for NAS Registration Accept message
528 t3550:
529 enable: true # true or false
530 expireTime: 6s # default is 6 seconds
531 maxRetryTimes: 4 # the max number of retransmission
532 # retransmission timer for NAS Authentication Request/Security Mode Command message
533 t3560:
534 enable: true # true or false
535 expireTime: 6s # default is 6 seconds
536 maxRetryTimes: 4 # the max number of retransmission
537 # retransmission timer for NAS Notification message
538 t3565:
539 enable: true # true or false
540 expireTime: 6s # default is 6 seconds
541 maxRetryTimes: 4 # the max number of retransmission
542 nrf:
543 deploy: true
544 #podAnnotations:
545 serviceType: ClusterIP
546 sbi:
547 port: 29510
548 # Provide nodePort when serviceType is NodePort
549 #nodePort: 30070
550 cfgFiles:
551 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
552 nrfcfg.conf:
553 info:
554 version: 1.0.0
555 description: NRF initial local configuration
556 configuration:
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600557 mongoDBStreamEnable: true
558 nfProfileExpiryEnable: true
559 nfKeepAliveTime: 60
badhri854c028b32021-11-03 18:24:05 -0500560 sbi:
561 scheme: http
562 bindingIPv4: "0.0.0.0"
563 registerIPv4: nrf
564 DefaultPlmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530565 mcc: "208"
566 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500567 serviceNameList:
568 - nnrf-nfm
569 - nnrf-disc
570 smf:
571 deploy: true
572 podAnnotations:
573 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
574 serviceType: ClusterIP
Badhrinath Padmanabhanb8f42912022-11-16 13:58:04 -0500575 upfPort: 8805
badhri854c028b32021-11-03 18:24:05 -0500576 n4:
577 port: 8805
578 # Provide nodePort when serviceType is NodePort
579 #nodePort: 30021
580 prometheus:
581 port: 9089
582 #nodePort: 30084
583 sbi:
584 port: 29502
585 #nodePort: 30080
586 cfgFiles:
587 uerouting.conf:
588 info:
589 version: 1.0.0
590 description: Routing information for UE
591 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
592 smfcfg.conf:
593 info:
594 version: 1.0.0
595 description: SMF initial local configuration
596 configuration:
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600597 smfDBName: sdcore_smf
598 enableDBStore: false
Vijaya Tiruveedulaa5a871a2023-01-20 09:59:52 +0000599 enableNrfCaching: false
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700600 debugProfilePort: 5001
601 kafkaInfo:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600602 brokerUri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700603 brokerPort: 9092
604 topicName: "sdcore-data-source-smf"
badhri854c028b32021-11-03 18:24:05 -0500605 pfcp:
606 addr: "POD_IP"
607 smfName: SMF
608 nrfUri: http://nrf:29510
609 sbi:
610 scheme: http
611 bindingIPv4: "0.0.0.0"
612 registerIPv4: smf
613 tls:
614 key: gofree5gc/support/TLS/smf.key
615 pem: gofree5gc/support/TLS/smf.pem
616 serviceNameList:
617 - nsmf-pdusession
618 - nsmf-event-exposure
619 snssaiInfos:
620 - dnnInfos:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530621 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500622 dns: # the IP address of DNS
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530623 ipv4: "8.8.8.8"
624 ipv6: "2001:4860:4860::8888"
badhri854c028b32021-11-03 18:24:05 -0500625 ueSubnet: 172.250.0.0/16 # should be CIDR type
626 sNssai:
627 sd: "010203"
628 sst: 1
629 userplane_information:
630 up_nodes:
631 gNB1:
632 type: AN
633 UPF:
634 type: UPF
635 node_id: upf
636 sNssaiUpfInfos: # S-NSSAI information list for this UPF
637 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
638 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
639 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
640 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530641 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500642 plmnId:
643 mcc: "208"
644 mnc: "93"
645 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
646 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
647 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
648 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530649 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500650 plmnId:
651 mcc: "208"
652 mnc: "93"
653 interfaces: # Interface list for this UPF
654 - interfaceType: N3 # the type of the interface (N3 or N9)
655 endpoints: # the IP address of this N3/N9 interface on this UPF
656 - upf
657 networkInstance: internet # Data Network Name (DNN)
658
659 links:
660 - A: gNB1
661 B: UPF
662 ausf:
663 deploy: true
664 #podAnnotations:
665 serviceType: ClusterIP
666 sbi:
667 port: 29509
668 # Provide nodePort when serviceType is NodePort
669 #nodePort: 30082
670 cfgFiles:
671 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
672 ausfcfg.conf:
673 info:
674 version: 1.0.0
675 description: AUSF initial local configuration
676 configuration:
677 nrfUri: http://nrf:29510
678 sbi:
679 scheme: http
680 bindingIPv4: "0.0.0.0"
681 registerIPv4: ausf
682 serviceNameList:
683 - nausf-auth
684 plmnSupportList:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530685 - mcc: "208"
686 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500687 groupId: ausfGroup001
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -0600688 metricfunc:
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600689 deploy: false
690 serviceType: ClusterIP
691 prometheus:
692 port: 9089
693 cfgFiles:
694 metricscfg.conf:
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600695 configuration:
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700696 nfStreams:
697 - topic:
698 topicGroup: analytics
699 topicName: sdcore-data-source-amf
700 urls:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600701 - uri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700702 port: 9092
703 - topic:
704 topicGroup: analytics
705 topicName: sdcore-data-source-smf
706 urls:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600707 - uri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700708 port: 9092
709 prometheusServer:
710 addr: POD_IP
711 port: 9089
712 apiServer:
713 addr: POD_IP
714 port: 9301
715 debugProfileServer:
716 addr: POD_IP
717 port: 5001
718 info:
719 description: Metrics initial local configuration
720 version: 1.0.0
721 logger:
722 level: info
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600723 upfadapter:
724 deploy: false
725 serviceType: ClusterIP
726 n4:
727 port: 8805
728 # Provide nodePort when serviceType is NodePort
729 # nodePort: 30021
730 rest:
731 port: 8090
732 #nodePort: 30080
733 cfgFiles:
734 config.yaml:
735 info:
736 version: 1.0.0
737 description: UPF Adapter initial local configuration
738 logger:
739 level: info
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600740