Merge "[AAI] Add model-loader tracing config"
[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
24 # SO: no override
25 # SDC: new values
26 # SDNC: no override
27 #
28 # Replicas are set to:
29 # AAI Cassandra: 1
30 # Cassandra: 3 (to allow reaching quorum)
31 #
32 # In addition, some parameters are set to limit the memory footprint.
33 #
34 # It overrides the default ONAP parent chart behaviour to deploy
35 # all of ONAP.
36 #
37 # helm deploy core local/onap --namespace onap -f core-onap.yaml
38 #
39 # [1] https://gitlab.com/Orange-OpenSource/lfn/onap/onap_oom_automatic_installation
40 # [2] https://wiki.lfnetworking.org/display/LN/Call%20for%20ONAP%20DDF%20Topics%20-%20Prague%202020#CallforONAPDDFTopics-Prague2020-OOM-IntroductionofServicemesh
41 # [3] https://wiki.lfnetworking.org/download/attachments/25364127/OOM%20Service%20Mesh%20Prague.pptx
42
43 #######################
44 # Core ONAP deployment
45 #######################
46 global:
47   aafEnabled: false
48   cmpv2Enabled: false
49   msbEnabled: false
50   tlsEnabled: false
51   centralizedLoggingEnabled: false
52   serviceMesh:
53     enabled: true
54     tls: true
55     engine: "istio"
56 aai:
57   enabled: true
58   global:
59     cassandra:
60       replicas: 1
61   aai-cassandra:
62     replicaCount: 1
63 cassandra:
64   enabled: true
65   replicaCount: 3
66 cli:
67   enabled: false
68 cps:
69   enabled: false
70 dcaegen2-services:
71   enabled: false
72 dmaap:
73   enabled: true
74   message-router:
75     enabled: true
76   dmaap-dr-prov:
77     enabled: true
78   dmaap-dr-node:
79     enabled: true
80 holmes:
81   enabled: false
82 mariadb-galera:
83   enabled: true
84 msb:
85   enabled: false
86 multicloud:
87   enabled: false
88 nbi:
89   enabled: false
90 oof:
91   enabled: false
92 policy:
93   enabled: false
94 portal-ng:
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 so:
119   enabled: true
120   config:
121     # openstack configuration
122     openStackUserName: "$OPENSTACK_USER_NAME"
123     openStackRegion: "$OPENSTACK_REGION"
124     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
125     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
126     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
127 strimzi:
128   enabled: true
129   strimzi-kafka-bridge:
130     enabled: true
131 uui:
132   enabled: false
133 vfc:
134   enabled: false
135 vnfsdk:
136   enabled: false
137 cds:
138   enabled: true
139