670a55ae8d5e078aac70a53d0e94d9e0a8fc3c32
[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:
68   enabled: false
69 dcaegen2-services:
70   enabled: false
71 holmes:
72   enabled: false
73 dmaap:
74   enabled: true
75 log:
76   enabled: false
77 mariadb-galera:
78   enabled: true
79 msb:
80   enabled: false
81 multicloud:
82   enabled: false
83 nbi:
84   enabled: false
85 oof:
86   enabled: false
87 policy:
88   enabled: false
89 pomba:
90   enabled: false
91 portal:
92   enabled: true
93   portal-cassandra:
94     config:
95       cassandraJvmOpts: "-Xmx512m -Xms256m"
96     resources:
97       small:
98         limits:
99           cpu: 1
100           memory: 2Gi
101         requests:
102           cpu: 100m
103           memory: 1Gi
104   portal-app:
105     resources:
106       small:
107         limits:
108           cpu: 1
109           memory: 2Gi
110         requests:
111           cpu: 100m
112           memory: 1Gi
113           resources:
114   portal-mariaddb:
115     resources:
116       small:
117         limits:
118           cpu: 800m
119           memory: 1Gi
120       requests:
121           cpu: 100m
122           memory: 500Mi
123   portal-widget:
124     resources:
125       small:
126         limits:
127           cpu: 1
128           memory: 2Gi
129         requests:
130           cpu: 100m
131           memory: 500Mi
132 robot:
133   enabled: true
134   config:
135     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
136   resources:
137     small:
138       limits:
139         cpu: 1
140         memory: 2Gi
141       requests:
142         cpu: 10m
143         memory: 100Mi
144 sdc:
145   enabled: true
146   sdc-be:
147     config:
148       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
149   sdc-fe:
150     resources:
151       small:
152         limits:
153           cpu: 1
154           memory: 2Gi
155         requests:
156           cpu: 10m
157           memory: 500Mi
158   sdc-cs:
159     config:
160       maxHeapSize: "512M"
161       heapNewSize: "256M"
162 sdnc:
163   enabled: true
164 sniro-emulator:
165   enabled: false
166 so:
167   enabled: true
168   config:
169     # openstack configuration
170     openStackUserName: "$OPENSTACK_USER_NAME"
171     openStackRegion: "$OPENSTACK_REGION"
172     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
173     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
174     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
175 uui:
176   enabled: false
177 vid:
178   enabled: true
179 vfc:
180   enabled: false
181 vnfsdk:
182   enabled: false