Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / onap / resources / environments / minimal-onap.yaml
1 {{/*
2 # Copyright © 2017 Amdocs, Bell Canada, Orange
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16
17
18 # This override file is used to deploy a minimal configuration to
19 # onboard and deploy a VNF.
20 # It includes the following components:
21 # A&AI, Cassandra, DMAAP, Portal, Robot, SDC, SDNC, SO, VID
22 #
23 # Minimal resources are also reviewed for the various containers
24 # A&AI: no override => to be fixed
25 # DMAAP: no override
26 # Portal: new values
27 # Robot: new values
28 # SO: no override
29 # SDC:  new values
30 # SDNC:  no override
31 # VID: no override
32 #
33 # Replica are set to 1 (A&AI Cassandra)
34 #
35 # In addition, some parameters are set to limit the memory footprint
36 #
37 # It overrides the default ONAP parent chart behaviour to deploy
38 # all of ONAP.
39 #
40 # helm deploy minimal local/onap --namespace onap -f minimal-onap.yaml
41
42 #################################################################
43 # Minimal ONAP deployment to onboard and deploy a VNF
44 #################################################################
45 aai:
46   enabled: true
47   global:
48     cassandra:
49       replicas: 1
50   aai-cassandra:
51     replicaCount: 1
52 aaf:
53   enabled: false
54 appc:
55   enabled: false
56 cassandra:
57   enabled: true
58   replicaCount: 1
59 clamp:
60   enabled: false
61 cli:
62   enabled: false
63 consul:
64   enabled: false
65 contrib:
66   enabled: false
67 dcaegen2:
68   enabled: false
69 dmaap:
70   enabled: true
71 esr:
72   enabled: false
73 log:
74   enabled: false
75 mariadb-galera:
76   enabled: true
77 msb:
78   enabled: false
79 multicloud:
80   enabled: false
81 nbi:
82   enabled: false
83 oof:
84   enabled: false
85 policy:
86   enabled: false
87 pomba:
88   enabled: false
89 portal:
90   enabled: true
91   portal-cassandra:
92     config:
93       cassandraJvmOpts: "-Xmx512m -Xms256m"
94     resources:
95       small:
96         limits:
97           cpu: 1
98           memory: 2Gi
99         requests:
100           cpu: 100m
101           memory: 1Gi
102   portal-app:
103     resources:
104       small:
105         limits:
106           cpu: 1
107           memory: 2Gi
108         requests:
109           cpu: 100m
110           memory: 1Gi
111           resources:
112   portal-mariaddb:
113     resources:
114       small:
115         limits:
116           cpu: 800m
117           memory: 1Gi
118       requests:
119           cpu: 100m
120           memory: 500Mi
121   portal-widget:
122     resources:
123       small:
124         limits:
125           cpu: 1
126           memory: 2Gi
127         requests:
128           cpu: 100m
129           memory: 500Mi
130 robot:
131   enabled: true
132   config:
133     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
134   resources:
135     small:
136       limits:
137         cpu: 1
138         memory: 2Gi
139       requests:
140         cpu: 10m
141         memory: 100Mi
142 sdc:
143   enabled: true
144   sdc-be:
145     config:
146       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
147   sdc-fe:
148     resources:
149       small:
150         limits:
151           cpu: 1
152           memory: 2Gi
153         requests:
154           cpu: 10m
155           memory: 500Mi
156   sdc-cs:
157     config:
158       maxHeapSize: "512M"
159       heapNewSize: "256M"
160 sdnc:
161   enabled: true
162 sniro-emulator:
163   enabled: false
164 so:
165   enabled: true
166   config:
167     # openstack configuration
168     openStackUserName: "$OPENSTACK_USER_NAME"
169     openStackRegion: "$OPENSTACK_REGION"
170     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
171     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
172     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
173 uui:
174   enabled: false
175 vid:
176   enabled: true
177 vfc:
178   enabled: false
179 vnfsdk:
180   enabled: false