blob: 2ade82b5f531c810c17ef583dd0422f75f87f955 [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:
Ajay Lotan Thakur45ea2f92021-06-25 03:07:59 -0500103 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
104 enabled: false # helm chart config and use the config from config Pod
105 syncUrl: "" # Get the config from adapater in case control plane is down
Hyunsun Moonc73636b2021-03-24 15:47:08 -0700106 useExistingConfigMap: false
Badhrinath987e1d82020-11-20 13:23:58 -0600107 coreDump:
108 enabled: false
109 path: /tmp/coredump
Hyunsun Moon6a651482021-02-26 01:46:44 -0800110 mongodb:
111 name: free5gc
112 url: mongodb://mongodb
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500113 grpc:
114 golog_verbosity: "99"
115 severity: "info"
116 trace: "all"
117 verbosity: "debug"
Ajay Lotan Thakuref182f42021-05-25 16:41:19 -0500118 logger:
119 # network function
120 AMF:
121 debugLevel: info
122 ReportCaller: false
123 SMF:
124 debugLevel: info
125 ReportCaller: false
126 UDR:
127 debugLevel: info
128 ReportCaller: false
129 UDM:
130 debugLevel: info
131 ReportCaller: false
132 NRF:
133 debugLevel: info
134 ReportCaller: false
135 PCF:
136 debugLevel: info
137 ReportCaller: false
138 AUSF:
139 debugLevel: info
140 ReportCaller: false
141 N3IWF:
142 debugLevel: info
143 ReportCaller: false
144 # library
145 NAS:
146 debugLevel: info
147 ReportCaller: false
148 FSM:
149 debugLevel: info
150 ReportCaller: false
151 NGAP:
152 debugLevel: info
153 ReportCaller: false
154 NamfComm:
155 debugLevel: info
156 ReportCaller: false
157 NamfEventExposure:
158 debugLevel: info
159 ReportCaller: false
160 NsmfPDUSession:
161 debugLevel: info
162 ReportCaller: false
163 NudrDataRepository:
164 debugLevel: info
165 ReportCaller: false
166 OpenApi:
167 debugLevel: info
168 ReportCaller: false
169 Aper:
170 debugLevel: info
171 ReportCaller: false
172 CommonConsumerTest:
173 debugLevel: info
174 ReportCaller: false
175 PFCP:
176 debugLevel: info
177 ReportCaller: false
178 MongoDBLibrary:
179 debugLevel: info
180 ReportCaller: false
181 PathUtil:
182 debugLevel: info
183 ReportCaller: false
184 # webui
185 WEBUI:
186 debugLevel: info
187 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600188 webui:
189 deploy: true
190 podAnnotations:
191 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
192 prometheus:
193 port: 9089
194 nodePort:
195 enabled: false
196 port: 30084
197 urlport:
198 port: 5000
199 nodePort:
200 enabled: false
201 port: 35000
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500202 grpc:
203 port: 9876
Hyunsun Moon6a651482021-02-26 01:46:44 -0800204 ingress:
205 enabled: false
206 hostname: free5gc.local
207 path: /
208 pathType: Prefix
209 # extraHosts:
210 # - host: free5gc.local
211 # path: /
212 cfgFiles:
213 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600214 webuicfg.conf:
215 info:
216 version: 1.0.0
217 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800218 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600219 udm:
220 deploy: true
221 podAnnotations:
222 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
223 prometheus:
224 port: 9089
225 nodePort:
226 enabled: false
227 port: 30084
228 sbi:
229 port: 29503
230 nodePort:
231 enabled: false
232 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800233 cfgFiles:
234 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600235 udmcfg.conf:
236 info:
237 version: 1.0.0
238 description: UDM initial local configuration
239 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800240 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600241 serviceNameList:
242 - nudm-sdm
243 - nudm-uecm
244 - nudm-ueau
245 - nudm-ee
246 - nudm-pp
247 sbi:
248 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700249 bindingIPv4: "0.0.0.0"
250 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600251 tls:
252 log: free5gc/udmsslkey.log
253 pem: free5gc/support/TLS/udm.pem
254 key: free5gc/support/TLS/udm.key
Vijayab2309782021-04-15 22:55:31 +0530255 keys:
256 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
257 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
258 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
259 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
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:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000307 mongodb: # the mongodb connected by this PCF
308 name: free5gc # name of the mongodb
309 url: mongodb://mongodb-arbiter-headless:27017 # a valid URL of the mongodb
Badhrinath987e1d82020-11-20 13:23:58 -0600310 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800311 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600312 sbi:
313 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700314 bindingIPv4: "0.0.0.0"
315 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600316 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600317 serviceList:
318 - serviceName: npcf-am-policy-control
319 - serviceName: npcf-smpolicycontrol
320 suppFeat: 3fff
321 - serviceName: npcf-bdtpolicycontrol
322 - serviceName: npcf-policyauthorization
323 suppFeat: 3
324 - serviceName: npcf-eventexposure
325 - serviceName: npcf-ue-policy-control
326 nssf:
327 deploy: true
328 podAnnotations:
329 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
330 prometheus:
331 port: 9089
332 nodePort:
333 enabled: false
334 port: 30084
335 sbi:
336 port: 29531
337 nodePort:
338 enabled: false
339 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800340 cfgFiles:
341 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600342 nssfcfg.conf:
343 info:
344 version: 1.0.0
345 description: NSSF initial local configuration
346 configuration:
347 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800348 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600349 sbi:
350 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700351 bindingIPv4: "0.0.0.0"
352 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600353 serviceNameList:
354 - nnssf-nsselection
355 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600356 supportedPlmnList:
357 - mcc: 208
358 mnc: 93
359 supportedNssaiInPlmnList:
360 - plmnId:
361 mcc: 208
362 mnc: 93
363 supportedSnssaiList:
364 - sst: 1
365 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600366 nsiList:
367 - snssai:
368 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600369 sd: "010203"
370 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800371 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600372 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600373 amf:
374 deploy: true
375 podAnnotations:
376 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
377 prometheus:
378 port: 9089
379 nodePort:
380 enabled: false
381 port: 30084
382 sbi:
383 port: 29518
384 nodePort:
385 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600386 port: 30088
387 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700388 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600389 port: 38412
390 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800391 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600392 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800393 cfgFiles:
394 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600395 amfcfg.conf:
396 info:
397 version: 1.0.0
398 description: AMF initial local configuration
399 configuration:
Vijayab2309782021-04-15 22:55:31 +0530400 ngapIpList:
401 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600402 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800403 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600404 sbi:
405 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700406 bindingIPv4: "0.0.0.0"
407 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600408 serviceNameList:
409 - namf-comm
410 - namf-evts
411 - namf-mt
412 - namf-loc
413 - namf-oam
414 servedGuamiList:
415 - plmnId:
416 mcc: 208
417 mnc: 93
418 amfId: cafe00
419 supportTaiList:
420 - plmnId:
421 mcc: 208
422 mnc: 93
423 tac: 1
424 plmnSupportList:
425 - plmnId:
426 mcc: 208
427 mnc: 93
428 snssaiList:
429 - sst: 1
430 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600431 supportDnnList:
432 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600433 security:
434 integrityOrder:
435 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600436 cipheringOrder:
437 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600438 networkName:
Ajay Lotan Thakur45ea2f92021-06-25 03:07:59 -0500439 full: Aether5G
440 short: Aether
Vijayab2309782021-04-15 22:55:31 +0530441 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
442 enable: true # append this IE in Registration accept or not
443 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
444 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
445 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
446 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
447 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
448 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
449 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
450 t3502Value: 720 # timer value (seconds) at UE side
451 t3512Value: 3600 # timer value (seconds) at UE side
452 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
453 # retransmission timer for paging message
454 t3513:
455 enable: true # true or false
456 expireTime: 6s # default is 6 seconds
457 maxRetryTimes: 4 # the max number of retransmission
458 # retransmission timer for NAS Deregistration Request message
459 t3522:
460 enable: true # true or false
461 expireTime: 6s # default is 6 seconds
462 maxRetryTimes: 4 # the max number of retransmission
463 # retransmission timer for NAS Registration Accept message
464 t3550:
465 enable: true # true or false
466 expireTime: 6s # default is 6 seconds
467 maxRetryTimes: 4 # the max number of retransmission
468 # retransmission timer for NAS Authentication Request/Security Mode Command message
469 t3560:
470 enable: true # true or false
471 expireTime: 6s # default is 6 seconds
472 maxRetryTimes: 4 # the max number of retransmission
473 # retransmission timer for NAS Notification message
474 t3565:
475 enable: true # true or false
476 expireTime: 6s # default is 6 seconds
477 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600478 nrf:
479 deploy: true
480 podAnnotations:
481 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
482 sbi:
483 port: 29510
484 nodePort:
485 enabled: false
486 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800487 cfgFiles:
488 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600489 nrfcfg.conf:
490 info:
491 version: 1.0.0
492 description: NRF initial local configuration
493 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600494 sbi:
495 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700496 bindingIPv4: "0.0.0.0"
497 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600498 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800499 mcc: 208
500 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600501 serviceNameList:
502 - nnrf-nfm
503 - nnrf-disc
504 smf:
505 deploy: true
506 podAnnotations:
507 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
508 n4:
509 port: 8805
510 nodePort:
511 enabled: false
512 port: 30021
513 prometheus:
514 port: 9089
515 nodePort:
516 enabled: false
517 port: 30084
518 sbi:
519 port: 29502
520 nodePort:
521 enabled: false
522 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800523 cfgFiles:
524 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600525 info:
526 version: 1.0.0
527 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800528 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600529 smfcfg.conf:
530 info:
531 version: 1.0.0
532 description: SMF initial local configuration
533 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000534 pfcp:
Ajay Lotan Thakurbb187062021-06-08 23:39:26 -0500535 addr: "POD_IP"
Badhrinath987e1d82020-11-20 13:23:58 -0600536 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800537 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600538 sbi:
539 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700540 bindingIPv4: "0.0.0.0"
541 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600542 tls:
543 key: gofree5gc/support/TLS/smf.key
544 pem: gofree5gc/support/TLS/smf.pem
545 serviceNameList:
546 - nsmf-pdusession
547 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530548 snssaiInfos:
549 - dnnInfos:
550 - dnn: internet
551 dns: # the IP address of DNS
552 ipv4: 8.8.8.8
553 ipv6: 2001:4860:4860::8888
badhrinath.pa@gmail.comb918a802021-06-16 20:24:17 -0500554 ueSubnet: 172.250.0.0/16 # should be CIDR type
Vijayab2309782021-04-15 22:55:31 +0530555 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600556 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530557 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600558 userplane_information:
559 up_nodes:
560 gNB1:
561 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800562 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600563 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800564 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530565 sNssaiUpfInfos: # S-NSSAI information list for this UPF
566 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
567 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500568 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530569 dnnUpfInfoList: # DNN information list for this S-NSSAI
570 - dnn: internet
571 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
572 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500573 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530574 dnnUpfInfoList: # DNN information list for this S-NSSAI
575 - dnn: internet
576 interfaces: # Interface list for this UPF
577 - interfaceType: N3 # the type of the interface (N3 or N9)
578 endpoints: # the IP address of this N3/N9 interface on this UPF
579 - upf
580 networkInstance: internet # Data Network Name (DNN)
581
Badhrinath987e1d82020-11-20 13:23:58 -0600582 links:
583 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800584 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600585 ausf:
586 deploy: true
587 podAnnotations:
588 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
589 prometheus:
590 port: 9089
591 nodePort:
592 enabled: false
593 port: 30084
594 sbi:
595 port: 29509
596 nodePort:
597 enabled: false
598 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800599 cfgFiles:
600 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600601 ausfcfg.conf:
602 info:
603 version: 1.0.0
604 description: AUSF initial local configuration
605 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800606 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600607 sbi:
608 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700609 bindingIPv4: "0.0.0.0"
610 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600611 serviceNameList:
612 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600613 plmnSupportList:
614 - mcc: 208
615 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600616 groupId: ausfGroup001