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