aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-27 08:23:31 +0000
committerGerrit Code Review <review@openstack.org>2016-09-27 08:23:31 +0000
commit91dd7cc6c771cb0a6d02936987f5f2737bd53f35 (patch)
treedc8adb73da6acdf88f74b19e80ebf7837cd6eeef /puppet
parent1df8cfedbf558a9623f63c8f6861ef5d3e3bf5fe (diff)
parent99449a38fb3498fbefc497942494090d08a041cd (diff)
Merge "Use parameter name to configure gmcast_listen_addr"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/pacemaker/database/mysql.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/database/mysql.yaml b/puppet/services/pacemaker/database/mysql.yaml
index f6d4be20..7deaf0ca 100644
--- a/puppet/services/pacemaker/database/mysql.yaml
+++ b/puppet/services/pacemaker/database/mysql.yaml
@@ -43,5 +43,13 @@ outputs:
'"%{::fqdn_$NETWORK}"'
params:
$NETWORK: {get_param: [ServiceNetMap, MysqlNetwork]}
+ # NOTE: bind IP is found in Heat replacing the network name with the
+ # local node IP for the given network; replacement examples
+ # (eg. for internal_api):
+ # internal_api -> IP
+ # internal_api_uri -> [IP]
+ # internal_api_subnet - > IP/CIDR
+ tripleo::profile::pacemaker::database::mysql::gmcast_listen_addr:
+ get_param: [ServiceNetMap, MysqlNetwork]
step_config: |
include ::tripleo::profile::pacemaker::database::mysql