aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-23 08:09:44 +0000
committerGerrit Code Review <review@openstack.org>2016-10-23 08:09:44 +0000
commit9d8a6b6e740332c141b8fa6312b2a8ea315bea70 (patch)
tree7465453553abe8a437c9ec09cb1d6b25eaecec81 /manifests/haproxy.pp
parentd897f2005c67b1c0288b19e296cc5b7088453620 (diff)
parent36c0d0a3c19446fbec88686ea9b96ffa4fc4498f (diff)
Merge "Enable haproxy statistics unix socket"
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp4
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',