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