Ajay Lotan Thakur | 86a3fcb | 2021-07-26 00:17:31 -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 |
Ajay Lotan Thakur | 811ea21 | 2021-08-03 13:05:54 -0500 | [diff] [blame] | 10 | omec-control-plane: |
| 11 | enable4G: false |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 12 | #images: |
| 13 | # tags: |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 14 | #4G control Plane images |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 15 | #config: |
| 16 | # config4g: |
| 17 | # deploy: true |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 18 | |
| 19 | omec-user-plane: |
Andy Bavier | b02622c | 2021-08-09 13:11:55 -0700 | [diff] [blame] | 20 | enable: true |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 21 | #images: |
| 22 | # tags: |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 23 | #4G/5G user plane images |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 24 | #config: |
| 25 | # upf: |
| 26 | # cfgFiles: |
| 27 | # upf.json: |
| 28 | # cpiface: |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 29 | |
| 30 | omec-sub-provision: |
Andy Bavier | b02622c | 2021-08-09 13:11:55 -0700 | [diff] [blame] | 31 | enable: true |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 32 | #images: |
| 33 | # tags: |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 34 | |
Ajay Lotan Thakur | 811ea21 | 2021-08-03 13:05:54 -0500 | [diff] [blame] | 35 | 5g-control-plane: |
| 36 | enable5G: true |
Ajay Lotan Thakur | 40a781a | 2021-09-15 19:47:35 -0500 | [diff] [blame] | 37 | #images: |
| 38 | # tags: |
Andy Bavier | a6f0baf | 2021-08-05 15:48:09 -0700 | [diff] [blame] | 39 | #5G NF images |