badhri85 | 89c61eb | 2021-11-04 15:32:05 -0500 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | # Default values for all SD-CORE Helm charts. |
| 6 | # This is a YAML-formatted file. |
| 7 | # Declare variables to be passed into your templates. |
| 8 | |
| 9 | #Images tagged for the release |
| 10 | omec-control-plane: |
| 11 | enable4G: false |
| 12 | #images: |
| 13 | # tags: |
| 14 | #4G control Plane images |
| 15 | #config: |
| 16 | # config4g: |
| 17 | # deploy: true |
| 18 | |
| 19 | omec-user-plane: |
| 20 | enable: true |
| 21 | #images: |
| 22 | # tags: |
| 23 | #4G/5G user plane images |
| 24 | #config: |
| 25 | # upf: |
| 26 | # cfgFiles: |
| 27 | # upf.json: |
| 28 | # cpiface: |
| 29 | |
| 30 | omec-sub-provision: |
| 31 | enable: true |
| 32 | #images: |
| 33 | # tags: |
| 34 | |
| 35 | 5g-control-plane: |
| 36 | enable5G: true |
| 37 | #images: |
| 38 | # tags: |
| 39 | #5G NF images |
Ajay Lotan Thakur | 5bf22c9 | 2022-01-24 14:17:08 -0700 | [diff] [blame^] | 40 | |
| 41 | 5g-ran-sim: |
| 42 | enable: false |
| 43 | #images: |
| 44 | # tags: |
| 45 | #RAN SIM image |