blob: 0c9823a5685cd15eef2bd86f4b3cb9801e836c3b [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
Ankur Upadhyaya22556c72022-12-02 04:29:26 -070010 amf: omecproject/5gc-amf:master-40ec83b
Ajay Lotan Thakur25c27622022-10-06 15:22:45 -060011 nrf: omecproject/5gc-nrf:master-4313faa
Ankur Upadhyaya236fba92022-12-05 23:04:54 -070012 smf: omecproject/5gc-smf:master-6451e24
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
Ankur Upadhyaya236fba92022-12-05 23:04:54 -070020 metricfunc: omecproject/metricfunc:main-41ae987
21 upfadapter: omecproject/5gc-smf:master-6451e24
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
135 #architecture: replicaset
136 #replicaCount: 3
137
138config:
139 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
140 enabled: false # helm chart config and use the config from config Pod
141 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
149 url: mongodb://mongodb
150 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
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700457 debugProfilePort: 5001
458 kafkaInfo:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600459 brokerUri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700460 brokerPort: 9092
461 topicName: "sdcore-data-source-amf"
badhri854c028b32021-11-03 18:24:05 -0500462 ngapIpList:
463 - "0.0.0.0"
464 amfName: AMF
465 nrfUri: http://nrf:29510
466 sbi:
467 scheme: http
468 bindingIPv4: "0.0.0.0"
469 registerIPv4: amf
470 serviceNameList:
471 - namf-comm
472 - namf-evts
473 - namf-mt
474 - namf-loc
475 - namf-oam
476 servedGuamiList:
477 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530478 mcc: "208"
479 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500480 amfId: cafe00
481 supportTaiList:
482 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530483 mcc: "208"
484 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500485 tac: 1
486 plmnSupportList:
487 - plmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530488 mcc: "208"
489 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500490 snssaiList:
491 - sst: 1
492 sd: "010203"
493 supportDnnList:
494 - internet
495 security:
496 integrityOrder:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530497 - NIA1
badhri854c028b32021-11-03 18:24:05 -0500498 - NIA2
499 cipheringOrder:
500 - NEA0
501 networkName:
502 full: Aether5G
503 short: Aether
504 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
505 enable: true # append this IE in Registration accept or not
506 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
507 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
508 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
509 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
510 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
511 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
512 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
513 t3502Value: 720 # timer value (seconds) at UE side
514 t3512Value: 3600 # timer value (seconds) at UE side
515 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
516 # retransmission timer for paging message
517 t3513:
518 enable: true # true or false
519 expireTime: 6s # default is 6 seconds
520 maxRetryTimes: 4 # the max number of retransmission
521 # retransmission timer for NAS Deregistration Request message
522 t3522:
523 enable: true # true or false
524 expireTime: 6s # default is 6 seconds
525 maxRetryTimes: 4 # the max number of retransmission
526 # retransmission timer for NAS Registration Accept message
527 t3550:
528 enable: true # true or false
529 expireTime: 6s # default is 6 seconds
530 maxRetryTimes: 4 # the max number of retransmission
531 # retransmission timer for NAS Authentication Request/Security Mode Command message
532 t3560:
533 enable: true # true or false
534 expireTime: 6s # default is 6 seconds
535 maxRetryTimes: 4 # the max number of retransmission
536 # retransmission timer for NAS Notification message
537 t3565:
538 enable: true # true or false
539 expireTime: 6s # default is 6 seconds
540 maxRetryTimes: 4 # the max number of retransmission
541 nrf:
542 deploy: true
543 #podAnnotations:
544 serviceType: ClusterIP
545 sbi:
546 port: 29510
547 # Provide nodePort when serviceType is NodePort
548 #nodePort: 30070
549 cfgFiles:
550 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
551 nrfcfg.conf:
552 info:
553 version: 1.0.0
554 description: NRF initial local configuration
555 configuration:
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600556 mongoDBStreamEnable: true
557 nfProfileExpiryEnable: true
558 nfKeepAliveTime: 60
badhri854c028b32021-11-03 18:24:05 -0500559 sbi:
560 scheme: http
561 bindingIPv4: "0.0.0.0"
562 registerIPv4: nrf
563 DefaultPlmnId:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530564 mcc: "208"
565 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500566 serviceNameList:
567 - nnrf-nfm
568 - nnrf-disc
569 smf:
570 deploy: true
571 podAnnotations:
572 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
573 serviceType: ClusterIP
Badhrinath Padmanabhanb8f42912022-11-16 13:58:04 -0500574 upfPort: 8805
badhri854c028b32021-11-03 18:24:05 -0500575 n4:
576 port: 8805
577 # Provide nodePort when serviceType is NodePort
578 #nodePort: 30021
579 prometheus:
580 port: 9089
581 #nodePort: 30084
582 sbi:
583 port: 29502
584 #nodePort: 30080
585 cfgFiles:
586 uerouting.conf:
587 info:
588 version: 1.0.0
589 description: Routing information for UE
590 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
591 smfcfg.conf:
592 info:
593 version: 1.0.0
594 description: SMF initial local configuration
595 configuration:
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600596 smfDBName: sdcore_smf
597 enableDBStore: false
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700598 debugProfilePort: 5001
599 kafkaInfo:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600600 brokerUri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700601 brokerPort: 9092
602 topicName: "sdcore-data-source-smf"
badhri854c028b32021-11-03 18:24:05 -0500603 pfcp:
604 addr: "POD_IP"
605 smfName: SMF
606 nrfUri: http://nrf:29510
607 sbi:
608 scheme: http
609 bindingIPv4: "0.0.0.0"
610 registerIPv4: smf
611 tls:
612 key: gofree5gc/support/TLS/smf.key
613 pem: gofree5gc/support/TLS/smf.pem
614 serviceNameList:
615 - nsmf-pdusession
616 - nsmf-event-exposure
617 snssaiInfos:
618 - dnnInfos:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530619 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500620 dns: # the IP address of DNS
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530621 ipv4: "8.8.8.8"
622 ipv6: "2001:4860:4860::8888"
badhri854c028b32021-11-03 18:24:05 -0500623 ueSubnet: 172.250.0.0/16 # should be CIDR type
624 sNssai:
625 sd: "010203"
626 sst: 1
627 userplane_information:
628 up_nodes:
629 gNB1:
630 type: AN
631 UPF:
632 type: UPF
633 node_id: upf
634 sNssaiUpfInfos: # S-NSSAI information list for this UPF
635 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
636 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
637 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
638 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530639 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500640 plmnId:
641 mcc: "208"
642 mnc: "93"
643 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
644 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
645 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
646 dnnUpfInfoList: # DNN information list for this S-NSSAI
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530647 - dnn: "internet"
badhri854c028b32021-11-03 18:24:05 -0500648 plmnId:
649 mcc: "208"
650 mnc: "93"
651 interfaces: # Interface list for this UPF
652 - interfaceType: N3 # the type of the interface (N3 or N9)
653 endpoints: # the IP address of this N3/N9 interface on this UPF
654 - upf
655 networkInstance: internet # Data Network Name (DNN)
656
657 links:
658 - A: gNB1
659 B: UPF
660 ausf:
661 deploy: true
662 #podAnnotations:
663 serviceType: ClusterIP
664 sbi:
665 port: 29509
666 # Provide nodePort when serviceType is NodePort
667 #nodePort: 30082
668 cfgFiles:
669 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
670 ausfcfg.conf:
671 info:
672 version: 1.0.0
673 description: AUSF initial local configuration
674 configuration:
675 nrfUri: http://nrf:29510
676 sbi:
677 scheme: http
678 bindingIPv4: "0.0.0.0"
679 registerIPv4: ausf
680 serviceNameList:
681 - nausf-auth
682 plmnSupportList:
Vijaya Rani Tiruveedula61ee88f2022-03-03 17:47:13 +0530683 - mcc: "208"
684 mnc: "93"
badhri854c028b32021-11-03 18:24:05 -0500685 groupId: ausfGroup001
Ajay Lotan Thakura2e2adb2022-06-06 13:46:30 -0600686 metricfunc:
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600687 deploy: false
688 serviceType: ClusterIP
689 prometheus:
690 port: 9089
691 cfgFiles:
692 metricscfg.conf:
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600693 configuration:
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700694 nfStreams:
695 - topic:
696 topicGroup: analytics
697 topicName: sdcore-data-source-amf
698 urls:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600699 - uri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700700 port: 9092
701 - topic:
702 topicGroup: analytics
703 topicName: sdcore-data-source-smf
704 urls:
Badhrinath Padmanabhana7802df2022-12-13 15:46:18 -0600705 - uri: "kafka-headless"
Ankur Upadhyayae27c4662022-11-22 08:08:37 -0700706 port: 9092
707 prometheusServer:
708 addr: POD_IP
709 port: 9089
710 apiServer:
711 addr: POD_IP
712 port: 9301
713 debugProfileServer:
714 addr: POD_IP
715 port: 5001
716 info:
717 description: Metrics initial local configuration
718 version: 1.0.0
719 logger:
720 level: info
Ajay Lotan Thakur9ad7dfe2022-07-25 17:26:03 -0600721 upfadapter:
722 deploy: false
723 serviceType: ClusterIP
724 n4:
725 port: 8805
726 # Provide nodePort when serviceType is NodePort
727 # nodePort: 30021
728 rest:
729 port: 8090
730 #nodePort: 30080
731 cfgFiles:
732 config.yaml:
733 info:
734 version: 1.0.0
735 description: UPF Adapter initial local configuration
736 logger:
737 level: info
Ajay Lotan Thakur491ed5a2022-05-31 17:33:00 -0600738