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 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 232 | tls: |
| 233 | log: free5gc/udmsslkey.log |
| 234 | pem: free5gc/support/TLS/udm.pem |
| 235 | key: free5gc/support/TLS/udm.key |
| 236 | udrclient: |
| 237 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 238 | ipv4Addr: udr |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 239 | port: 29504 |
| 240 | nrfclient: |
| 241 | scheme: http |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 242 | ipv4Addr: nrf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 243 | port: 29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 244 | udr: |
| 245 | deploy: true |
| 246 | podAnnotations: |
| 247 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 248 | prometheus: |
| 249 | port: 9089 |
| 250 | nodePort: |
| 251 | enabled: false |
| 252 | port: 30084 |
| 253 | sbi: |
| 254 | port: 29504 |
| 255 | nodePort: |
| 256 | enabled: false |
| 257 | port: 30074 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 258 | cfgFiles: |
| 259 | # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 260 | udrcfg.conf: |
| 261 | info: |
| 262 | version: 1.0.0 |
| 263 | description: UDR initial local configuration |
| 264 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 265 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 266 | sbi: |
| 267 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 268 | pcf: |
| 269 | deploy: true |
| 270 | podAnnotations: |
| 271 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 272 | prometheus: |
| 273 | port: 9089 |
| 274 | nodePort: |
| 275 | enabled: false |
| 276 | port: 30084 |
| 277 | sbi: |
| 278 | port: 29507 |
| 279 | nodePort: |
| 280 | enabled: false |
| 281 | port: 30077 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 282 | cfgFiles: |
| 283 | # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 284 | pcfcfg.conf: |
| 285 | info: |
| 286 | version: 1.0.0 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 287 | description: PCF initial local configuration |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 288 | configuration: |
| 289 | pcfName: PCF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 290 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 291 | sbi: |
| 292 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 293 | defaultBdtRefId: BdtPolicyId- |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 294 | serviceList: |
| 295 | - serviceName: npcf-am-policy-control |
| 296 | - serviceName: npcf-smpolicycontrol |
| 297 | suppFeat: 3fff |
| 298 | - serviceName: npcf-bdtpolicycontrol |
| 299 | - serviceName: npcf-policyauthorization |
| 300 | suppFeat: 3 |
| 301 | - serviceName: npcf-eventexposure |
| 302 | - serviceName: npcf-ue-policy-control |
| 303 | nssf: |
| 304 | deploy: true |
| 305 | podAnnotations: |
| 306 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 307 | prometheus: |
| 308 | port: 9089 |
| 309 | nodePort: |
| 310 | enabled: false |
| 311 | port: 30084 |
| 312 | sbi: |
| 313 | port: 29531 |
| 314 | nodePort: |
| 315 | enabled: false |
| 316 | port: 30081 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 317 | cfgFiles: |
| 318 | # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 319 | nssfcfg.conf: |
| 320 | info: |
| 321 | version: 1.0.0 |
| 322 | description: NSSF initial local configuration |
| 323 | configuration: |
| 324 | nssfName: NSSF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 325 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 326 | sbi: |
| 327 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 328 | serviceNameList: |
| 329 | - nnssf-nsselection |
| 330 | - nnssf-nssaiavailability |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 331 | supportedPlmnList: |
| 332 | - mcc: 208 |
| 333 | mnc: 93 |
| 334 | supportedNssaiInPlmnList: |
| 335 | - plmnId: |
| 336 | mcc: 208 |
| 337 | mnc: 93 |
| 338 | supportedSnssaiList: |
| 339 | - sst: 1 |
| 340 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 341 | nsiList: |
| 342 | - snssai: |
| 343 | sst: 1 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 344 | sd: "010203" |
| 345 | nsiInformationList: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 346 | - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 347 | nsiId: 22 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 348 | amf: |
| 349 | deploy: true |
| 350 | podAnnotations: |
| 351 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 352 | prometheus: |
| 353 | port: 9089 |
| 354 | nodePort: |
| 355 | enabled: false |
| 356 | port: 30084 |
| 357 | sbi: |
| 358 | port: 29518 |
| 359 | nodePort: |
| 360 | enabled: false |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 361 | port: 30088 |
| 362 | ngapp: |
| 363 | port: 38412 |
| 364 | nodePort: |
Pingping Lin | c119deb | 2021-03-04 13:21:52 -0800 | [diff] [blame] | 365 | enabled: true |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 366 | port: 30071 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 367 | cfgFiles: |
| 368 | # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 369 | amfcfg.conf: |
| 370 | info: |
| 371 | version: 1.0.0 |
| 372 | description: AMF initial local configuration |
| 373 | configuration: |
| 374 | amfName: AMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 375 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 376 | sbi: |
| 377 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 378 | serviceNameList: |
| 379 | - namf-comm |
| 380 | - namf-evts |
| 381 | - namf-mt |
| 382 | - namf-loc |
| 383 | - namf-oam |
| 384 | servedGuamiList: |
| 385 | - plmnId: |
| 386 | mcc: 208 |
| 387 | mnc: 93 |
| 388 | amfId: cafe00 |
| 389 | supportTaiList: |
| 390 | - plmnId: |
| 391 | mcc: 208 |
| 392 | mnc: 93 |
| 393 | tac: 1 |
| 394 | plmnSupportList: |
| 395 | - plmnId: |
| 396 | mcc: 208 |
| 397 | mnc: 93 |
| 398 | snssaiList: |
| 399 | - sst: 1 |
| 400 | sd: "010203" |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 401 | supportDnnList: |
| 402 | - internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 403 | security: |
| 404 | integrityOrder: |
| 405 | - NIA2 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 406 | cipheringOrder: |
| 407 | - NEA0 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 408 | networkName: |
| 409 | full: free5GC |
| 410 | short: free |
| 411 | t3502: 720 |
| 412 | t3512: 3600 |
| 413 | non3gppDeregistrationTimer: 3240 |
| 414 | nrf: |
| 415 | deploy: true |
| 416 | podAnnotations: |
| 417 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 418 | sbi: |
| 419 | port: 29510 |
| 420 | nodePort: |
| 421 | enabled: false |
| 422 | port: 30070 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 423 | cfgFiles: |
| 424 | # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 425 | nrfcfg.conf: |
| 426 | info: |
| 427 | version: 1.0.0 |
| 428 | description: NRF initial local configuration |
| 429 | configuration: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 430 | sbi: |
| 431 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 432 | DefaultPlmnId: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 433 | mcc: 208 |
| 434 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 435 | serviceNameList: |
| 436 | - nnrf-nfm |
| 437 | - nnrf-disc |
| 438 | smf: |
| 439 | deploy: true |
| 440 | podAnnotations: |
| 441 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 442 | n4: |
| 443 | port: 8805 |
| 444 | nodePort: |
| 445 | enabled: false |
| 446 | port: 30021 |
| 447 | prometheus: |
| 448 | port: 9089 |
| 449 | nodePort: |
| 450 | enabled: false |
| 451 | port: 30084 |
| 452 | sbi: |
| 453 | port: 29502 |
| 454 | nodePort: |
| 455 | enabled: false |
| 456 | port: 30080 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 457 | cfgFiles: |
| 458 | uerouting.conf: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 459 | info: |
| 460 | version: 1.0.0 |
| 461 | description: Routing information for UE |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 462 | # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 463 | smfcfg.conf: |
| 464 | info: |
| 465 | version: 1.0.0 |
| 466 | description: SMF initial local configuration |
| 467 | configuration: |
| 468 | smfName: SMF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 469 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 470 | sbi: |
| 471 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 472 | tls: |
| 473 | key: gofree5gc/support/TLS/smf.key |
| 474 | pem: gofree5gc/support/TLS/smf.pem |
| 475 | serviceNameList: |
| 476 | - nsmf-pdusession |
| 477 | - nsmf-event-exposure |
| 478 | snssai_info: |
| 479 | - sNssai: |
| 480 | sst: 1 |
| 481 | sd: "010203" |
| 482 | dnnSmfInfoList: |
| 483 | - dnn: internet |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 484 | userplane_information: |
| 485 | up_nodes: |
| 486 | gNB1: |
| 487 | type: AN |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 488 | UPF: |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 489 | type: UPF |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 490 | node_id: upf |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 491 | links: |
| 492 | - A: gNB1 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 493 | B: UPF |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 494 | dnn: |
| 495 | internet: |
| 496 | dns: |
| 497 | ipv4: 8.8.8.8 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 498 | ue_subnet: 10.250.0.0/16 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 499 | ulcl: false |
| 500 | ausf: |
| 501 | deploy: true |
| 502 | podAnnotations: |
| 503 | field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]' |
| 504 | prometheus: |
| 505 | port: 9089 |
| 506 | nodePort: |
| 507 | enabled: false |
| 508 | port: 30084 |
| 509 | sbi: |
| 510 | port: 29509 |
| 511 | nodePort: |
| 512 | enabled: false |
| 513 | port: 30082 |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 514 | cfgFiles: |
| 515 | # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 516 | ausfcfg.conf: |
| 517 | info: |
| 518 | version: 1.0.0 |
| 519 | description: AUSF initial local configuration |
| 520 | configuration: |
Hyunsun Moon | 6a65148 | 2021-02-26 01:46:44 -0800 | [diff] [blame] | 521 | nrfUri: http://nrf:29510 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 522 | sbi: |
| 523 | scheme: http |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 524 | serviceNameList: |
| 525 | - nausf-auth |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 526 | plmnSupportList: |
| 527 | - mcc: 208 |
| 528 | mnc: 93 |
Badhrinath | 987e1d8 | 2020-11-20 13:23:58 -0600 | [diff] [blame] | 529 | groupId: ausfGroup001 |