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