From: Juan Antonio Osorio Robles Date: Tue, 28 Feb 2017 12:48:38 +0000 (+0200) Subject: mysqlclient: Use actual parameter in puppet to set bind-address X-Git-Tag: opnfv-6.0.0~986^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3c3afe6b01b0b01878625e5648fd8651ba2317ce;p=apex-tripleo-heat-templates.git mysqlclient: Use actual parameter in puppet to set bind-address It was using a hiera key, and fetching that from a hiera call in the puppet manfiest. But we can remove that if we set it via hiera from t-h-t. Change-Id: I5af5ccb88e644f4dd25503d8e7a93796695d3039 --- diff --git a/puppet/services/database/mysql-client.yaml b/puppet/services/database/mysql-client.yaml index c8428e0a..78456e28 100644 --- a/puppet/services/database/mysql-client.yaml +++ b/puppet/services/database/mysql-client.yaml @@ -28,7 +28,7 @@ outputs: value: service_name: mysql_client config_settings: - tripleo::profile::base:database::mysql::client_bind_address: {get_param: [ServiceNetMap, MysqlNetwork]} + tripleo::profile::base::database::mysql::client::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