[ONAP] Disable APPC default installation
[oom.git] / kubernetes / onap / resources / overrides / onap-all.yaml
1 # Copyright © 2019 Amdocs, Bell Canada
2 # Copyright (c) 2020 Nordix Foundation, Modifications
3 # Modifications Copyright © 2020 Nokia
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 ###################################################################
18 # This override file enables helm charts for all ONAP applications.
19 ###################################################################
20 global:
21   addTestingComponents: &testing true
22   centralizedLoggingEnabled: &centralizedLogging false
23 cassandra:
24   enabled: true
25 mariadb-galera:
26   enabled: true
27 aaf:
28   enabled: true
29 aai:
30   enabled: true
31 appc:
32   enabled: false
33 cds:
34   enabled: true
35 clamp:
36   enabled: true
37 cli:
38   enabled: true
39 # Today, "contrib" chart that hosting these components must also be enabled
40 # in order to make it work. So `contrib.enabled` must have the same value than
41 # addTestingComponents
42 contrib:
43   enabled: *testing
44 consul:
45   enabled: true
46 cps:
47   enabled: true
48 dcaegen2:
49   enabled: true
50 dcaegen2-services:
51   enabled: true
52 dcaemod:
53   enabled: true
54 holmes:
55   enabled: true
56 dmaap:
57   enabled: true
58 esr:
59   enabled: true
60 oof:
61   enabled: true
62 msb:
63   enabled: true
64 multicloud:
65   enabled: true
66 nbi:
67   enabled: true
68 policy:
69   enabled: true
70 portal:
71   enabled: true
72 robot:
73   enabled: true
74 sdc:
75   enabled: true
76 sdnc:
77   enabled: true
78 so:
79   enabled: true
80 uui:
81   enabled: true
82 vfc:
83   enabled: true
84 vid:
85   enabled: true
86 vnfsdk:
87   enabled: true
88 modeling:
89   enabled: true
90 platform:
91   enabled: true
92 a1policymanagement:
93   enabled: true