diff options
author | morganrol <morgan.richomme@orange.com> | 2021-06-21 17:45:39 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-07-12 15:56:38 +0000 |
commit | 3ce2c6eb657739474cedbb3f0654a5de333088ce (patch) | |
tree | 52e6a371f1966c69656e6d3a31f5dad2bd0a4284 | |
parent | 0fae0aa8378794316c1a1ddd50397a2c6ebc12df (diff) |
[ONAP] Disable some multicloud drivers at installation
Several multicloud drivers are installed by default.
The code of most of these drivers is unchanged since several versions.
It has been suggested to save resource to keep only the mandatory opensource
driver and consider the other drivers as possible addons.
This patch disables this driver from the default installation.
Issue-ID: MULTICLOUD-1362
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I2a1e42241b4b3dfd5bb99a741360aec6fa36e331
-rw-r--r-- | kubernetes/multicloud/values.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/multicloud/values.yaml b/kubernetes/multicloud/values.yaml index a3b435a192..53729f9311 100644 --- a/kubernetes/multicloud/values.yaml +++ b/kubernetes/multicloud/values.yaml @@ -42,11 +42,11 @@ multicloud-pike: multicloud-prometheus: enabled: false multicloud-starlingx: - enabled: true + enabled: false multicloud-vio: - enabled: true + enabled: false multicloud-windriver: - enabled: true + enabled: false # application configuration config: |