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