aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-28 13:47:56 +0000
committerGerrit Code Review <review@openstack.org>2017-02-28 13:47:56 +0000
commit42528a729644dd5531509c95c438c35930c6532e (patch)
treecf0018ae0378ea023e1b27af4240b581d098f399 /puppet/services
parent6a8850e10ed892a2dedd1af02425fc3ffc43fc5b (diff)
parent9a4b972737825c5402d7d2b1ca7b3b4fb7f2c6e5 (diff)
Merge "Configure SSL connection for MySQL client via client config file"
Diffstat (limited to 'puppet/services')
-rw-r--r--puppet/services/database/mysql-client.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/database/mysql-client.yaml b/puppet/services/database/mysql-client.yaml
index 1415391c..c8428e0a 100644
--- a/puppet/services/database/mysql-client.yaml
+++ b/puppet/services/database/mysql-client.yaml
@@ -18,6 +18,9 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
+ EnableInternalTLS:
+ type: boolean
+ default: false
outputs:
role_data:
@@ -26,5 +29,6 @@ outputs:
service_name: mysql_client
config_settings:
tripleo::profile::base:database::mysql::client_bind_address: {get_param: [ServiceNetMap, MysqlNetwork]}
+ tripleo::profile::base::database::mysql::client::enable_ssl: {get_param: EnableInternalTLS}
step_config: |
include ::tripleo::profile::base::database::mysql::client