diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-17 12:04:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-17 12:04:18 +0000 |
commit | 3cea0982f96a523cfb8fa6bc323932636d193ddb (patch) | |
tree | 189eeabb1065e532c49e6cb2c730bc9f70ad76da /manifests/profile | |
parent | 6be941d2a7f830c726a542a1932b60dedc58c605 (diff) | |
parent | 95fbe9289b0286aa315f78827b21d2374f600850 (diff) |
Merge "xinetd: bind only on mysql network"
Diffstat (limited to 'manifests/profile')
-rw-r--r-- | manifests/profile/pacemaker/database/mysql.pp | 1 |
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', |