[DCAEGEN2] Deploy DCAE microservices via Helm
[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   CMPv2CertManagerIntegration: false
24 cassandra:
25   enabled: true
26 mariadb-galera:
27   enabled: true
28 aaf:
29   enabled: true
30 aai:
31   enabled: true
32 appc:
33   enabled: true
34 cds:
35   enabled: true
36 clamp:
37   enabled: true
38 cli:
39   enabled: true
40 # Today, "contrib" chart that hosting these components must also be enabled
41 # in order to make it work. So `contrib.enabled` must have the same value than
42 # addTestingComponents
43 contrib:
44   enabled: *testing
45 consul:
46   enabled: true
47 cps:
48   enabled: true
49 dcaegen2:
50   enabled: true
51 dcaegen2-services:
52   enabled: true
53 dcaemod:
54   enabled: true
55 dmaap:
56   enabled: true
57 esr:
58   enabled: true
59 oof:
60   enabled: true
61 msb:
62   enabled: true
63 multicloud:
64   enabled: true
65 nbi:
66   enabled: true
67 policy:
68   enabled: true
69 portal:
70   enabled: true
71 robot:
72   enabled: true
73 sdc:
74   enabled: true
75 sdnc:
76   enabled: true
77 so:
78   enabled: true
79 uui:
80   enabled: true
81 vfc:
82   enabled: true
83 vid:
84   enabled: true
85 vnfsdk:
86   enabled: true
87 modeling:
88   enabled: true
89 platform:
90   enabled: true
91 a1policymanagement:
92   enabled: true