[DMAAP-STRIMZI] Move strimzi kafka bridge
[oom.git] / kubernetes / onap / resources / environments / minimal-onap.yaml
1 # Copyright © 2017 Amdocs, Bell Canada, Orange
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 minimal configuration to
17 # onboard and deploy a VNF.
18 # It includes the following components:
19 # A&AI, Cassandra, DMAAP Message Router, Portal, Robot, SDC, SDNC, SO, STRIMZI Kafka, VID
20 #
21 # Minimal resources are also reviewed for the various containers
22 # A&AI: no override => to be fixed
23 # DMAAP: no override
24 # Portal: new values
25 # Robot: new values
26 # SO: no override
27 # SDC:  new values
28 # SDNC:  no override
29 # VID: no override
30 #
31 # Replica are set to 1 (A&AI Cassandra)
32 #
33 # In addition, some parameters are set to limit the memory footprint
34 #
35 # It overrides the default ONAP parent chart behaviour to deploy
36 # all of ONAP.
37 #
38 # helm deploy minimal local/onap --namespace onap -f minimal-onap.yaml
39
40 #################################################################
41 # Minimal ONAP deployment to onboard and deploy a VNF
42 #################################################################
43 aai:
44   enabled: true
45   global:
46     cassandra:
47       replicas: 1
48   aai-cassandra:
49     replicaCount: 1
50 aaf:
51   enabled: false
52 appc:
53   enabled: false
54 cassandra:
55   enabled: true
56   replicaCount: 1
57 clamp:
58   enabled: false
59 cli:
60   enabled: false
61 consul:
62   enabled: false
63 contrib:
64   enabled: false
65 cps:
66   enabled: false
67 dcaegen2-services:
68   enabled: false
69 holmes:
70   enabled: false
71 dmaap:
72   enabled: true
73   message-router:
74     enabled: true
75   dmaap-bc:
76     enabled: false
77   dmaap-dr-prov:
78     enabled: false
79   dmaap-dr-node:
80     enabled: false
81 log:
82   enabled: false
83 mariadb-galera:
84   enabled: true
85 msb:
86   enabled: false
87 multicloud:
88   enabled: false
89 nbi:
90   enabled: false
91 oof:
92   enabled: false
93 policy:
94   enabled: false
95 pomba:
96   enabled: false
97 portal:
98   enabled: true
99   portal-cassandra:
100     config:
101       cassandraJvmOpts: "-Xmx512m -Xms256m"
102     resources:
103       small:
104         limits:
105           cpu: 1
106           memory: 2Gi
107         requests:
108           cpu: 100m
109           memory: 1Gi
110   portal-app:
111     resources:
112       small:
113         limits:
114           cpu: 1
115           memory: 2Gi
116         requests:
117           cpu: 100m
118           memory: 1Gi
119           resources:
120   portal-mariaddb:
121     resources:
122       small:
123         limits:
124           cpu: 800m
125           memory: 1Gi
126       requests:
127           cpu: 100m
128           memory: 500Mi
129   portal-widget:
130     resources:
131       small:
132         limits:
133           cpu: 1
134           memory: 2Gi
135         requests:
136           cpu: 100m
137           memory: 500Mi
138 robot:
139   enabled: true
140   config:
141     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
142   resources:
143     small:
144       limits:
145         cpu: 1
146         memory: 2Gi
147       requests:
148         cpu: 10m
149         memory: 100Mi
150 sdc:
151   enabled: true
152   sdc-be:
153     config:
154       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
155   sdc-fe:
156     resources:
157       small:
158         limits:
159           cpu: 1
160           memory: 2Gi
161         requests:
162           cpu: 10m
163           memory: 500Mi
164   sdc-cs:
165     config:
166       maxHeapSize: "512M"
167       heapNewSize: "256M"
168 sdnc:
169   enabled: true
170 sniro-emulator:
171   enabled: false
172 so:
173   enabled: true
174   config:
175     # openstack configuration
176     openStackUserName: "$OPENSTACK_USER_NAME"
177     openStackRegion: "$OPENSTACK_REGION"
178     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
179     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
180     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
181 strimzi:
182   enabled: true
183   replicaCount: 1
184   persistence:
185     kafka:
186       size: 1Gi
187     zookeeper:
188       size: 500Mbi
189   strimzi-kafka-bridge:
190     enabled: false
191 uui:
192   enabled: false
193 vid:
194   enabled: true
195 vfc:
196   enabled: false
197 vnfsdk:
198   enabled: false