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 |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 17 | ################################################################# |
| 18 | # Global configuration defaults. |
| 19 | ################################################################# |
| 20 | global: |
| 21 | nodePortPrefix: 302 |
Jack Lucas | c686131 | 2020-03-03 15:57:59 -0500 | [diff] [blame] | 22 | tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 |
Vijay Venkatesh Kumar | 6ef010c | 2019-05-01 18:41:35 +0000 | [diff] [blame] | 23 | consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0 |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 24 | |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 25 | ################################################################# |
| 26 | # Secrets metaconfig |
| 27 | ################################################################# |
| 28 | secrets: |
| 29 | - name: &cmPassSecretName '{{ include "common.release" . }}-dcaegen2-cm-pass' |
| 30 | type: password |
| 31 | externalSecret: '{{ tpl (default "" .Values.config.cloudifyManagerPasswordExternalSecret) . }}' |
| 32 | password: '{{ .Values.config.cloudifyManagerPassword }}' |
| 33 | |
| 34 | config: {} |
| 35 | |
| 36 | # To work around DCAEGEN2-2450, set password strength to "basic" |
| 37 | # to ensure password contains only alphanumerics |
| 38 | passwordStrengthOverride: basic |
| 39 | |
vv770d | 97b84ea | 2020-08-17 22:30:24 +0000 | [diff] [blame] | 40 | # Enable all DCAE components by default |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 41 | dcae-bootstrap: |
| 42 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 43 | config: |
| 44 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 45 | dcae-cloudify-manager: |
| 46 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 47 | config: |
| 48 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 49 | dcae-config-binding-service: |
| 50 | enabled: true |
| 51 | dcae-dashboard: |
| 52 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 53 | config: |
| 54 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 55 | dcae-deployment-handler: |
| 56 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 57 | config: |
| 58 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 59 | dcae-healthcheck: |
| 60 | enabled: true |
| 61 | dcae-inventory-api: |
| 62 | enabled: true |
| 63 | dcae-policy-handler: |
| 64 | enabled: true |
Schmalzried, Terry (ts862m) | 12db789 | 2020-08-21 20:42:33 -0400 | [diff] [blame] | 65 | config: |
| 66 | cloudifyManagerPasswordExternalSecret: *cmPassSecretName |
Jack Lucas | 8c3463e | 2020-06-12 18:36:55 -0400 | [diff] [blame] | 67 | dcae-servicechange-handler: |
vv770d | 97b84ea | 2020-08-17 22:30:24 +0000 | [diff] [blame] | 68 | enabled: true |