Merge "clustercheck: use fqdn instead of ip for bind address" into stable/stein

This commit is contained in:
Zuul 2020-01-20 22:35:56 +00:00 committed by Gerrit Code Review
commit 5e640c4912
1 changed files with 9 additions and 1 deletions

View File

@ -62,7 +62,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