blob: 3d30416a1b0f9f589f1fd609ba32666e794b4e74 [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
Ajay Lotan Thakuref182f42021-05-25 16:41:19 -0500110 logger:
111 # network function
112 AMF:
113 debugLevel: info
114 ReportCaller: false
115 SMF:
116 debugLevel: info
117 ReportCaller: false
118 UDR:
119 debugLevel: info
120 ReportCaller: false
121 UDM:
122 debugLevel: info
123 ReportCaller: false
124 NRF:
125 debugLevel: info
126 ReportCaller: false
127 PCF:
128 debugLevel: info
129 ReportCaller: false
130 AUSF:
131 debugLevel: info
132 ReportCaller: false
133 N3IWF:
134 debugLevel: info
135 ReportCaller: false
136 # library
137 NAS:
138 debugLevel: info
139 ReportCaller: false
140 FSM:
141 debugLevel: info
142 ReportCaller: false
143 NGAP:
144 debugLevel: info
145 ReportCaller: false
146 NamfComm:
147 debugLevel: info
148 ReportCaller: false
149 NamfEventExposure:
150 debugLevel: info
151 ReportCaller: false
152 NsmfPDUSession:
153 debugLevel: info
154 ReportCaller: false
155 NudrDataRepository:
156 debugLevel: info
157 ReportCaller: false
158 OpenApi:
159 debugLevel: info
160 ReportCaller: false
161 Aper:
162 debugLevel: info
163 ReportCaller: false
164 CommonConsumerTest:
165 debugLevel: info
166 ReportCaller: false
167 PFCP:
168 debugLevel: info
169 ReportCaller: false
170 MongoDBLibrary:
171 debugLevel: info
172 ReportCaller: false
173 PathUtil:
174 debugLevel: info
175 ReportCaller: false
176 # webui
177 WEBUI:
178 debugLevel: info
179 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600180 webui:
181 deploy: true
182 podAnnotations:
183 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
184 prometheus:
185 port: 9089
186 nodePort:
187 enabled: false
188 port: 30084
189 urlport:
190 port: 5000
191 nodePort:
192 enabled: false
193 port: 35000
Hyunsun Moon6a651482021-02-26 01:46:44 -0800194 ingress:
195 enabled: false
196 hostname: free5gc.local
197 path: /
198 pathType: Prefix
199 # extraHosts:
200 # - host: free5gc.local
201 # path: /
202 cfgFiles:
203 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600204 webuicfg.conf:
205 info:
206 version: 1.0.0
207 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800208 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600209 udm:
210 deploy: true
211 podAnnotations:
212 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
213 prometheus:
214 port: 9089
215 nodePort:
216 enabled: false
217 port: 30084
218 sbi:
219 port: 29503
220 nodePort:
221 enabled: false
222 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800223 cfgFiles:
224 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600225 udmcfg.conf:
226 info:
227 version: 1.0.0
228 description: UDM initial local configuration
229 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800230 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600231 serviceNameList:
232 - nudm-sdm
233 - nudm-uecm
234 - nudm-ueau
235 - nudm-ee
236 - nudm-pp
237 sbi:
238 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700239 bindingIPv4: "0.0.0.0"
240 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600241 tls:
242 log: free5gc/udmsslkey.log
243 pem: free5gc/support/TLS/udm.pem
244 key: free5gc/support/TLS/udm.key
Vijayab2309782021-04-15 22:55:31 +0530245 keys:
246 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
247 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
248 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
249 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
Badhrinath987e1d82020-11-20 13:23:58 -0600250 udrclient:
251 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800252 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600253 port: 29504
254 nrfclient:
255 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800256 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600257 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600258 udr:
259 deploy: true
260 podAnnotations:
261 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
262 prometheus:
263 port: 9089
264 nodePort:
265 enabled: false
266 port: 30084
267 sbi:
268 port: 29504
269 nodePort:
270 enabled: false
271 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800272 cfgFiles:
273 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600274 udrcfg.conf:
275 info:
276 version: 1.0.0
277 description: UDR initial local configuration
278 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800279 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600280 sbi:
281 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700282 bindingIPv4: "0.0.0.0"
283 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600284 pcf:
285 deploy: true
286 podAnnotations:
287 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
288 prometheus:
289 port: 9089
290 nodePort:
291 enabled: false
292 port: 30084
293 sbi:
294 port: 29507
295 nodePort:
296 enabled: false
297 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800298 cfgFiles:
299 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600300 pcfcfg.conf:
301 info:
302 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800303 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600304 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000305 mongodb: # the mongodb connected by this PCF
306 name: free5gc # name of the mongodb
307 url: mongodb://mongodb-arbiter-headless:27017 # a valid URL of the mongodb
Badhrinath987e1d82020-11-20 13:23:58 -0600308 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800309 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600310 sbi:
311 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700312 bindingIPv4: "0.0.0.0"
313 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600314 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600315 serviceList:
316 - serviceName: npcf-am-policy-control
317 - serviceName: npcf-smpolicycontrol
318 suppFeat: 3fff
319 - serviceName: npcf-bdtpolicycontrol
320 - serviceName: npcf-policyauthorization
321 suppFeat: 3
322 - serviceName: npcf-eventexposure
323 - serviceName: npcf-ue-policy-control
324 nssf:
325 deploy: true
326 podAnnotations:
327 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
328 prometheus:
329 port: 9089
330 nodePort:
331 enabled: false
332 port: 30084
333 sbi:
334 port: 29531
335 nodePort:
336 enabled: false
337 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800338 cfgFiles:
339 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600340 nssfcfg.conf:
341 info:
342 version: 1.0.0
343 description: NSSF initial local configuration
344 configuration:
345 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800346 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600347 sbi:
348 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700349 bindingIPv4: "0.0.0.0"
350 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600351 serviceNameList:
352 - nnssf-nsselection
353 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600354 supportedPlmnList:
355 - mcc: 208
356 mnc: 93
357 supportedNssaiInPlmnList:
358 - plmnId:
359 mcc: 208
360 mnc: 93
361 supportedSnssaiList:
362 - sst: 1
363 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600364 nsiList:
365 - snssai:
366 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600367 sd: "010203"
368 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800369 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600370 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600371 amf:
372 deploy: true
373 podAnnotations:
374 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
375 prometheus:
376 port: 9089
377 nodePort:
378 enabled: false
379 port: 30084
380 sbi:
381 port: 29518
382 nodePort:
383 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600384 port: 30088
385 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700386 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600387 port: 38412
388 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800389 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600390 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800391 cfgFiles:
392 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600393 amfcfg.conf:
394 info:
395 version: 1.0.0
396 description: AMF initial local configuration
397 configuration:
Vijayab2309782021-04-15 22:55:31 +0530398 ngapIpList:
399 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600400 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800401 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600402 sbi:
403 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700404 bindingIPv4: "0.0.0.0"
405 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600406 serviceNameList:
407 - namf-comm
408 - namf-evts
409 - namf-mt
410 - namf-loc
411 - namf-oam
412 servedGuamiList:
413 - plmnId:
414 mcc: 208
415 mnc: 93
416 amfId: cafe00
417 supportTaiList:
418 - plmnId:
419 mcc: 208
420 mnc: 93
421 tac: 1
422 plmnSupportList:
423 - plmnId:
424 mcc: 208
425 mnc: 93
426 snssaiList:
427 - sst: 1
428 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600429 supportDnnList:
430 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600431 security:
432 integrityOrder:
433 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600434 cipheringOrder:
435 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600436 networkName:
437 full: free5GC
438 short: free
Vijayab2309782021-04-15 22:55:31 +0530439 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
440 enable: true # append this IE in Registration accept or not
441 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
442 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
443 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
444 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
445 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
446 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
447 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
448 t3502Value: 720 # timer value (seconds) at UE side
449 t3512Value: 3600 # timer value (seconds) at UE side
450 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
451 # retransmission timer for paging message
452 t3513:
453 enable: true # true or false
454 expireTime: 6s # default is 6 seconds
455 maxRetryTimes: 4 # the max number of retransmission
456 # retransmission timer for NAS Deregistration Request message
457 t3522:
458 enable: true # true or false
459 expireTime: 6s # default is 6 seconds
460 maxRetryTimes: 4 # the max number of retransmission
461 # retransmission timer for NAS Registration Accept message
462 t3550:
463 enable: true # true or false
464 expireTime: 6s # default is 6 seconds
465 maxRetryTimes: 4 # the max number of retransmission
466 # retransmission timer for NAS Authentication Request/Security Mode Command message
467 t3560:
468 enable: true # true or false
469 expireTime: 6s # default is 6 seconds
470 maxRetryTimes: 4 # the max number of retransmission
471 # retransmission timer for NAS Notification message
472 t3565:
473 enable: true # true or false
474 expireTime: 6s # default is 6 seconds
475 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600476 nrf:
477 deploy: true
478 podAnnotations:
479 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
480 sbi:
481 port: 29510
482 nodePort:
483 enabled: false
484 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800485 cfgFiles:
486 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600487 nrfcfg.conf:
488 info:
489 version: 1.0.0
490 description: NRF initial local configuration
491 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600492 sbi:
493 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700494 bindingIPv4: "0.0.0.0"
495 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600496 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800497 mcc: 208
498 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600499 serviceNameList:
500 - nnrf-nfm
501 - nnrf-disc
502 smf:
503 deploy: true
504 podAnnotations:
505 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
506 n4:
507 port: 8805
508 nodePort:
509 enabled: false
510 port: 30021
511 prometheus:
512 port: 9089
513 nodePort:
514 enabled: false
515 port: 30084
516 sbi:
517 port: 29502
518 nodePort:
519 enabled: false
520 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800521 cfgFiles:
522 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600523 info:
524 version: 1.0.0
525 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800526 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600527 smfcfg.conf:
528 info:
529 version: 1.0.0
530 description: SMF initial local configuration
531 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000532 pfcp:
533 addr: "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600534 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800535 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600536 sbi:
537 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700538 bindingIPv4: "0.0.0.0"
539 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600540 tls:
541 key: gofree5gc/support/TLS/smf.key
542 pem: gofree5gc/support/TLS/smf.pem
543 serviceNameList:
544 - nsmf-pdusession
545 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530546 snssaiInfos:
547 - dnnInfos:
548 - dnn: internet
549 dns: # the IP address of DNS
550 ipv4: 8.8.8.8
551 ipv6: 2001:4860:4860::8888
552 ueSubnet: 10.250.0.0/16 # should be CIDR type
553 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600554 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530555 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600556 userplane_information:
557 up_nodes:
558 gNB1:
559 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800560 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600561 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800562 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530563 sNssaiUpfInfos: # S-NSSAI information list for this UPF
564 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
565 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500566 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530567 dnnUpfInfoList: # DNN information list for this S-NSSAI
568 - dnn: internet
569 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
570 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500571 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530572 dnnUpfInfoList: # DNN information list for this S-NSSAI
573 - dnn: internet
574 interfaces: # Interface list for this UPF
575 - interfaceType: N3 # the type of the interface (N3 or N9)
576 endpoints: # the IP address of this N3/N9 interface on this UPF
577 - upf
578 networkInstance: internet # Data Network Name (DNN)
579
Badhrinath987e1d82020-11-20 13:23:58 -0600580 links:
581 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800582 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600583 ausf:
584 deploy: true
585 podAnnotations:
586 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
587 prometheus:
588 port: 9089
589 nodePort:
590 enabled: false
591 port: 30084
592 sbi:
593 port: 29509
594 nodePort:
595 enabled: false
596 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800597 cfgFiles:
598 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600599 ausfcfg.conf:
600 info:
601 version: 1.0.0
602 description: AUSF initial local configuration
603 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800604 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600605 sbi:
606 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700607 bindingIPv4: "0.0.0.0"
608 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600609 serviceNameList:
610 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600611 plmnSupportList:
612 - mcc: 208
613 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600614 groupId: ausfGroup001