Merge "clustercheck: use fqdn instead of ip for bind address"

This commit is contained in:
Zuul 2020-01-20 13:44:43 +00:00 committed by Gerrit Code Review
commit df5577eea0
1 changed files with 9 additions and 1 deletions

View File

@ -59,7 +59,15 @@ outputs:
description: Containerized service clustercheck using composable services.
value:
service_name: clustercheck
config_settings: {get_attr: [MysqlPuppetBase, role_data, config_settings]}
config_settings:
map_merge:
- get_attr: [MysqlPuppetBase, role_data, config_settings]
- tripleo::profile::pacemaker::clustercheck::bind_address:
str_replace:
template:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]}
# BEGIN DOCKER SETTINGS #
puppet_config:
config_volume: clustercheck