b4d928b0890e7f5bd389a7c2c0a6d2138bea0126
[oom.git] / kubernetes / onap / resources / overrides / sm-onap.yaml
1 # Copyright 2020 Samsung Electronics Co., Ltd.
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 core configuration. It is based on
17 # minimal-onap.yaml and Orange accomplishments [1][2][3].
18 # It includes the following components:
19 # AAI, DMAAP, SDC, SDNC, SO (+ Cassandra)
20 #
21 # Minimal resources are also reviewed for the various containers
22 # AAI: no override => to be fixed
23 # DMAAP: no override # SO: no override
24 # SDC: new values
25 # SDNC: no override
26 #
27 # Replicas are set to:
28 # AAI Cassandra: 1
29 # Cassandra: 3 (to allow reaching quorum)
30 #
31 # In addition, some parameters are set to limit the memory footprint.
32 #
33 # It overrides the default ONAP parent chart behaviour to deploy
34 # all of ONAP.
35 #
36 # helm deploy core local/onap --namespace onap -f core-onap.yaml
37 #
38 # [1] https://gitlab.com/Orange-OpenSource/lfn/onap/onap_oom_automatic_installation
39 # [2] https://wiki.lfnetworking.org/display/LN/Call%20for%20ONAP%20DDF%20Topics%20-%20Prague%202020#CallforONAPDDFTopics-Prague2020-OOM-IntroductionofServicemesh
40 # [3] https://wiki.lfnetworking.org/download/attachments/25364127/OOM%20Service%20Mesh%20Prague.pptx
41
42 #######################
43 # Core ONAP deployment
44 #######################
45 global:
46   aafEnabled: false
47   cmpv2Enabled: false
48   msbEnabled: false
49   tlsEnabled: false
50   centralizedLoggingEnabled: false
51   serviceMesh:
52     enabled: true
53     tls: true
54     engine: "istio"
55 aai:
56   enabled: true
57   global:
58     cassandra:
59       replicas: 1
60   aai-cassandra:
61     replicaCount: 1
62 aaf:
63   enabled: false
64   aaf-sms:
65     cps:
66       # you must always set the same values as value set in cps.enabled
67       enabled: false
68 appc:
69   enabled: false
70 cassandra:
71   enabled: true
72   replicaCount: 3
73 clamp:
74   enabled: false
75 cli:
76   enabled: false
77 consul:
78   enabled: false
79 contrib:
80   enabled: false
81 cps:
82   enabled: false
83 dcaegen2-services:
84   enabled: false
85 holmes:
86   enabled: false
87 log:
88   enabled: false
89 mariadb-galera:
90   enabled: true
91 msb:
92   enabled: false
93 multicloud:
94   enabled: false
95 nbi:
96   enabled: false
97 oof:
98   enabled: false
99 policy:
100   enabled: false
101 pomba:
102   enabled: false
103 portal:
104   enabled: false
105 robot:
106   enabled: false
107 sdc:
108   enabled: true
109   sdc-be:
110     config:
111       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
112   sdc-fe:
113     resources:
114       small:
115         limits:
116           cpu: 1
117           memory: 2Gi
118         requests:
119           cpu: 10m
120           memory: 500Mi
121   sdc-cs:
122     config:
123       maxHeapSize: "512M"
124       heapNewSize: "256M"
125 sdnc:
126   enabled: true
127 sniro-emulator:
128   enabled: false
129 so:
130   enabled: true
131   config:
132     # openstack configuration
133     openStackUserName: "$OPENSTACK_USER_NAME"
134     openStackRegion: "$OPENSTACK_REGION"
135     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
136     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
137     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
138 strimzi:
139   enabled: true
140 uui:
141   enabled: false
142 vid:
143   enabled: false
144 vfc:
145   enabled: false
146 vnfsdk:
147   enabled: false
148 cds:
149   enabled: true
150 dmaap:
151   enabled: true
152   dmaap-bc:
153     enabled: false