[DCAE] Remove platform charts and overrides
[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, Portal, Robot, SDC, SDNC, SO, 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 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