BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada |
Jack Lucas | ecc9f60 | 2019-03-19 11:38:42 -0400 | [diff] [blame] | 2 | # Modifications Copyright © 2018-2019 AT&T |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 3 | # Modifications Copyright © 2020 Samsung Electronics |
Michal Banka | 3d48748 | 2021-02-11 10:36:47 +0100 | [diff] [blame] | 4 | # Modifications Copyright © 2021 Nokia |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 5 | # |
| 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 | |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 18 | ################################################################# |
| 19 | # Global configuration defaults. |
| 20 | ################################################################# |
| 21 | global: |
| 22 | nodePortPrefix: 302 |
Jack Lucas | c686131 | 2020-03-03 15:57:59 -0500 | [diff] [blame] | 23 | tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 |
Jack Lucas | f90784c | 2021-02-08 12:47:49 -0500 | [diff] [blame] | 24 | consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.0 |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 25 | |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 26 | ################################################################# |
| 27 | # Secrets metaconfig |
| 28 | ################################################################# |
| 29 | secrets: |
| 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 | |
| 35 | config: {} |
| 36 | |
| 37 | # To work around DCAEGEN2-2450, set password strength to "basic" |
| 38 | # to ensure password contains only alphanumerics |
| 39 | passwordStrengthOverride: basic |
| 40 | |
vv770d | 97b84ea | 2020-08-17 22:30:24 +0000 | [diff] [blame] | 41 | # Enable all DCAE components by default |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 42 | dcae-bootstrap: |
| 43 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 44 | config: |
| 45 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 46 | dcae-cloudify-manager: |
| 47 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 48 | config: |
| 49 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 50 | dcae-config-binding-service: |
| 51 | enabled: true |
| 52 | dcae-dashboard: |
| 53 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 54 | config: |
| 55 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 56 | dcae-deployment-handler: |
| 57 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 58 | config: |
| 59 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 60 | dcae-healthcheck: |
| 61 | enabled: true |
| 62 | dcae-inventory-api: |
| 63 | enabled: true |
| 64 | dcae-policy-handler: |
| 65 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 66 | config: |
| 67 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 68 | dcae-servicechange-handler: |
vv770d | 97b84ea | 2020-08-17 22:30:24 +0000 | [diff] [blame] | 69 | enabled: true |
Michal Banka | 3d48748 | 2021-02-11 10:36:47 +0100 | [diff] [blame] | 70 | dcae-ves-openapi-manager: |
| 71 | enabled: true |