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