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 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 8 | amf: registry.aetherproject.org/omecproject/5gc-amf:onf-master-latest |
| 9 | nrf: registry.aetherproject.org/omecproject/5gc-nrf:onf-master-latest |
| 10 | smf: registry.aetherproject.org/omecproject/5gc-smf:onf-master-latest |
| 11 | ausf: registry.aetherproject.org/omecproject/5gc-ausf:onf-master-latest |
| 12 | nssf: registry.aetherproject.org/omecproject/5gc-nssf:onf-master-latest |
| 13 | pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-master-latest |
| 14 | udr: registry.aetherproject.org/omecproject/5gc-udr:onf-master-latest |
| 15 | udm: registry.aetherproject.org/omecproject/5gc-udm:onf-master-latest |
| 16 | webui: registry.aetherproject.org/omecproject/5gc-webui:onf-master-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: |
Hyunsun Moon | c73636b | 2021-03-24 15:47:08 -0700 | [diff] [blame] | 103 | useExistingConfigMap: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 104 | coreDump: |
| 105 | enabled: false |
| 106 | path: /tmp/coredump |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 107 | 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 |
| 169 | # webui |
| 170 | WEBUI: |
| 171 | debugLevel: info |
| 172 | ReportCaller: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 173 | webui: |
| 174 | deploy: true |
| 175 | podAnnotations: |
| 176 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 177 | prometheus: |
| 178 | port: 9089 |
| 179 | nodePort: |
| 180 | enabled: false |
| 181 | port: 30084 |
| 182 | urlport: |
| 183 | port: 5000 |
| 184 | nodePort: |
| 185 | enabled: false |
| 186 | port: 35000 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 187 | ingress: |
| 188 | enabled: false |
| 189 | hostname: free5gc.local |
| 190 | path: / |
| 191 | pathType: Prefix |
| 192 | # extraHosts: |
| 193 | # - host: free5gc.local |
| 194 | # path: / |
| 195 | cfgFiles: |
| 196 | # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 197 | webuicfg.conf: |
| 198 | info: |
| 199 | version: 1.0.0 |
| 200 | description: WebUI initial local configuration |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 201 | configuration: {} |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 202 | udm: |
| 203 | deploy: true |
| 204 | podAnnotations: |
| 205 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 206 | prometheus: |
| 207 | port: 9089 |
| 208 | nodePort: |
| 209 | enabled: false |
| 210 | port: 30084 |
| 211 | sbi: |
| 212 | port: 29503 |
| 213 | nodePort: |
| 214 | enabled: false |
| 215 | port: 30074 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 216 | cfgFiles: |
| 217 | # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 218 | udmcfg.conf: |
| 219 | info: |
| 220 | version: 1.0.0 |
| 221 | description: UDM initial local configuration |
| 222 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 223 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 224 | serviceNameList: |
| 225 | - nudm-sdm |
| 226 | - nudm-uecm |
| 227 | - nudm-ueau |
| 228 | - nudm-ee |
| 229 | - nudm-pp |
| 230 | sbi: |
| 231 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 232 | bindingIPv4: "0.0.0.0" |
| 233 | registerIPv4: udm |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 234 | tls: |
| 235 | log: free5gc/udmsslkey.log |
| 236 | pem: free5gc/support/TLS/udm.pem |
| 237 | key: free5gc/support/TLS/udm.key |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 238 | keys: |
| 239 | udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650 |
| 240 | udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d |
| 241 | udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4 |
| 242 | udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 243 | udrclient: |
| 244 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 245 | ipv4Addr: udr |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 246 | port: 29504 |
| 247 | nrfclient: |
| 248 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 249 | ipv4Addr: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 250 | port: 29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 251 | udr: |
| 252 | deploy: true |
| 253 | podAnnotations: |
| 254 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 255 | prometheus: |
| 256 | port: 9089 |
| 257 | nodePort: |
| 258 | enabled: false |
| 259 | port: 30084 |
| 260 | sbi: |
| 261 | port: 29504 |
| 262 | nodePort: |
| 263 | enabled: false |
| 264 | port: 30074 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 265 | cfgFiles: |
| 266 | # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 267 | udrcfg.conf: |
| 268 | info: |
| 269 | version: 1.0.0 |
| 270 | description: UDR initial local configuration |
| 271 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 272 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 273 | sbi: |
| 274 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 275 | bindingIPv4: "0.0.0.0" |
| 276 | registerIPv4: udr |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 277 | pcf: |
| 278 | deploy: true |
| 279 | podAnnotations: |
| 280 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 281 | prometheus: |
| 282 | port: 9089 |
| 283 | nodePort: |
| 284 | enabled: false |
| 285 | port: 30084 |
| 286 | sbi: |
| 287 | port: 29507 |
| 288 | nodePort: |
| 289 | enabled: false |
| 290 | port: 30077 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 291 | cfgFiles: |
| 292 | # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 293 | pcfcfg.conf: |
| 294 | info: |
| 295 | version: 1.0.0 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 296 | description: PCF initial local configuration |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 297 | configuration: |
| 298 | pcfName: PCF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 299 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 300 | sbi: |
| 301 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 302 | bindingIPv4: "0.0.0.0" |
| 303 | registerIPv4: pcf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 304 | defaultBdtRefId: BdtPolicyId- |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 305 | serviceList: |
| 306 | - serviceName: npcf-am-policy-control |
| 307 | - serviceName: npcf-smpolicycontrol |
| 308 | suppFeat: 3fff |
| 309 | - serviceName: npcf-bdtpolicycontrol |
| 310 | - serviceName: npcf-policyauthorization |
| 311 | suppFeat: 3 |
| 312 | - serviceName: npcf-eventexposure |
| 313 | - serviceName: npcf-ue-policy-control |
| 314 | nssf: |
| 315 | deploy: true |
| 316 | podAnnotations: |
| 317 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 318 | prometheus: |
| 319 | port: 9089 |
| 320 | nodePort: |
| 321 | enabled: false |
| 322 | port: 30084 |
| 323 | sbi: |
| 324 | port: 29531 |
| 325 | nodePort: |
| 326 | enabled: false |
| 327 | port: 30081 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 328 | cfgFiles: |
| 329 | # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 330 | nssfcfg.conf: |
| 331 | info: |
| 332 | version: 1.0.0 |
| 333 | description: NSSF initial local configuration |
| 334 | configuration: |
| 335 | nssfName: NSSF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 336 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 337 | sbi: |
| 338 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 339 | bindingIPv4: "0.0.0.0" |
| 340 | registerIPv4: nssf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 341 | serviceNameList: |
| 342 | - nnssf-nsselection |
| 343 | - nnssf-nssaiavailability |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 344 | supportedPlmnList: |
| 345 | - mcc: 208 |
| 346 | mnc: 93 |
| 347 | supportedNssaiInPlmnList: |
| 348 | - plmnId: |
| 349 | mcc: 208 |
| 350 | mnc: 93 |
| 351 | supportedSnssaiList: |
| 352 | - sst: 1 |
| 353 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 354 | nsiList: |
| 355 | - snssai: |
| 356 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 357 | sd: "010203" |
| 358 | nsiInformationList: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 359 | - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 360 | nsiId: 22 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 361 | amf: |
| 362 | deploy: true |
| 363 | podAnnotations: |
| 364 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 365 | prometheus: |
| 366 | port: 9089 |
| 367 | nodePort: |
| 368 | enabled: false |
| 369 | port: 30084 |
| 370 | sbi: |
| 371 | port: 29518 |
| 372 | nodePort: |
| 373 | enabled: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 374 | port: 30088 |
| 375 | ngapp: |
| 376 | port: 38412 |
| 377 | nodePort: |
Pingping Lin | c119deb | 2021-03-04 13:21:52 -0800 | [diff] [blame] | 378 | enabled: true |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 379 | port: 30071 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 380 | cfgFiles: |
| 381 | # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 382 | amfcfg.conf: |
| 383 | info: |
| 384 | version: 1.0.0 |
| 385 | description: AMF initial local configuration |
Vijaya | b3bc914 | 2021-05-05 23:28:58 +0530 | [diff] [blame] | 386 | logger: |
| 387 | AMF: |
| 388 | debugLevel: info |
| 389 | ReportCaller: false |
| 390 | NAS: |
| 391 | debugLevel: info |
| 392 | ReportCaller: false |
| 393 | FSM: |
| 394 | debugLevel: info |
| 395 | ReportCaller: false |
| 396 | NGAP: |
| 397 | debugLevel: info |
| 398 | ReportCaller: false |
| 399 | Aper: |
| 400 | debugLevel: info |
| 401 | ReportCaller: false |
| 402 | PathUtil: |
| 403 | debugLevel: info |
| 404 | ReportCaller: false |
| 405 | OpenApi: |
| 406 | debugLevel: info |
| 407 | ReportCaller: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 408 | configuration: |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 409 | ngapIpList: |
| 410 | - "0.0.0.0" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 411 | amfName: AMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 412 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 413 | sbi: |
| 414 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 415 | bindingIPv4: "0.0.0.0" |
| 416 | registerIPv4: amf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 417 | serviceNameList: |
| 418 | - namf-comm |
| 419 | - namf-evts |
| 420 | - namf-mt |
| 421 | - namf-loc |
| 422 | - namf-oam |
| 423 | servedGuamiList: |
| 424 | - plmnId: |
| 425 | mcc: 208 |
| 426 | mnc: 93 |
| 427 | amfId: cafe00 |
| 428 | supportTaiList: |
| 429 | - plmnId: |
| 430 | mcc: 208 |
| 431 | mnc: 93 |
| 432 | tac: 1 |
| 433 | plmnSupportList: |
| 434 | - plmnId: |
| 435 | mcc: 208 |
| 436 | mnc: 93 |
| 437 | snssaiList: |
| 438 | - sst: 1 |
| 439 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 440 | supportDnnList: |
| 441 | - internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 442 | security: |
| 443 | integrityOrder: |
| 444 | - NIA2 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 445 | cipheringOrder: |
| 446 | - NEA0 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 447 | networkName: |
| 448 | full: free5GC |
| 449 | short: free |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 450 | networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501 |
| 451 | enable: true # append this IE in Registration accept or not |
| 452 | imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1) |
| 453 | emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3) |
| 454 | emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3) |
| 455 | iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1) |
| 456 | mpsi: 0 # MPS indicator (uinteger, range: 0~1) |
| 457 | emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1) |
| 458 | mcsi: 0 # MCS indicator (uinteger, range: 0~1) |
| 459 | t3502Value: 720 # timer value (seconds) at UE side |
| 460 | t3512Value: 3600 # timer value (seconds) at UE side |
| 461 | non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side |
| 462 | # retransmission timer for paging message |
| 463 | t3513: |
| 464 | enable: true # true or false |
| 465 | expireTime: 6s # default is 6 seconds |
| 466 | maxRetryTimes: 4 # the max number of retransmission |
| 467 | # retransmission timer for NAS Deregistration Request message |
| 468 | t3522: |
| 469 | enable: true # true or false |
| 470 | expireTime: 6s # default is 6 seconds |
| 471 | maxRetryTimes: 4 # the max number of retransmission |
| 472 | # retransmission timer for NAS Registration Accept message |
| 473 | t3550: |
| 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 Authentication Request/Security Mode Command message |
| 478 | t3560: |
| 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 Notification message |
| 483 | t3565: |
| 484 | enable: true # true or false |
| 485 | expireTime: 6s # default is 6 seconds |
| 486 | maxRetryTimes: 4 # the max number of retransmission |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 487 | nrf: |
| 488 | deploy: true |
| 489 | podAnnotations: |
| 490 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 491 | sbi: |
| 492 | port: 29510 |
| 493 | nodePort: |
| 494 | enabled: false |
| 495 | port: 30070 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 496 | cfgFiles: |
| 497 | # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 498 | nrfcfg.conf: |
| 499 | info: |
| 500 | version: 1.0.0 |
| 501 | description: NRF initial local configuration |
| 502 | configuration: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 503 | sbi: |
| 504 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 505 | bindingIPv4: "0.0.0.0" |
| 506 | registerIPv4: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 507 | DefaultPlmnId: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 508 | mcc: 208 |
| 509 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 510 | serviceNameList: |
| 511 | - nnrf-nfm |
| 512 | - nnrf-disc |
| 513 | smf: |
| 514 | deploy: true |
| 515 | podAnnotations: |
| 516 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 517 | n4: |
| 518 | port: 8805 |
| 519 | nodePort: |
| 520 | enabled: false |
| 521 | port: 30021 |
| 522 | prometheus: |
| 523 | port: 9089 |
| 524 | nodePort: |
| 525 | enabled: false |
| 526 | port: 30084 |
| 527 | sbi: |
| 528 | port: 29502 |
| 529 | nodePort: |
| 530 | enabled: false |
| 531 | port: 30080 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 532 | cfgFiles: |
| 533 | uerouting.conf: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 534 | info: |
| 535 | version: 1.0.0 |
| 536 | description: Routing information for UE |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 537 | # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 538 | smfcfg.conf: |
| 539 | info: |
| 540 | version: 1.0.0 |
| 541 | description: SMF initial local configuration |
| 542 | configuration: |
| 543 | smfName: SMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 544 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 545 | sbi: |
| 546 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 547 | bindingIPv4: "0.0.0.0" |
| 548 | registerIPv4: smf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 549 | tls: |
| 550 | key: gofree5gc/support/TLS/smf.key |
| 551 | pem: gofree5gc/support/TLS/smf.pem |
| 552 | serviceNameList: |
| 553 | - nsmf-pdusession |
| 554 | - nsmf-event-exposure |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 555 | snssaiInfos: |
| 556 | - dnnInfos: |
| 557 | - dnn: internet |
| 558 | dns: # the IP address of DNS |
| 559 | ipv4: 8.8.8.8 |
| 560 | ipv6: 2001:4860:4860::8888 |
| 561 | ueSubnet: 10.250.0.0/16 # should be CIDR type |
| 562 | sNssai: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 563 | sd: "010203" |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 564 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 565 | userplane_information: |
| 566 | up_nodes: |
| 567 | gNB1: |
| 568 | type: AN |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 569 | UPF: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 570 | type: UPF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 571 | node_id: upf |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 572 | sNssaiUpfInfos: # S-NSSAI information list for this UPF |
| 573 | - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information) |
| 574 | sst: 1 # Slice/Service Type (uinteger, range: 0~255) |
| 575 | sd: 010203 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
| 576 | dnnUpfInfoList: # DNN information list for this S-NSSAI |
| 577 | - dnn: internet |
| 578 | - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information) |
| 579 | sst: 1 # Slice/Service Type (uinteger, range: 0~255) |
| 580 | sd: 112233 # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
| 581 | dnnUpfInfoList: # DNN information list for this S-NSSAI |
| 582 | - dnn: internet |
| 583 | interfaces: # Interface list for this UPF |
| 584 | - interfaceType: N3 # the type of the interface (N3 or N9) |
| 585 | endpoints: # the IP address of this N3/N9 interface on this UPF |
| 586 | - upf |
| 587 | networkInstance: internet # Data Network Name (DNN) |
| 588 | |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 589 | links: |
| 590 | - A: gNB1 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 591 | B: UPF |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 592 | ausf: |
| 593 | deploy: true |
| 594 | podAnnotations: |
| 595 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 596 | prometheus: |
| 597 | port: 9089 |
| 598 | nodePort: |
| 599 | enabled: false |
| 600 | port: 30084 |
| 601 | sbi: |
| 602 | port: 29509 |
| 603 | nodePort: |
| 604 | enabled: false |
| 605 | port: 30082 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 606 | cfgFiles: |
| 607 | # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 608 | ausfcfg.conf: |
| 609 | info: |
| 610 | version: 1.0.0 |
| 611 | description: AUSF initial local configuration |
| 612 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 613 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 614 | sbi: |
| 615 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 616 | bindingIPv4: "0.0.0.0" |
| 617 | registerIPv4: ausf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 618 | serviceNameList: |
| 619 | - nausf-auth |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 620 | plmnSupportList: |
| 621 | - mcc: 208 |
| 622 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 623 | groupId: ausfGroup001 |