Use clustercheck to manage galera nodes membership in haproxy

Change-Id: I7199c7e5d759a76f58c0f48b40e9d460a3163886
Partial-Bug: 1456701
This commit is contained in:
Giulio Fidente 2015-06-24 08:55:21 +02:00
parent bf5994053f
commit 42986a6d96
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ class tripleo::loadbalancer (
ports => '3306',
ipaddresses => hiera('mysql_node_ips', $controller_hosts_real),
server_names => $controller_hosts_names_real,
options => ['check', 'inter 2000', 'rise 2', 'fall 5', 'backup'],
options => ['check', 'port 9200', 'on-marked-down shutdown-sessions', 'inter 2000', 'rise 2', 'fall 5', 'backup'],
}
}