blob: f980885083e387941b7bbf00ee8630e657b3fd5a [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
badhrinathc7549a62021-05-11 18:40:43 -05008 amf: registry.aetherproject.org/omecproject/5gc-amf:onf-release3.0.5-latest
9 nrf: registry.aetherproject.org/omecproject/5gc-nrf:onf-release3.0.5-latest
10 smf: registry.aetherproject.org/omecproject/5gc-smf:onf-release3.0.5-latest
11 ausf: registry.aetherproject.org/omecproject/5gc-ausf:onf-release3.0.5-latest
12 nssf: registry.aetherproject.org/omecproject/5gc-nssf:onf-release3.0.5-latest
13 pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-release3.0.5-latest
14 udr: registry.aetherproject.org/omecproject/5gc-udr:onf-release3.0.5-latest
15 udm: registry.aetherproject.org/omecproject/5gc-udm:onf-release3.0.5-latest
16 webui: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-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
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500169 PFCP:
170 debugLevel: info
171 ReportCaller: false
172 MongoDBLibrary:
173 debugLevel: info
174 ReportCaller: false
175 PathUtil:
176 debugLevel: info
177 ReportCaller: false
Hyunsun Moon6a651482021-02-26 01:46:44 -0800178 # webui
179 WEBUI:
180 debugLevel: info
181 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600182 webui:
183 deploy: true
184 podAnnotations:
185 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
186 prometheus:
187 port: 9089
188 nodePort:
189 enabled: false
190 port: 30084
191 urlport:
192 port: 5000
193 nodePort:
194 enabled: false
195 port: 35000
Hyunsun Moon6a651482021-02-26 01:46:44 -0800196 ingress:
197 enabled: false
198 hostname: free5gc.local
199 path: /
200 pathType: Prefix
201 # extraHosts:
202 # - host: free5gc.local
203 # path: /
204 cfgFiles:
205 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600206 webuicfg.conf:
207 info:
208 version: 1.0.0
209 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800210 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600211 udm:
212 deploy: true
213 podAnnotations:
214 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
215 prometheus:
216 port: 9089
217 nodePort:
218 enabled: false
219 port: 30084
220 sbi:
221 port: 29503
222 nodePort:
223 enabled: false
224 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800225 cfgFiles:
226 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600227 udmcfg.conf:
228 info:
229 version: 1.0.0
230 description: UDM initial local configuration
231 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800232 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600233 serviceNameList:
234 - nudm-sdm
235 - nudm-uecm
236 - nudm-ueau
237 - nudm-ee
238 - nudm-pp
239 sbi:
240 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700241 bindingIPv4: "0.0.0.0"
242 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600243 tls:
244 log: free5gc/udmsslkey.log
245 pem: free5gc/support/TLS/udm.pem
246 key: free5gc/support/TLS/udm.key
Vijayab2309782021-04-15 22:55:31 +0530247 keys:
248 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
249 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
250 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
251 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
Badhrinath987e1d82020-11-20 13:23:58 -0600252 udrclient:
253 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800254 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600255 port: 29504
256 nrfclient:
257 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800258 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600259 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600260 udr:
261 deploy: true
262 podAnnotations:
263 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
264 prometheus:
265 port: 9089
266 nodePort:
267 enabled: false
268 port: 30084
269 sbi:
270 port: 29504
271 nodePort:
272 enabled: false
273 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800274 cfgFiles:
275 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600276 udrcfg.conf:
277 info:
278 version: 1.0.0
279 description: UDR initial local configuration
280 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800281 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600282 sbi:
283 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700284 bindingIPv4: "0.0.0.0"
285 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600286 pcf:
287 deploy: true
288 podAnnotations:
289 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
290 prometheus:
291 port: 9089
292 nodePort:
293 enabled: false
294 port: 30084
295 sbi:
296 port: 29507
297 nodePort:
298 enabled: false
299 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800300 cfgFiles:
301 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600302 pcfcfg.conf:
303 info:
304 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800305 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600306 configuration:
307 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800308 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600309 sbi:
310 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700311 bindingIPv4: "0.0.0.0"
312 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600313 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600314 serviceList:
315 - serviceName: npcf-am-policy-control
316 - serviceName: npcf-smpolicycontrol
317 suppFeat: 3fff
318 - serviceName: npcf-bdtpolicycontrol
319 - serviceName: npcf-policyauthorization
320 suppFeat: 3
321 - serviceName: npcf-eventexposure
322 - serviceName: npcf-ue-policy-control
323 nssf:
324 deploy: true
325 podAnnotations:
326 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
327 prometheus:
328 port: 9089
329 nodePort:
330 enabled: false
331 port: 30084
332 sbi:
333 port: 29531
334 nodePort:
335 enabled: false
336 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800337 cfgFiles:
338 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600339 nssfcfg.conf:
340 info:
341 version: 1.0.0
342 description: NSSF initial local configuration
343 configuration:
344 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800345 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600346 sbi:
347 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700348 bindingIPv4: "0.0.0.0"
349 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600350 serviceNameList:
351 - nnssf-nsselection
352 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600353 supportedPlmnList:
354 - mcc: 208
355 mnc: 93
356 supportedNssaiInPlmnList:
357 - plmnId:
358 mcc: 208
359 mnc: 93
360 supportedSnssaiList:
361 - sst: 1
362 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600363 nsiList:
364 - snssai:
365 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600366 sd: "010203"
367 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800368 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600369 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600370 amf:
371 deploy: true
372 podAnnotations:
373 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
374 prometheus:
375 port: 9089
376 nodePort:
377 enabled: false
378 port: 30084
379 sbi:
380 port: 29518
381 nodePort:
382 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600383 port: 30088
384 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700385 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600386 port: 38412
387 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800388 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600389 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800390 cfgFiles:
391 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600392 amfcfg.conf:
393 info:
394 version: 1.0.0
395 description: AMF initial local configuration
Vijayab3bc9142021-05-05 23:28:58 +0530396 logger:
397 AMF:
398 debugLevel: info
399 ReportCaller: false
400 NAS:
401 debugLevel: info
402 ReportCaller: false
403 FSM:
404 debugLevel: info
405 ReportCaller: false
406 NGAP:
407 debugLevel: info
408 ReportCaller: false
409 Aper:
410 debugLevel: info
411 ReportCaller: false
412 PathUtil:
413 debugLevel: info
414 ReportCaller: false
415 OpenApi:
416 debugLevel: info
417 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600418 configuration:
Vijayab2309782021-04-15 22:55:31 +0530419 ngapIpList:
420 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600421 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800422 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600423 sbi:
424 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700425 bindingIPv4: "0.0.0.0"
426 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600427 serviceNameList:
428 - namf-comm
429 - namf-evts
430 - namf-mt
431 - namf-loc
432 - namf-oam
433 servedGuamiList:
434 - plmnId:
435 mcc: 208
436 mnc: 93
437 amfId: cafe00
438 supportTaiList:
439 - plmnId:
440 mcc: 208
441 mnc: 93
442 tac: 1
443 plmnSupportList:
444 - plmnId:
445 mcc: 208
446 mnc: 93
447 snssaiList:
448 - sst: 1
449 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600450 supportDnnList:
451 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600452 security:
453 integrityOrder:
454 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600455 cipheringOrder:
456 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600457 networkName:
458 full: free5GC
459 short: free
Vijayab2309782021-04-15 22:55:31 +0530460 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
461 enable: true # append this IE in Registration accept or not
462 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
463 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
464 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
465 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
466 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
467 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
468 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
469 t3502Value: 720 # timer value (seconds) at UE side
470 t3512Value: 3600 # timer value (seconds) at UE side
471 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
472 # retransmission timer for paging message
473 t3513:
474 enable: true # true or false
475 expireTime: 6s # default is 6 seconds
476 maxRetryTimes: 4 # the max number of retransmission
477 # retransmission timer for NAS Deregistration Request message
478 t3522:
479 enable: true # true or false
480 expireTime: 6s # default is 6 seconds
481 maxRetryTimes: 4 # the max number of retransmission
482 # retransmission timer for NAS Registration Accept message
483 t3550:
484 enable: true # true or false
485 expireTime: 6s # default is 6 seconds
486 maxRetryTimes: 4 # the max number of retransmission
487 # retransmission timer for NAS Authentication Request/Security Mode Command message
488 t3560:
489 enable: true # true or false
490 expireTime: 6s # default is 6 seconds
491 maxRetryTimes: 4 # the max number of retransmission
492 # retransmission timer for NAS Notification message
493 t3565:
494 enable: true # true or false
495 expireTime: 6s # default is 6 seconds
496 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600497 nrf:
498 deploy: true
499 podAnnotations:
500 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
501 sbi:
502 port: 29510
503 nodePort:
504 enabled: false
505 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800506 cfgFiles:
507 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600508 nrfcfg.conf:
509 info:
510 version: 1.0.0
511 description: NRF initial local configuration
512 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600513 sbi:
514 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700515 bindingIPv4: "0.0.0.0"
516 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600517 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800518 mcc: 208
519 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600520 serviceNameList:
521 - nnrf-nfm
522 - nnrf-disc
523 smf:
524 deploy: true
525 podAnnotations:
526 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
527 n4:
528 port: 8805
529 nodePort:
530 enabled: false
531 port: 30021
532 prometheus:
533 port: 9089
534 nodePort:
535 enabled: false
536 port: 30084
537 sbi:
538 port: 29502
539 nodePort:
540 enabled: false
541 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800542 cfgFiles:
543 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600544 info:
545 version: 1.0.0
546 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800547 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600548 smfcfg.conf:
549 info:
550 version: 1.0.0
551 description: SMF initial local configuration
552 configuration:
553 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800554 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600555 sbi:
556 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700557 bindingIPv4: "0.0.0.0"
558 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600559 tls:
560 key: gofree5gc/support/TLS/smf.key
561 pem: gofree5gc/support/TLS/smf.pem
562 serviceNameList:
563 - nsmf-pdusession
564 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530565 snssaiInfos:
566 - dnnInfos:
567 - dnn: internet
568 dns: # the IP address of DNS
569 ipv4: 8.8.8.8
570 ipv6: 2001:4860:4860::8888
571 ueSubnet: 10.250.0.0/16 # should be CIDR type
572 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600573 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530574 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600575 userplane_information:
576 up_nodes:
577 gNB1:
578 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800579 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600580 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800581 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530582 sNssaiUpfInfos: # S-NSSAI information list for this UPF
583 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
584 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500585 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530586 dnnUpfInfoList: # DNN information list for this S-NSSAI
587 - dnn: internet
588 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
589 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500590 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530591 dnnUpfInfoList: # DNN information list for this S-NSSAI
592 - dnn: internet
593 interfaces: # Interface list for this UPF
594 - interfaceType: N3 # the type of the interface (N3 or N9)
595 endpoints: # the IP address of this N3/N9 interface on this UPF
596 - upf
597 networkInstance: internet # Data Network Name (DNN)
598
Badhrinath987e1d82020-11-20 13:23:58 -0600599 links:
600 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800601 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600602 ausf:
603 deploy: true
604 podAnnotations:
605 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
606 prometheus:
607 port: 9089
608 nodePort:
609 enabled: false
610 port: 30084
611 sbi:
612 port: 29509
613 nodePort:
614 enabled: false
615 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800616 cfgFiles:
617 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600618 ausfcfg.conf:
619 info:
620 version: 1.0.0
621 description: AUSF initial local configuration
622 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800623 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600624 sbi:
625 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700626 bindingIPv4: "0.0.0.0"
627 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600628 serviceNameList:
629 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600630 plmnSupportList:
631 - mcc: 208
632 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600633 groupId: ausfGroup001