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: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 103 | coreDump: |
| 104 | enabled: false |
| 105 | path: /tmp/coredump |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 106 | mongodb: |
| 107 | name: free5gc |
| 108 | url: mongodb://mongodb |
| 109 | commonCfgFiles: |
| 110 | free5GC.conf: |
| 111 | logger: |
| 112 | # network function |
| 113 | AMF: |
| 114 | debugLevel: info |
| 115 | ReportCaller: false |
| 116 | SMF: |
| 117 | debugLevel: info |
| 118 | ReportCaller: false |
| 119 | UDR: |
| 120 | debugLevel: info |
| 121 | ReportCaller: false |
| 122 | UDM: |
| 123 | debugLevel: info |
| 124 | ReportCaller: false |
| 125 | NRF: |
| 126 | debugLevel: info |
| 127 | ReportCaller: false |
| 128 | PCF: |
| 129 | debugLevel: info |
| 130 | ReportCaller: false |
| 131 | AUSF: |
| 132 | debugLevel: info |
| 133 | ReportCaller: false |
| 134 | N3IWF: |
| 135 | debugLevel: info |
| 136 | ReportCaller: false |
| 137 | # library |
| 138 | NAS: |
| 139 | debugLevel: info |
| 140 | ReportCaller: false |
| 141 | FSM: |
| 142 | debugLevel: info |
| 143 | ReportCaller: false |
| 144 | NGAP: |
| 145 | debugLevel: info |
| 146 | ReportCaller: false |
| 147 | NamfComm: |
| 148 | debugLevel: info |
| 149 | ReportCaller: false |
| 150 | NamfEventExposure: |
| 151 | debugLevel: info |
| 152 | ReportCaller: false |
| 153 | NsmfPDUSession: |
| 154 | debugLevel: info |
| 155 | ReportCaller: false |
| 156 | NudrDataRepository: |
| 157 | debugLevel: info |
| 158 | ReportCaller: false |
| 159 | OpenApi: |
| 160 | debugLevel: info |
| 161 | ReportCaller: false |
| 162 | Aper: |
| 163 | debugLevel: info |
| 164 | ReportCaller: false |
| 165 | CommonConsumerTest: |
| 166 | debugLevel: info |
| 167 | ReportCaller: false |
| 168 | # webui |
| 169 | WEBUI: |
| 170 | debugLevel: info |
| 171 | ReportCaller: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 172 | webui: |
| 173 | deploy: true |
| 174 | podAnnotations: |
| 175 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 176 | prometheus: |
| 177 | port: 9089 |
| 178 | nodePort: |
| 179 | enabled: false |
| 180 | port: 30084 |
| 181 | urlport: |
| 182 | port: 5000 |
| 183 | nodePort: |
| 184 | enabled: false |
| 185 | port: 35000 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 186 | ingress: |
| 187 | enabled: false |
| 188 | hostname: free5gc.local |
| 189 | path: / |
| 190 | pathType: Prefix |
| 191 | # extraHosts: |
| 192 | # - host: free5gc.local |
| 193 | # path: / |
| 194 | cfgFiles: |
| 195 | # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 196 | webuicfg.conf: |
| 197 | info: |
| 198 | version: 1.0.0 |
| 199 | description: WebUI initial local configuration |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 200 | configuration: {} |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 201 | udm: |
| 202 | deploy: true |
| 203 | podAnnotations: |
| 204 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 205 | prometheus: |
| 206 | port: 9089 |
| 207 | nodePort: |
| 208 | enabled: false |
| 209 | port: 30084 |
| 210 | sbi: |
| 211 | port: 29503 |
| 212 | nodePort: |
| 213 | enabled: false |
| 214 | port: 30074 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 215 | cfgFiles: |
| 216 | # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 217 | udmcfg.conf: |
| 218 | info: |
| 219 | version: 1.0.0 |
| 220 | description: UDM initial local configuration |
| 221 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 222 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 223 | serviceNameList: |
| 224 | - nudm-sdm |
| 225 | - nudm-uecm |
| 226 | - nudm-ueau |
| 227 | - nudm-ee |
| 228 | - nudm-pp |
| 229 | sbi: |
| 230 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 231 | tls: |
| 232 | log: free5gc/udmsslkey.log |
| 233 | pem: free5gc/support/TLS/udm.pem |
| 234 | key: free5gc/support/TLS/udm.key |
| 235 | udrclient: |
| 236 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 237 | ipv4Addr: udr |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 238 | port: 29504 |
| 239 | nrfclient: |
| 240 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 241 | ipv4Addr: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 242 | port: 29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 243 | udr: |
| 244 | deploy: true |
| 245 | podAnnotations: |
| 246 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 247 | prometheus: |
| 248 | port: 9089 |
| 249 | nodePort: |
| 250 | enabled: false |
| 251 | port: 30084 |
| 252 | sbi: |
| 253 | port: 29504 |
| 254 | nodePort: |
| 255 | enabled: false |
| 256 | port: 30074 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 257 | cfgFiles: |
| 258 | # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 259 | udrcfg.conf: |
| 260 | info: |
| 261 | version: 1.0.0 |
| 262 | description: UDR initial local configuration |
| 263 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 264 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 265 | sbi: |
| 266 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 267 | pcf: |
| 268 | deploy: true |
| 269 | podAnnotations: |
| 270 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 271 | prometheus: |
| 272 | port: 9089 |
| 273 | nodePort: |
| 274 | enabled: false |
| 275 | port: 30084 |
| 276 | sbi: |
| 277 | port: 29507 |
| 278 | nodePort: |
| 279 | enabled: false |
| 280 | port: 30077 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 281 | cfgFiles: |
| 282 | # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 283 | pcfcfg.conf: |
| 284 | info: |
| 285 | version: 1.0.0 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 286 | description: PCF initial local configuration |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 287 | configuration: |
| 288 | pcfName: PCF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 289 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 290 | sbi: |
| 291 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 292 | defaultBdtRefId: BdtPolicyId- |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 293 | serviceList: |
| 294 | - serviceName: npcf-am-policy-control |
| 295 | - serviceName: npcf-smpolicycontrol |
| 296 | suppFeat: 3fff |
| 297 | - serviceName: npcf-bdtpolicycontrol |
| 298 | - serviceName: npcf-policyauthorization |
| 299 | suppFeat: 3 |
| 300 | - serviceName: npcf-eventexposure |
| 301 | - serviceName: npcf-ue-policy-control |
| 302 | nssf: |
| 303 | deploy: true |
| 304 | podAnnotations: |
| 305 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 306 | prometheus: |
| 307 | port: 9089 |
| 308 | nodePort: |
| 309 | enabled: false |
| 310 | port: 30084 |
| 311 | sbi: |
| 312 | port: 29531 |
| 313 | nodePort: |
| 314 | enabled: false |
| 315 | port: 30081 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 316 | cfgFiles: |
| 317 | # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 318 | nssfcfg.conf: |
| 319 | info: |
| 320 | version: 1.0.0 |
| 321 | description: NSSF initial local configuration |
| 322 | configuration: |
| 323 | nssfName: NSSF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 324 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 325 | sbi: |
| 326 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 327 | serviceNameList: |
| 328 | - nnssf-nsselection |
| 329 | - nnssf-nssaiavailability |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 330 | supportedPlmnList: |
| 331 | - mcc: 208 |
| 332 | mnc: 93 |
| 333 | supportedNssaiInPlmnList: |
| 334 | - plmnId: |
| 335 | mcc: 208 |
| 336 | mnc: 93 |
| 337 | supportedSnssaiList: |
| 338 | - sst: 1 |
| 339 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 340 | nsiList: |
| 341 | - snssai: |
| 342 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 343 | sd: "010203" |
| 344 | nsiInformationList: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 345 | - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 346 | nsiId: 22 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 347 | amf: |
| 348 | deploy: true |
| 349 | podAnnotations: |
| 350 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 351 | prometheus: |
| 352 | port: 9089 |
| 353 | nodePort: |
| 354 | enabled: false |
| 355 | port: 30084 |
| 356 | sbi: |
| 357 | port: 29518 |
| 358 | nodePort: |
| 359 | enabled: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 360 | port: 30088 |
| 361 | ngapp: |
| 362 | port: 38412 |
| 363 | nodePort: |
| 364 | enabled: false |
| 365 | port: 30071 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 366 | cfgFiles: |
| 367 | # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 368 | amfcfg.conf: |
| 369 | info: |
| 370 | version: 1.0.0 |
| 371 | description: AMF initial local configuration |
| 372 | configuration: |
| 373 | amfName: AMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 374 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 375 | sbi: |
| 376 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 377 | serviceNameList: |
| 378 | - namf-comm |
| 379 | - namf-evts |
| 380 | - namf-mt |
| 381 | - namf-loc |
| 382 | - namf-oam |
| 383 | servedGuamiList: |
| 384 | - plmnId: |
| 385 | mcc: 208 |
| 386 | mnc: 93 |
| 387 | amfId: cafe00 |
| 388 | supportTaiList: |
| 389 | - plmnId: |
| 390 | mcc: 208 |
| 391 | mnc: 93 |
| 392 | tac: 1 |
| 393 | plmnSupportList: |
| 394 | - plmnId: |
| 395 | mcc: 208 |
| 396 | mnc: 93 |
| 397 | snssaiList: |
| 398 | - sst: 1 |
| 399 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 400 | supportDnnList: |
| 401 | - internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 402 | security: |
| 403 | integrityOrder: |
| 404 | - NIA2 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 405 | cipheringOrder: |
| 406 | - NEA0 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 407 | networkName: |
| 408 | full: free5GC |
| 409 | short: free |
| 410 | t3502: 720 |
| 411 | t3512: 3600 |
| 412 | non3gppDeregistrationTimer: 3240 |
| 413 | nrf: |
| 414 | deploy: true |
| 415 | podAnnotations: |
| 416 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 417 | sbi: |
| 418 | port: 29510 |
| 419 | nodePort: |
| 420 | enabled: false |
| 421 | port: 30070 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 422 | cfgFiles: |
| 423 | # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 424 | nrfcfg.conf: |
| 425 | info: |
| 426 | version: 1.0.0 |
| 427 | description: NRF initial local configuration |
| 428 | configuration: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 429 | sbi: |
| 430 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 431 | DefaultPlmnId: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 432 | mcc: 208 |
| 433 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 434 | serviceNameList: |
| 435 | - nnrf-nfm |
| 436 | - nnrf-disc |
| 437 | smf: |
| 438 | deploy: true |
| 439 | podAnnotations: |
| 440 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 441 | n4: |
| 442 | port: 8805 |
| 443 | nodePort: |
| 444 | enabled: false |
| 445 | port: 30021 |
| 446 | prometheus: |
| 447 | port: 9089 |
| 448 | nodePort: |
| 449 | enabled: false |
| 450 | port: 30084 |
| 451 | sbi: |
| 452 | port: 29502 |
| 453 | nodePort: |
| 454 | enabled: false |
| 455 | port: 30080 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 456 | cfgFiles: |
| 457 | uerouting.conf: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 458 | info: |
| 459 | version: 1.0.0 |
| 460 | description: Routing information for UE |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 461 | # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 462 | smfcfg.conf: |
| 463 | info: |
| 464 | version: 1.0.0 |
| 465 | description: SMF initial local configuration |
| 466 | configuration: |
| 467 | smfName: SMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 468 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 469 | sbi: |
| 470 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 471 | tls: |
| 472 | key: gofree5gc/support/TLS/smf.key |
| 473 | pem: gofree5gc/support/TLS/smf.pem |
| 474 | serviceNameList: |
| 475 | - nsmf-pdusession |
| 476 | - nsmf-event-exposure |
| 477 | snssai_info: |
| 478 | - sNssai: |
| 479 | sst: 1 |
| 480 | sd: "010203" |
| 481 | dnnSmfInfoList: |
| 482 | - dnn: internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 483 | userplane_information: |
| 484 | up_nodes: |
| 485 | gNB1: |
| 486 | type: AN |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 487 | UPF: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 488 | type: UPF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 489 | node_id: upf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 490 | links: |
| 491 | - A: gNB1 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 492 | B: UPF |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 493 | dnn: |
| 494 | internet: |
| 495 | dns: |
| 496 | ipv4: 8.8.8.8 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 497 | ue_subnet: 10.250.0.0/16 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 498 | ulcl: false |
| 499 | ausf: |
| 500 | deploy: true |
| 501 | podAnnotations: |
| 502 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 503 | prometheus: |
| 504 | port: 9089 |
| 505 | nodePort: |
| 506 | enabled: false |
| 507 | port: 30084 |
| 508 | sbi: |
| 509 | port: 29509 |
| 510 | nodePort: |
| 511 | enabled: false |
| 512 | port: 30082 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 513 | cfgFiles: |
| 514 | # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 515 | ausfcfg.conf: |
| 516 | info: |
| 517 | version: 1.0.0 |
| 518 | description: AUSF initial local configuration |
| 519 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 520 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 521 | sbi: |
| 522 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 523 | serviceNameList: |
| 524 | - nausf-auth |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 525 | plmnSupportList: |
| 526 | - mcc: 208 |
| 527 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 528 | groupId: ausfGroup001 |