diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-23 08:09:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-23 08:09:44 +0000 |
commit | 9d8a6b6e740332c141b8fa6312b2a8ea315bea70 (patch) | |
tree | 7465453553abe8a437c9ec09cb1d6b25eaecec81 /manifests | |
parent | d897f2005c67b1c0288b19e296cc5b7088453620 (diff) | |
parent | 36c0d0a3c19446fbec88686ea9b96ffa4fc4498f (diff) |
Merge "Enable haproxy statistics unix socket"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/haproxy.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index 400c508..04ce27e 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -659,6 +659,10 @@ class tripleo::haproxy ( 'maxconn' => $haproxy_global_maxconn, 'ssl-default-bind-ciphers' => $ssl_cipher_suite, 'ssl-default-bind-options' => $ssl_options, + 'stats' => [ + 'socket /var/run/haproxy.sock mode 600 level user', + 'timeout 2m' + ], }, defaults_options => { 'mode' => 'tcp', |