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