aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/database/mysql.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-17 12:04:18 +0000
committerGerrit Code Review <review@openstack.org>2017-02-17 12:04:18 +0000
commit3cea0982f96a523cfb8fa6bc323932636d193ddb (patch)
tree189eeabb1065e532c49e6cb2c730bc9f70ad76da /manifests/profile/pacemaker/database/mysql.pp
parent6be941d2a7f830c726a542a1932b60dedc58c605 (diff)
parent95fbe9289b0286aa315f78827b21d2374f600850 (diff)
Merge "xinetd: bind only on mysql network"
Diffstat (limited to 'manifests/profile/pacemaker/database/mysql.pp')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index 595705b..bc5e644 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -186,6 +186,7 @@ class tripleo::profile::pacemaker::database::mysql (
unless => '/bin/test -e /etc/sysconfig/clustercheck && grep -q clustercheck /etc/sysconfig/clustercheck',
}
xinetd::service { 'galera-monitor' :
+ bind => hiera('mysql_bind_host'),
port => '9200',
server => '/usr/bin/clustercheck',
per_source => 'UNLIMITED',