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