ad29d4c919cf771066348e4c6c196df5877ebbb1
[it/dep.git] / smo-install / helm-override / default / onap-override.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Modifications Copyright © 2021 AT&T
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 #################################################################
18 # Global configuration overrides.
19 #
20 # These overrides will affect all helm charts (ie. applications)
21 # that are listed below and are 'enabled'.
22 #################################################################
23 global:
24   # Change to an unused port prefix range to prevent port conflicts
25   # with other instances running within the same k8s cluster
26   nodePortPrefix: 302
27   nodePortPrefixExt: 304
28   masterPassword: secretpassword
29   addTestingComponents: true
30   cmpv2Enabled: false
31   flavor: unlimited
32   # ONAP Repository
33   # Uncomment the following to enable the use of a single docker
34   # repository but ONLY if your repository mirrors all ONAP
35   # docker images. This includes all images from dockerhub and
36   # any other repository that hosts images for ONAP components.
37   repository: nexus3.onap.org:10001
38
39   # readiness check - temporary repo until images migrated to nexus3
40   readinessRepository: oomk8s
41   # logging agent - temporary repo until images migrated to nexus3
42   loggingRepository: docker.elastic.co
43
44   # image pull policy
45   pullPolicy: IfNotPresent
46
47   # override default mount path root directory
48   # referenced by persistent volumes and log files
49   persistence:
50     mountPath: /dockerdata-nfs
51
52   # flag to enable debugging - application support required
53   debugEnabled: false
54
55   mariadbGalera:
56     useOperator: false
57     enableServiceAccount: true
58
59 #################################################################
60 # Enable/disable and configure helm charts (ie. applications)
61 # to customize the ONAP deployment.
62 #################################################################
63 a1policymanagement:
64   enabled: false
65   rics:
66     - name: ric1
67       link: http://a1-sim-osc-0.nonrtric:8085
68       controller: controller1
69       managedElementIds:
70         - kista_1
71         - kista_2
72     - name: ric2
73       link: http://a1-sim-osc-1.nonrtric:8085
74       controller: controller1
75       managedElementIds:
76         - kista_1
77         - kista_2
78     - name: ric3
79       link: http://a1-sim-std-0.nonrtric:8085
80       controller: controller1
81       managedElementIds:
82         - kista_1
83         - kista_2
84     - name: ric4
85       link: http://a1-sim-std-1.nonrtric:8085
86       controller: controller1
87       managedElementIds:
88         - kista_1
89         - kista_2
90     - name: ric5
91       link: http://a1-sim-std2-0.nonrtric:8085
92       controller: controller1
93       managedElementIds:
94         - kista_1
95         - kista_2
96     - name: ric6
97       link: http://a1-sim-std2-1.nonrtric:8085
98       controller: controller1
99       managedElementIds:
100         - kista_1
101         - kista_2
102 dcaegen2-services:
103   enabled: true
104   dcae-bbs-eventprocessor-ms:
105     enabled: false
106   dcae-datafile-collector:
107     enabled: false
108   dcae-datalake-admin-ui:
109     enabled: false
110   dcae-datalake-des:
111     enabled: false
112   dcae-datalake-feeder:
113     enabled: false
114   dcae-heartbeat:
115     enabled: false
116   dcae-hv-ves-collector:
117     enabled: false
118   dcae-kpi-ms:
119     enabled: false
120   dcae-ms-healthcheck:
121     enabled: false
122   dcae-pm-mapper:
123     enabled: false
124   dcae-pmsh:
125     enabled: false
126   dcae-prh:
127     enabled: false
128   dcae-restconf-collector:
129     enabled: false
130   dcae-slice-analysis-ms:
131     enabled: false
132   dcae-snmptrap-collector:
133     enabled: false
134   dcae-son-handler:
135     enabled: false
136   dcae-tcagen2:
137     enabled: false
138   dcae-ves-collector:
139     enabled: true
140   dcae-ves-mapper:
141     enabled: false
142   dcae-ves-openapi-manager:
143     enabled: false
144 dmaap:
145   enabled: true
146   message-router:
147     enabled: true
148   dmaap-dr-node:
149     enabled: false
150   dmaap-dr-prov:
151     enabled: false
152 mariadb-galera:
153   enabled: true
154   replicaCount: 1
155 policy:
156   enabled: true
157   policy-api:
158     enabled: true
159   policy-pap:
160     enabled: true
161   policy-xacml-pdp:
162     enabled: false
163   policy-apex-pdp:
164     enabled: true
165   policy-drools-pdp:
166     enabled: false
167   policy-distribution:
168     enabled: false
169   policy-clamp-runtime-acm:
170     enabled: true
171   policy-clamp-ac-k8s-ppnt:
172     enabled: true
173   policy-gui:
174     enabled: false
175   policy-nexus:
176     enabled: false
177   policy-clamp-ac-pf-ppnt:
178     enabled: true
179   policy-clamp-ac-http-ppnt:
180     enabled: true
181   policy-clamp-ac-a1pms-ppnt:
182     enabled: true
183     a1pmsconfig:
184       a1pms:
185         baseUrl: http://policymanagementservice.nonrtric:8081
186   policy-clamp-ac-kserve-ppnt:
187     enabled: true
188 sdnc:
189   enabled: true
190   replicaCount: 1
191   elasticsearch:
192     master:
193       replicaCount: 1
194   mysql:
195     replicaCount: 1
196   ueb-listener:
197     enabled: false
198   sdnc-ansible-server:
199     enabled: true
200   dgbuilder:
201     enabled: true
202   cds:
203     enabled: false
204   config:
205     sdnr:
206       enabled: true
207       # mode: web - SDNC contains device manager only plus dedicated webserver service for ODLUX (default),
208       # mode: dm - SDNC contains sdnr device manager + ODLUX components
209       mode: dm
210       # sdnronly: true starts sdnc container with odl and sdnrwt features only
211       sdnronly: false
212       sdnrdbTrustAllCerts: true
213       mountpointRegistrarEnabled: true
214       mountpointStateProviderEnabled: true
215       netconfCallHome:
216         enabled: true
217       vesCollector:
218         enabled: true
219         tls:
220           enabled: true
221         trustAllCertificates: true
222         username: sample1
223         password: sample1
224         address: dcae-ves-collector.onap
225         port: 8443
226         eventLogMsgDetail: LONG
227 strimzi:
228   enabled: true
229   replicaCount: 1