blob: d4452480a058874f490cbf26a16a87c72bc67cce [file] [log] [blame]
BorislavGe904ab22018-04-03 16:55:55 +03001# Copyright © 2018 Amdocs, Bell Canada
Jack Lucasecc9f602019-03-19 11:38:42 -04002# Modifications Copyright © 2018-2019 AT&T
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -04003# Modifications Copyright © 2020 Samsung Electronics
Michal Banka3d487482021-02-11 10:36:47 +01004# Modifications Copyright © 2021 Nokia
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00005#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17
BorislavGe904ab22018-04-03 16:55:55 +030018#################################################################
19# Global configuration defaults.
20#################################################################
21global:
22 nodePortPrefix: 302
Jack Lucasc6861312020-03-03 15:57:59 -050023 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
Jack Lucasd263e692021-08-16 16:02:23 -040024 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
Jack Lucas8c3463e2020-06-12 18:36:55 -040025
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040026#################################################################
27# Secrets metaconfig
28#################################################################
29secrets:
30- name: &cmPassSecretName '{{ include "common.release" . }}-dcaegen2-cm-pass'
31 type: password
32 externalSecret: '{{ tpl (default "" .Values.config.cloudifyManagerPasswordExternalSecret) . }}'
33 password: '{{ .Values.config.cloudifyManagerPassword }}'
34
35config: {}
36
37# To work around DCAEGEN2-2450, set password strength to "basic"
38# to ensure password contains only alphanumerics
39passwordStrengthOverride: basic
40
vv770d97b84ea2020-08-17 22:30:24 +000041# Enable all DCAE components by default
Jack Lucas8c3463e2020-06-12 18:36:55 -040042dcae-bootstrap:
Jack Lucasec09fd52021-11-01 16:54:12 -040043 enabled: false
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040044 config:
45 cloudifyManagerPasswordExternalSecret: *cmPassSecretName
Jack Lucas8c3463e2020-06-12 18:36:55 -040046dcae-cloudify-manager:
Jack Lucasec09fd52021-11-01 16:54:12 -040047 enabled: false
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040048 config:
49 cloudifyManagerPasswordExternalSecret: *cmPassSecretName
Jack Lucas8c3463e2020-06-12 18:36:55 -040050dcae-config-binding-service:
Vijay Venkatesh Kumar41fc5a22022-03-08 16:28:05 -050051 enabled: false
Jack Lucas8c3463e2020-06-12 18:36:55 -040052dcae-dashboard:
Jack Lucasec09fd52021-11-01 16:54:12 -040053 enabled: false
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040054 config:
55 cloudifyManagerPasswordExternalSecret: *cmPassSecretName
Jack Lucas8c3463e2020-06-12 18:36:55 -040056dcae-deployment-handler:
Jack Lucasec09fd52021-11-01 16:54:12 -040057 enabled: false
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040058 config:
59 cloudifyManagerPasswordExternalSecret: *cmPassSecretName
Jack Lucas8c3463e2020-06-12 18:36:55 -040060dcae-healthcheck:
Vijay Venkatesh Kumar41fc5a22022-03-08 16:28:05 -050061 enabled: false
Jack Lucas8c3463e2020-06-12 18:36:55 -040062dcae-inventory-api:
Jack Lucasec09fd52021-11-01 16:54:12 -040063 enabled: false
Jack Lucas8c3463e2020-06-12 18:36:55 -040064dcae-policy-handler:
Jack Lucasec09fd52021-11-01 16:54:12 -040065 enabled: false
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040066 config:
67 cloudifyManagerPasswordExternalSecret: *cmPassSecretName
Jack Lucas8c3463e2020-06-12 18:36:55 -040068dcae-servicechange-handler:
Jack Lucasec09fd52021-11-01 16:54:12 -040069 enabled: false
Jack Lucasc1aa1602022-01-11 12:57:19 -050070