bd8ed9d9c5a99697959f0d4cfa124f9d7540e9bb
[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 aai:
48   enabled: true
49   global:
50     cassandra:
51       replicas: 1
52   aai-cassandra:
53     replicaCount: 1
54 aaf:
55   enabled: false
56 appc:
57   enabled: false
58 cassandra:
59   enabled: true
60   replicaCount: 3
61 clamp:
62   enabled: false
63 cli:
64   enabled: false
65 consul:
66   enabled: false
67 contrib:
68   enabled: false
69 cps:
70   enabled: false
71 dcaegen2:
72   enabled: false
73 esr:
74   enabled: false
75 log:
76   enabled: false
77 mariadb-galera:
78   enabled: true
79 msb:
80   enabled: false
81 multicloud:
82   enabled: false
83 nbi:
84   enabled: false
85 oof:
86   enabled: false
87 policy:
88   enabled: false
89 pomba:
90   enabled: false
91 portal:
92   enabled: false
93 robot:
94   enabled: false
95 sdc:
96   enabled: true
97   sdc-be:
98     config:
99       javaOptions: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -Xmx512m -Xms256m"
100   sdc-fe:
101     resources:
102       small:
103         limits:
104           cpu: 1
105           memory: 2Gi
106         requests:
107           cpu: 10m
108           memory: 500Mi
109   sdc-cs:
110     config:
111       maxHeapSize: "512M"
112       heapNewSize: "256M"
113 sdnc:
114   enabled: true
115 sniro-emulator:
116   enabled: false
117 so:
118   enabled: true
119   config:
120     # openstack configuration
121     openStackUserName: "$OPENSTACK_USER_NAME"
122     openStackRegion: "$OPENSTACK_REGION"
123     openStackKeyStoneUrl: "$OPENSTACK_KEYSTONE_URL"
124     openStackServiceTenantName: "$OPENSTACK_TENANT_NAME"
125     openStackEncryptedPasswordHere: "$OPENSTACK_ENCRYPTED_PASSWORD"
126 uui:
127   enabled: false
128 vid:
129   enabled: false
130 vfc:
131   enabled: false
132 vnfsdk:
133   enabled: false
134 cds:
135   enabled: true
136 dmaap:
137   enabled: true
138   dmaap-bc:
139     enabled: false