On 03/06/16 16:09, Mark Kirkwood wrote:
I'll dig up the Haproxy config and post. However any thoughts in the
meantime?
We have:
defaults
log global
maxconn 8000
option redispatch
retries 3
stats enable
timeout http-request 10s
timeout queue 1m
timeout connect 10s
timeout client 1m
timeout server 1m
timeout check 10s
...
listen swift-pxy00
bind :::8843 ssl crt /var/lib/puppet/ssl/certs/host.crt.pem ca-file
/var/lib/puppet/ssl/certs/ca.pem no-sslv3
balance roundrobin
mode http
option httpchk /info
server tst-wgtn-opxy1 10.16.0.39:8843 check ca-file
/var/lib/puppet/ssl/certs/ca.pem crt
/var/lib/puppet/ssl/certs/host.crt.pem ssl
server tst-wgtn-opxy2 10.16.0.49:8843 check ca-file
/var/lib/puppet/ssl/certs/ca.pem crt
/var/lib/puppet/ssl/certs/host.crt.pem ssl
Which is missing a few options compared to
https://swiftstack.com/blog/2013/06/10/configuring-haproxy-as-a-swiftstack-load-balancer/
. We will amend and retest.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack