Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / onap / resources / environments / core-onap.yaml
1 {{/*
2 # Copyright 2020 Samsung Electronics Co., Ltd.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16
17
18 # This override file is used to deploy a core configuration. It is based on
19 # minimal-onap.yaml and Orange accomplishments [1][2][3].
20 # It includes the following components:
21 # AAI, DMAAP, SDC, SDNC, SO (+ Cassandra)
22 #
23 # Minimal resources are also reviewed for the various containers
24 # AAI: no override => to be fixed
25 # DMAAP: no override
26 # SO: no override
27 # SDC: new values
28 # SDNC: no override
29 #
30 # Replicas are set to:
31 # AAI Cassandra: 1
32 # Cassandra: 3 (to allow reaching quorum)
33 #
34 # In addition, some parameters are set to limit the memory footprint.
35 #
36 # It overrides the default ONAP parent chart behaviour to deploy
37 # all of ONAP.
38 #
39 # helm deploy core local/onap --namespace onap -f core-onap.yaml
40 #
41 # [1] https://gitlab.com/Orange-OpenSource/lfn/onap/onap_oom_automatic_installation
42 # [2] https://wiki.lfnetworking.org/display/LN/Call%20for%20ONAP%20DDF%20Topics%20-%20Prague%202020#CallforONAPDDFTopics-Prague2020-OOM-IntroductionofServicemesh
43 # [3] https://wiki.lfnetworking.org/download/attachments/25364127/OOM%20Service%20Mesh%20Prague.pptx
44
45 #######################
46 # Core ONAP deployment
47 #######################
48 global:
49   aafEnabled: false
50 aai:
51   enabled: true
52   global:
53     cassandra:
54       replicas: 1
55   aai-cassandra:
56     replicaCount: 1
57 aaf:
58   enabled: false
59 appc:
60   enabled: false
61 cassandra:
62   enabled: true
63   replicaCount: 3
64 clamp:
65   enabled: false
66 cli:
67   enabled: false
68 consul:
69   enabled: false
70 contrib:
71   enabled: false
72 dcaegen2:
73   enabled: false
74 dmaap:
75   enabled: true
76 esr:
77   enabled: false
78 log:
79   enabled: false
80 mariadb-galera:
81   enabled: true
82 msb:
83   enabled: false
84 multicloud:
85   enabled: false
86 nbi:
87   enabled: false
88 oof:
89   enabled: false
90 policy:
91   enabled: false
92 pomba:
93   enabled: false
94 portal:
95   enabled: false
96 robot:
97   enabled: false
98 sdc:
99   enabled: true
100   sdc-be:
101     config:
102       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
103   sdc-fe:
104     resources:
105       small:
106         limits:
107           cpu: 1
108           memory: 2Gi
109         requests:
110           cpu: 10m
111           memory: 500Mi
112   sdc-cs:
113     config:
114       maxHeapSize: "512M"
115       heapNewSize: "256M"
116 sdnc:
117   enabled: true
118 sniro-emulator:
119   enabled: false
120 so:
121   enabled: true
122   config:
123     # openstack configuration
124     openStackUserName: "$OPENSTACK_USER_NAME"
125     openStackRegion: "$OPENSTACK_REGION"
126     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
127     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
128     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
129 uui:
130   enabled: false
131 vid:
132   enabled: false
133 vfc:
134   enabled: false
135 vnfsdk:
136   enabled: false