Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / onap / resources / environments / core-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 Message Router, SDC, SDNC, SO (+ Cassandra), STRIMZI Kafka
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 aai:
49   enabled: true
50   global:
51     cassandra:
52       replicas: 1
53   aai-cassandra:
54     replicaCount: 1
55 cassandra:
56   enabled: true
57   replicaCount: 3
58 cli:
59   enabled: false
60 cps:
61   enabled: false
62 dcaegen2-services:
63   enabled: false
64 holmes:
65   enabled: false
66 dmaap:
67   enabled: true
68   message-router:
69     enabled: true
70   dmaap-dr-prov:
71     enabled: false
72   dmaap-dr-node:
73     enabled: false
74 mariadb-galera:
75   enabled: true
76 msb:
77   enabled: false
78 multicloud:
79   enabled: false
80 nbi:
81   enabled: false
82 oof:
83   enabled: false
84 policy:
85   enabled: false
86 portal-ng:
87   enabled: false
88 robot:
89   enabled: false
90 sdc:
91   enabled: true
92   sdc-be:
93     config:
94       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
95   sdc-fe:
96     resources:
97       small:
98         limits:
99           cpu: "1"
100           memory: "2Gi"
101         requests:
102           cpu: "10m"
103           memory: "500Mi"
104   sdc-cs:
105     config:
106       maxHeapSize: "512M"
107       heapNewSize: "256M"
108 sdnc:
109   enabled: true
110 so:
111   enabled: true
112   config:
113     # openstack configuration
114     openStackUserName: "$OPENSTACK_USER_NAME"
115     openStackRegion: "$OPENSTACK_REGION"
116     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
117     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
118     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
119 strimzi:
120   enabled: true
121   replicaCount: 2
122   persistence:
123     kafka:
124       size: 1Gi
125     zookeeper:
126       size: 500Mbi
127   strimzi-kafka-bridge:
128     enabled: false
129 uui:
130   enabled: false
131 vfc:
132   enabled: false
133 vnfsdk:
134   enabled: false