Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / onap / resources / environments / disable-allcharts.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15
16 # This override file is useful to test one or more subcharts.
17 # It overrides the default ONAP parent chart behaviour to deploy
18 # all of ONAP.
19 #
20 # Example use to enable a single subchart (from this directory):
21 #
22 # helm install local/onap -n onap --namespace onap -f disable-allcharts.yaml --set so.enabled=true
23
24 #################################################################
25 # Enable/disable and configure helm charts (ie. applications)
26 # to customize the ONAP deployment.
27 #################################################################
28 aai:
29   enabled: false
30 cassandra:
31   enabled: false
32 cli:
33   enabled: false
34 cps:
35   enabled: false
36 dcaegen2-services:
37   enabled: false
38 holmes:
39   enabled: false
40 dmaap:
41   enabled: false
42 mariadb-galera:
43   enabled: false
44 msb:
45   enabled: false
46 multicloud:
47   enabled: false
48 nbi:
49   enabled: false
50 oof:
51   enabled: false
52 policy:
53   enabled: false
54 portal-ng:
55   enabled: false
56 robot:
57   enabled: false
58 sdc:
59   enabled: false
60 sdnc:
61   enabled: false
62 so:
63   enabled: false
64 strimzi:
65   enabled: false
66 uui:
67   enabled: false
68 vfc:
69   enabled: false
70 vnfsdk:
71   enabled: false