Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | images: |
| 6 | tags: |
| 7 | init: docker.io/omecproject/pod-init:1.0.0 |
badhrinath | c7549a6 | 2021-05-11 18:40:43 -0500 | [diff] [blame] | 8 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 17 | pullPolicy: IfNotPresent |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 18 | # Optionally specify an array of imagePullSecrets. |
| 19 | # Secrets must be manually created in the namespace. |
| 20 | pullSecrets: |
| 21 | - name: aether.registry |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 22 | |
| 23 | resources: |
| 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 | |
| 89 | mongodb: |
| 90 | deploy: true |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 91 | fullnameOverride: mongodb |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 92 | persistence: |
| 93 | enabled: false |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 94 | auth: |
| 95 | enabled: false |
| 96 | serviceAccount: |
| 97 | create: false |
| 98 | #clusterDomain: cluster.local |
| 99 | #architecture: replicaset |
| 100 | #replicaCount: 3 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 101 | |
| 102 | config: |
Ajay Lotan Thakur | 45ea2f9 | 2021-06-25 03:07:59 -0500 | [diff] [blame] | 103 | 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 Moon | c73636b | 2021-03-24 15:47:08 -0700 | [diff] [blame] | 106 | useExistingConfigMap: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 107 | coreDump: |
| 108 | enabled: false |
| 109 | path: /tmp/coredump |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 110 | mongodb: |
| 111 | name: free5gc |
| 112 | url: mongodb://mongodb |
badhrinath.pa@gmail.com | b918a80 | 2021-06-16 20:24:17 -0500 | [diff] [blame] | 113 | grpc: |
| 114 | golog_verbosity: "99" |
| 115 | severity: "info" |
| 116 | trace: "all" |
| 117 | verbosity: "debug" |
Ajay Lotan Thakur | ef182f4 | 2021-05-25 16:41:19 -0500 | [diff] [blame] | 118 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 188 | 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.com | b918a80 | 2021-06-16 20:24:17 -0500 | [diff] [blame] | 202 | grpc: |
| 203 | port: 9876 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 204 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 214 | webuicfg.conf: |
| 215 | info: |
| 216 | version: 1.0.0 |
| 217 | description: WebUI initial local configuration |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 218 | configuration: {} |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 219 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 233 | cfgFiles: |
| 234 | # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 235 | udmcfg.conf: |
| 236 | info: |
| 237 | version: 1.0.0 |
| 238 | description: UDM initial local configuration |
| 239 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 240 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 241 | serviceNameList: |
| 242 | - nudm-sdm |
| 243 | - nudm-uecm |
| 244 | - nudm-ueau |
| 245 | - nudm-ee |
| 246 | - nudm-pp |
| 247 | sbi: |
| 248 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 249 | bindingIPv4: "0.0.0.0" |
| 250 | registerIPv4: udm |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 251 | tls: |
| 252 | log: free5gc/udmsslkey.log |
| 253 | pem: free5gc/support/TLS/udm.pem |
| 254 | key: free5gc/support/TLS/udm.key |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 255 | keys: |
| 256 | udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650 |
| 257 | udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d |
| 258 | udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4 |
| 259 | udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 260 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 274 | cfgFiles: |
| 275 | # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 276 | udrcfg.conf: |
| 277 | info: |
| 278 | version: 1.0.0 |
| 279 | description: UDR initial local configuration |
| 280 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 281 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 282 | sbi: |
| 283 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 284 | bindingIPv4: "0.0.0.0" |
| 285 | registerIPv4: udr |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 286 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 300 | cfgFiles: |
| 301 | # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 302 | pcfcfg.conf: |
| 303 | info: |
| 304 | version: 1.0.0 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 305 | description: PCF initial local configuration |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 306 | configuration: |
| 307 | pcfName: PCF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 308 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 309 | sbi: |
| 310 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 311 | bindingIPv4: "0.0.0.0" |
| 312 | registerIPv4: pcf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 313 | defaultBdtRefId: BdtPolicyId- |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 314 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 337 | cfgFiles: |
| 338 | # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 339 | nssfcfg.conf: |
| 340 | info: |
| 341 | version: 1.0.0 |
| 342 | description: NSSF initial local configuration |
| 343 | configuration: |
| 344 | nssfName: NSSF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 345 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 346 | sbi: |
| 347 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 348 | bindingIPv4: "0.0.0.0" |
| 349 | registerIPv4: nssf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 350 | serviceNameList: |
| 351 | - nnssf-nsselection |
| 352 | - nnssf-nssaiavailability |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 353 | 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" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 363 | nsiList: |
| 364 | - snssai: |
| 365 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 366 | sd: "010203" |
| 367 | nsiInformationList: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 368 | - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 369 | nsiId: 22 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 370 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 383 | port: 30088 |
| 384 | ngapp: |
Hyunsun Moon | 841690e | 2021-05-20 19:26:03 -0700 | [diff] [blame] | 385 | #externalIp: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 386 | port: 38412 |
| 387 | nodePort: |
Pingping Lin | c119deb | 2021-03-04 13:21:52 -0800 | [diff] [blame] | 388 | enabled: true |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 389 | port: 30071 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 390 | cfgFiles: |
| 391 | # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 392 | amfcfg.conf: |
| 393 | info: |
| 394 | version: 1.0.0 |
| 395 | description: AMF initial local configuration |
| 396 | configuration: |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 397 | ngapIpList: |
| 398 | - "0.0.0.0" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 399 | amfName: AMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 400 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 401 | sbi: |
| 402 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 403 | bindingIPv4: "0.0.0.0" |
| 404 | registerIPv4: amf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 405 | serviceNameList: |
| 406 | - namf-comm |
| 407 | - namf-evts |
| 408 | - namf-mt |
| 409 | - namf-loc |
| 410 | - namf-oam |
| 411 | servedGuamiList: |
| 412 | - plmnId: |
| 413 | mcc: 208 |
| 414 | mnc: 93 |
| 415 | amfId: cafe00 |
| 416 | supportTaiList: |
| 417 | - plmnId: |
| 418 | mcc: 208 |
| 419 | mnc: 93 |
| 420 | tac: 1 |
| 421 | plmnSupportList: |
| 422 | - plmnId: |
| 423 | mcc: 208 |
| 424 | mnc: 93 |
| 425 | snssaiList: |
| 426 | - sst: 1 |
| 427 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 428 | supportDnnList: |
| 429 | - internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 430 | security: |
| 431 | integrityOrder: |
| 432 | - NIA2 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 433 | cipheringOrder: |
| 434 | - NEA0 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 435 | networkName: |
Ajay Lotan Thakur | 45ea2f9 | 2021-06-25 03:07:59 -0500 | [diff] [blame] | 436 | full: Aether5G |
| 437 | short: Aether |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 438 | networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501 |
| 439 | enable: true # append this IE in Registration accept or not |
| 440 | imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1) |
| 441 | emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3) |
| 442 | emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3) |
| 443 | iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1) |
| 444 | mpsi: 0 # MPS indicator (uinteger, range: 0~1) |
| 445 | emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1) |
| 446 | mcsi: 0 # MCS indicator (uinteger, range: 0~1) |
| 447 | t3502Value: 720 # timer value (seconds) at UE side |
| 448 | t3512Value: 3600 # timer value (seconds) at UE side |
| 449 | non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side |
| 450 | # retransmission timer for paging message |
| 451 | t3513: |
| 452 | enable: true # true or false |
| 453 | expireTime: 6s # default is 6 seconds |
| 454 | maxRetryTimes: 4 # the max number of retransmission |
| 455 | # retransmission timer for NAS Deregistration Request message |
| 456 | t3522: |
| 457 | enable: true # true or false |
| 458 | expireTime: 6s # default is 6 seconds |
| 459 | maxRetryTimes: 4 # the max number of retransmission |
| 460 | # retransmission timer for NAS Registration Accept message |
| 461 | t3550: |
| 462 | enable: true # true or false |
| 463 | expireTime: 6s # default is 6 seconds |
| 464 | maxRetryTimes: 4 # the max number of retransmission |
| 465 | # retransmission timer for NAS Authentication Request/Security Mode Command message |
| 466 | t3560: |
| 467 | enable: true # true or false |
| 468 | expireTime: 6s # default is 6 seconds |
| 469 | maxRetryTimes: 4 # the max number of retransmission |
| 470 | # retransmission timer for NAS Notification message |
| 471 | t3565: |
| 472 | enable: true # true or false |
| 473 | expireTime: 6s # default is 6 seconds |
| 474 | maxRetryTimes: 4 # the max number of retransmission |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 475 | nrf: |
| 476 | deploy: true |
| 477 | podAnnotations: |
| 478 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 479 | sbi: |
| 480 | port: 29510 |
| 481 | nodePort: |
| 482 | enabled: false |
| 483 | port: 30070 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 484 | cfgFiles: |
| 485 | # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 486 | nrfcfg.conf: |
| 487 | info: |
| 488 | version: 1.0.0 |
| 489 | description: NRF initial local configuration |
| 490 | configuration: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 491 | sbi: |
| 492 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 493 | bindingIPv4: "0.0.0.0" |
| 494 | registerIPv4: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 495 | DefaultPlmnId: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 496 | mcc: 208 |
| 497 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 498 | serviceNameList: |
| 499 | - nnrf-nfm |
| 500 | - nnrf-disc |
| 501 | smf: |
| 502 | deploy: true |
| 503 | podAnnotations: |
| 504 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 505 | n4: |
| 506 | port: 8805 |
| 507 | nodePort: |
| 508 | enabled: false |
| 509 | port: 30021 |
| 510 | prometheus: |
| 511 | port: 9089 |
| 512 | nodePort: |
| 513 | enabled: false |
| 514 | port: 30084 |
| 515 | sbi: |
| 516 | port: 29502 |
| 517 | nodePort: |
| 518 | enabled: false |
| 519 | port: 30080 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 520 | cfgFiles: |
| 521 | uerouting.conf: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 522 | info: |
| 523 | version: 1.0.0 |
| 524 | description: Routing information for UE |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 525 | # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 526 | smfcfg.conf: |
| 527 | info: |
| 528 | version: 1.0.0 |
| 529 | description: SMF initial local configuration |
| 530 | configuration: |
Hyunsun Moon | 858a109 | 2021-05-25 21:51:56 +0000 | [diff] [blame] | 531 | pfcp: |
Ajay Lotan Thakur | bb18706 | 2021-06-08 23:39:26 -0500 | [diff] [blame] | 532 | addr: "POD_IP" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 533 | smfName: SMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 534 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 535 | sbi: |
| 536 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 537 | bindingIPv4: "0.0.0.0" |
| 538 | registerIPv4: smf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 539 | tls: |
| 540 | key: gofree5gc/support/TLS/smf.key |
| 541 | pem: gofree5gc/support/TLS/smf.pem |
| 542 | serviceNameList: |
| 543 | - nsmf-pdusession |
| 544 | - nsmf-event-exposure |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 545 | snssaiInfos: |
| 546 | - dnnInfos: |
| 547 | - dnn: internet |
| 548 | dns: # the IP address of DNS |
| 549 | ipv4: 8.8.8.8 |
| 550 | ipv6: 2001:4860:4860::8888 |
badhrinath.pa@gmail.com | b918a80 | 2021-06-16 20:24:17 -0500 | [diff] [blame] | 551 | ueSubnet: 172.250.0.0/16 # should be CIDR type |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 552 | sNssai: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 553 | sd: "010203" |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 554 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 555 | userplane_information: |
| 556 | up_nodes: |
| 557 | gNB1: |
| 558 | type: AN |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 559 | UPF: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 560 | type: UPF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 561 | node_id: upf |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 562 | sNssaiUpfInfos: # S-NSSAI information list for this UPF |
| 563 | - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information) |
| 564 | sst: 1 # Slice/Service Type (uinteger, range: 0~255) |
Ajay Lotan Thakur | 88fea89 | 2021-05-24 19:05:18 -0500 | [diff] [blame] | 565 | sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 566 | dnnUpfInfoList: # DNN information list for this S-NSSAI |
| 567 | - dnn: internet |
| 568 | - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information) |
| 569 | sst: 1 # Slice/Service Type (uinteger, range: 0~255) |
Ajay Lotan Thakur | 88fea89 | 2021-05-24 19:05:18 -0500 | [diff] [blame] | 570 | sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 571 | dnnUpfInfoList: # DNN information list for this S-NSSAI |
| 572 | - dnn: internet |
| 573 | interfaces: # Interface list for this UPF |
| 574 | - interfaceType: N3 # the type of the interface (N3 or N9) |
| 575 | endpoints: # the IP address of this N3/N9 interface on this UPF |
| 576 | - upf |
| 577 | networkInstance: internet # Data Network Name (DNN) |
| 578 | |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 579 | links: |
| 580 | - A: gNB1 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 581 | B: UPF |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 582 | ausf: |
| 583 | deploy: true |
| 584 | podAnnotations: |
| 585 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 586 | prometheus: |
| 587 | port: 9089 |
| 588 | nodePort: |
| 589 | enabled: false |
| 590 | port: 30084 |
| 591 | sbi: |
| 592 | port: 29509 |
| 593 | nodePort: |
| 594 | enabled: false |
| 595 | port: 30082 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 596 | cfgFiles: |
| 597 | # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 598 | ausfcfg.conf: |
| 599 | info: |
| 600 | version: 1.0.0 |
| 601 | description: AUSF initial local configuration |
| 602 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 603 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 604 | sbi: |
| 605 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 606 | bindingIPv4: "0.0.0.0" |
| 607 | registerIPv4: ausf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 608 | serviceNameList: |
| 609 | - nausf-auth |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 610 | plmnSupportList: |
| 611 | - mcc: 208 |
| 612 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 613 | groupId: ausfGroup001 |