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: |
Hyunsun Moon | 858a109 | 2021-05-25 21:51:56 +0000 | [diff] [blame] | 307 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 310 | pcfName: PCF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 311 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 312 | sbi: |
| 313 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 314 | bindingIPv4: "0.0.0.0" |
| 315 | registerIPv4: pcf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 316 | defaultBdtRefId: BdtPolicyId- |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 317 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 340 | cfgFiles: |
| 341 | # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 342 | nssfcfg.conf: |
| 343 | info: |
| 344 | version: 1.0.0 |
| 345 | description: NSSF initial local configuration |
| 346 | configuration: |
| 347 | nssfName: NSSF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 348 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 349 | sbi: |
| 350 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 351 | bindingIPv4: "0.0.0.0" |
| 352 | registerIPv4: nssf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 353 | serviceNameList: |
| 354 | - nnssf-nsselection |
| 355 | - nnssf-nssaiavailability |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 356 | 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" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 366 | nsiList: |
| 367 | - snssai: |
| 368 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 369 | sd: "010203" |
| 370 | nsiInformationList: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 371 | - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 372 | nsiId: 22 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 373 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 386 | port: 30088 |
| 387 | ngapp: |
Hyunsun Moon | 841690e | 2021-05-20 19:26:03 -0700 | [diff] [blame] | 388 | #externalIp: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 389 | port: 38412 |
| 390 | nodePort: |
Pingping Lin | c119deb | 2021-03-04 13:21:52 -0800 | [diff] [blame] | 391 | enabled: true |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 392 | port: 30071 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 393 | cfgFiles: |
| 394 | # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 395 | amfcfg.conf: |
| 396 | info: |
| 397 | version: 1.0.0 |
| 398 | description: AMF initial local configuration |
| 399 | configuration: |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 400 | ngapIpList: |
| 401 | - "0.0.0.0" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 402 | amfName: AMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 403 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 404 | sbi: |
| 405 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 406 | bindingIPv4: "0.0.0.0" |
| 407 | registerIPv4: amf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 408 | 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" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 431 | supportDnnList: |
| 432 | - internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 433 | security: |
| 434 | integrityOrder: |
| 435 | - NIA2 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 436 | cipheringOrder: |
| 437 | - NEA0 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 438 | networkName: |
Ajay Lotan Thakur | 45ea2f9 | 2021-06-25 03:07:59 -0500 | [diff] [blame] | 439 | full: Aether5G |
| 440 | short: Aether |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 441 | 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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 478 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 487 | cfgFiles: |
| 488 | # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 489 | nrfcfg.conf: |
| 490 | info: |
| 491 | version: 1.0.0 |
| 492 | description: NRF initial local configuration |
| 493 | configuration: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 494 | sbi: |
| 495 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 496 | bindingIPv4: "0.0.0.0" |
| 497 | registerIPv4: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 498 | DefaultPlmnId: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 499 | mcc: 208 |
| 500 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 501 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 523 | cfgFiles: |
| 524 | uerouting.conf: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 525 | info: |
| 526 | version: 1.0.0 |
| 527 | description: Routing information for UE |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 528 | # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 529 | smfcfg.conf: |
| 530 | info: |
| 531 | version: 1.0.0 |
| 532 | description: SMF initial local configuration |
| 533 | configuration: |
Hyunsun Moon | 858a109 | 2021-05-25 21:51:56 +0000 | [diff] [blame] | 534 | pfcp: |
Ajay Lotan Thakur | bb18706 | 2021-06-08 23:39:26 -0500 | [diff] [blame] | 535 | addr: "POD_IP" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 536 | smfName: SMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 537 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 538 | sbi: |
| 539 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 540 | bindingIPv4: "0.0.0.0" |
| 541 | registerIPv4: smf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 542 | tls: |
| 543 | key: gofree5gc/support/TLS/smf.key |
| 544 | pem: gofree5gc/support/TLS/smf.pem |
| 545 | serviceNameList: |
| 546 | - nsmf-pdusession |
| 547 | - nsmf-event-exposure |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 548 | 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.com | b918a80 | 2021-06-16 20:24:17 -0500 | [diff] [blame] | 554 | ueSubnet: 172.250.0.0/16 # should be CIDR type |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 555 | sNssai: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 556 | sd: "010203" |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 557 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 558 | userplane_information: |
| 559 | up_nodes: |
| 560 | gNB1: |
| 561 | type: AN |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 562 | UPF: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 563 | type: UPF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 564 | node_id: upf |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 565 | 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 Thakur | 88fea89 | 2021-05-24 19:05:18 -0500 | [diff] [blame] | 568 | sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 569 | 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 Thakur | 88fea89 | 2021-05-24 19:05:18 -0500 | [diff] [blame] | 573 | sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF) |
Vijaya | b230978 | 2021-04-15 22:55:31 +0530 | [diff] [blame] | 574 | 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 | |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 582 | links: |
| 583 | - A: gNB1 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 584 | B: UPF |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 585 | 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 Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 599 | cfgFiles: |
| 600 | # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 601 | ausfcfg.conf: |
| 602 | info: |
| 603 | version: 1.0.0 |
| 604 | description: AUSF initial local configuration |
| 605 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 606 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 607 | sbi: |
| 608 | scheme: http |
root | d623d5b | 2021-03-11 09:06:34 -0700 | [diff] [blame] | 609 | bindingIPv4: "0.0.0.0" |
| 610 | registerIPv4: ausf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 611 | serviceNameList: |
| 612 | - nausf-auth |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 613 | plmnSupportList: |
| 614 | - mcc: 208 |
| 615 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 616 | groupId: ausfGroup001 |