diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-28 13:47:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-28 13:47:56 +0000 |
commit | 42528a729644dd5531509c95c438c35930c6532e (patch) | |
tree | cf0018ae0378ea023e1b27af4240b581d098f399 /puppet | |
parent | 6a8850e10ed892a2dedd1af02425fc3ffc43fc5b (diff) | |
parent | 9a4b972737825c5402d7d2b1ca7b3b4fb7f2c6e5 (diff) |
Merge "Configure SSL connection for MySQL client via client config file"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/database/mysql-client.yaml | 4 |
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 |