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