[APPC] Remove appc chart and refs
[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 cassandra:
53   enabled: true
54   replicaCount: 1
55 clamp:
56   enabled: false
57 cli:
58   enabled: false
59 consul:
60   enabled: false
61 contrib:
62   enabled: false
63 cps:
64   enabled: false
65 dcaegen2-services:
66   enabled: false
67 holmes:
68   enabled: false
69 dmaap:
70   enabled: true
71   message-router:
72     enabled: true
73   dmaap-bc:
74     enabled: false
75   dmaap-dr-prov:
76     enabled: false
77   dmaap-dr-node:
78     enabled: false
79 log:
80   enabled: false
81 mariadb-galera:
82   enabled: true
83 msb:
84   enabled: false
85 multicloud:
86   enabled: false
87 nbi:
88   enabled: false
89 oof:
90   enabled: false
91 policy:
92   enabled: false
93 pomba:
94   enabled: false
95 portal:
96   enabled: true
97   portal-cassandra:
98     config:
99       cassandraJvmOpts: "-Xmx512m -Xms256m"
100     resources:
101       small:
102         limits:
103           cpu: 1
104           memory: 2Gi
105         requests:
106           cpu: 100m
107           memory: 1Gi
108   portal-app:
109     resources:
110       small:
111         limits:
112           cpu: 1
113           memory: 2Gi
114         requests:
115           cpu: 100m
116           memory: 1Gi
117           resources:
118   portal-mariaddb:
119     resources:
120       small:
121         limits:
122           cpu: 800m
123           memory: 1Gi
124       requests:
125           cpu: 100m
126           memory: 500Mi
127   portal-widget:
128     resources:
129       small:
130         limits:
131           cpu: 1
132           memory: 2Gi
133         requests:
134           cpu: 100m
135           memory: 500Mi
136 robot:
137   enabled: true
138   config:
139     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
140   resources:
141     small:
142       limits:
143         cpu: 1
144         memory: 2Gi
145       requests:
146         cpu: 10m
147         memory: 100Mi
148 sdc:
149   enabled: true
150   sdc-be:
151     config:
152       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
153   sdc-fe:
154     resources:
155       small:
156         limits:
157           cpu: 1
158           memory: 2Gi
159         requests:
160           cpu: 10m
161           memory: 500Mi
162   sdc-cs:
163     config:
164       maxHeapSize: "512M"
165       heapNewSize: "256M"
166 sdnc:
167   enabled: true
168 sniro-emulator:
169   enabled: false
170 so:
171   enabled: true
172   config:
173     # openstack configuration
174     openStackUserName: "$OPENSTACK_USER_NAME"
175     openStackRegion: "$OPENSTACK_REGION"
176     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
177     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
178     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
179 strimzi:
180   enabled: true
181   replicaCount: 1
182   persistence:
183     kafka:
184       size: 1Gi
185     zookeeper:
186       size: 500Mbi
187   strimzi-kafka-bridge:
188     enabled: false
189 uui:
190   enabled: false
191 vid:
192   enabled: true
193 vfc:
194   enabled: false
195 vnfsdk:
196   enabled: false