[DMAAP] DMaaP ServiceMesh compatibility
[oom.git] / kubernetes / onap / resources / overrides / sm-onap.yaml
1 # Copyright 2020 Samsung Electronics Co., Ltd.
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 used to deploy a core configuration. It is based on
17 # minimal-onap.yaml and Orange accomplishments [1][2][3].
18 # It includes the following components:
19 # AAI, DMAAP, SDC, SDNC, SO (+ Cassandra)
20 #
21 # Minimal resources are also reviewed for the various containers
22 # AAI: no override => to be fixed
23 # DMAAP: no override # SO: no override
24 # SDC: new values
25 # SDNC: no override
26 #
27 # Replicas are set to:
28 # AAI Cassandra: 1
29 # Cassandra: 3 (to allow reaching quorum)
30 #
31 # In addition, some parameters are set to limit the memory footprint.
32 #
33 # It overrides the default ONAP parent chart behaviour to deploy
34 # all of ONAP.
35 #
36 # helm deploy core local/onap --namespace onap -f core-onap.yaml
37 #
38 # [1] https://gitlab.com/Orange-OpenSource/lfn/onap/onap_oom_automatic_installation
39 # [2] https://wiki.lfnetworking.org/display/LN/Call%20for%20ONAP%20DDF%20Topics%20-%20Prague%202020#CallforONAPDDFTopics-Prague2020-OOM-IntroductionofServicemesh
40 # [3] https://wiki.lfnetworking.org/download/attachments/25364127/OOM%20Service%20Mesh%20Prague.pptx
41
42 #######################
43 # Core ONAP deployment
44 #######################
45 global:
46   aafEnabled: false
47   centralizedLoggingEnabled: false
48   serviceMesh:
49     enabled: true
50     tls: true
51     engine: "istio"
52 aai:
53   enabled: true
54   global:
55     cassandra:
56       replicas: 1
57   aai-cassandra:
58     replicaCount: 1
59 aaf:
60   enabled: false
61   aaf-sms:
62     cps:
63       # you must always set the same values as value set in cps.enabled
64       enabled: false
65 appc:
66   enabled: false
67 cassandra:
68   enabled: true
69   replicaCount: 3
70 clamp:
71   enabled: false
72 cli:
73   enabled: false
74 consul:
75   enabled: false
76 contrib:
77   enabled: false
78 cps:
79   enabled: false
80 dcaegen2:
81   enabled: false
82 dcaegen2-services:
83   enabled: false
84 holmes:
85   enabled: false
86 log:
87   enabled: false
88 mariadb-galera:
89   enabled: true
90 msb:
91   enabled: false
92 multicloud:
93   enabled: false
94 nbi:
95   enabled: false
96 oof:
97   enabled: false
98 policy:
99   enabled: false
100 pomba:
101   enabled: false
102 portal:
103   enabled: false
104 robot:
105   enabled: false
106 sdc:
107   enabled: true
108   sdc-be:
109     config:
110       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
111   sdc-fe:
112     resources:
113       small:
114         limits:
115           cpu: 1
116           memory: 2Gi
117         requests:
118           cpu: 10m
119           memory: 500Mi
120   sdc-cs:
121     config:
122       maxHeapSize: "512M"
123       heapNewSize: "256M"
124 sdnc:
125   enabled: true
126 sniro-emulator:
127   enabled: false
128 so:
129   enabled: true
130   config:
131     # openstack configuration
132     openStackUserName: "$OPENSTACK_USER_NAME"
133     openStackRegion: "$OPENSTACK_REGION"
134     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
135     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
136     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
137 strimzi:
138   enabled: false
139 uui:
140   enabled: false
141 vid:
142   enabled: false
143 vfc:
144   enabled: false
145 vnfsdk:
146   enabled: false
147 cds:
148   enabled: true
149 dmaap:
150   enabled: true
151   dmaap-bc:
152     enabled: false