1 # Copyright © 2017 Amdocs, Bell Canada
3 # Modifications Copyright © 2021 AT&T
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
9 # http://www.apache.org/licenses/LICENSE-2.0
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.
17 #################################################################
18 # Global configuration overrides.
20 # These overrides will affect all helm charts (ie. applications)
21 # that are listed below and are 'enabled'.
22 #################################################################
24 # Change to an unused port prefix range to prevent port conflicts
25 # with other instances running within the same k8s cluster
26 repository: nexus3.onap.org:10001 #__docker_proxy__
28 nodePortPrefixExt: 304
29 masterPassword: secretpassword
30 addTestingComponents: true
34 # Uncomment the following to enable the use of a single docker
35 # repository but ONLY if your repository mirrors all ONAP
36 # docker images. This includes all images from dockerhub and
37 # any other repository that hosts images for ONAP components.
38 #repository: nexus3.onap.org:10001
40 # readiness check - temporary repo until images migrated to nexus3
41 readinessRepository: oomk8s
42 # logging agent - temporary repo until images migrated to nexus3
43 loggingRepository: docker.elastic.co
46 pullPolicy: IfNotPresent
48 # override default mount path root directory
49 # referenced by persistent volumes and log files
51 mountPath: /dockerdata-nfs
53 # flag to enable debugging - application support required
56 #################################################################
57 # Enable/disable and configure helm charts (ie. applications)
58 # to customize the ONAP deployment.
59 #################################################################
64 link: http://a1-sim-osc-0.nonrtric:8085
65 controller: controller1
70 link: http://a1-sim-osc-1.nonrtric:8085
71 controller: controller1
76 link: http://a1-sim-std-0.nonrtric:8085
77 controller: controller1
82 link: http://a1-sim-std-1.nonrtric:8085
83 controller: controller1
88 link: http://a1-sim-std2-0.nonrtric:8085
89 controller: controller1
94 link: http://a1-sim-std2-1.nonrtric:8085
95 controller: controller1
103 initialDelaySeconds: 150
106 flavorOverride: unlimited
108 flavorOverride: unlimited
112 flavorOverride: unlimited
115 flavorOverride: unlimited
117 flavorOverride: unlimited
119 flavorOverride: unlimited
121 flavorOverride: unlimited
123 flavorOverride: unlimited
125 flavorOverride: unlimited
127 flavorOverride: unlimited
129 flavorOverride: unlimited
131 flavorOverride: unlimited
133 initialDelaySeconds: 150
137 flavorOverride: unlimited
144 cluster_domain: cluster.local
149 initialDelaySeconds: 60
154 # necessary to disable liveness probe when setting breakpoints
155 # in debugger so K8s doesn't restart unresponsive container
159 initialDelaySeconds: 120
184 dcae-cloudify-manager:
186 dcae-config-binding-service:
190 dcae-deployment-handler:
198 dcae-servicechange-handler:
200 dcae-ves-openapi-manager:
204 dcae-bbs-eventprocessor-ms:
206 dcae-datafile-collector:
208 dcae-datalake-admin-ui:
212 dcae-datalake-feeder:
216 dcae-hv-ves-collector:
228 dcae-restconf-collector:
230 dcae-slice-analysis-ms:
232 dcae-snmptrap-collector:
242 dcae-ves-openapi-manager:
289 policy-clamp-runtime-acm:
291 policy-clamp-ac-k8s-ppnt:
297 policy-clamp-ac-pf-ppnt:
299 policy-clamp-ac-http-ppnt:
312 javaOptions: "-Xmx1g -Xms512m"
348 # mode: web - SDNC contains device manager only plus dedicated webserver service for ODLUX (default),
349 # mode: dm - SDNC contains sdnr device manager + ODLUX components
351 # sdnronly: true starts sdnc container with odl and sdnrwt features only
353 sdnrdbTrustAllCerts: true
354 mountpointRegistrarEnabled: true
355 mountpointStateProviderEnabled: true
362 trustAllCertificates: true
365 address: dcae-ves-collector.onap
367 eventLogMsgDetail: LONG
374 so-catalog-db-adapter:
376 openStackUserName: "the username"
377 openStackKeyStoneUrl: "http://10.12.25.2:5000/v3"
378 openStackEncryptedPasswordHere: "1DD1B3B4477FBAFAFEA617C575639C6F09E95446B5AE1F46C72B8FD960219ABB0DBA997790FCBB12"
379 openStackKeystoneVersion: "KEYSTONE_V3"