Comment 5 for bug 1646550

Revision history for this message
Ruslan Khozinov (rkhozinov) wrote : Re: [9.1][update][contrail] "influxdb-cluster-haproxy" task has failed

haproxy.conf

# This file managed by Puppet
global
  daemon
  group haproxy
  log /dev/log local0
  maxconn 16000
  pidfile /var/run/haproxy.pid
  spread-checks 3
  stats socket /var/lib/haproxy/stats
  tune.bufsize 32768
  tune.maxrewrite 1024
  tune.ssl.default-dh-param 2048
  user haproxy

defaults
  log global
  maxconn 8000
  mode http
  option redispatch
  option http-server-close
  option splice-auto
  option dontlognull
  retries 3
  timeout http-request 20s
  timeout queue 1m
  timeout connect 10s
  timeout client 1m
  timeout server 1m
  timeout check 10s

include conf.d/*.cfg