cloudfoundry / haproxy-boshrelease

A BOSH release for haproxy (based on cf-release's haproxy job)
Apache License 2.0
37 stars 81 forks source link

What is the keepalive_timeout attribute for? #35

Closed YunSangJun closed 7 years ago

YunSangJun commented 7 years ago

What is the keepalive_timeout attribute for?

I can not find keepalived package and configuration file.

Do you have plan to develop keepalived feature?.

geofffranks commented 7 years ago

It's used in https://github.com/cloudfoundry-community/haproxy-boshrelease/blob/master/jobs/haproxy/templates/haproxy.config.erb#L23

HAProxy documentation: https://cbonte.github.io/haproxy-dconv/configuration-1.6.html#4-timeout%20http-keep-alive

YunSangJun commented 7 years ago

I was confused with keepalivedc.

Actually, i am using haproxy-boshrelease with keepalivedc to achieve high availability. To automate this feature, need to add some settings to haproxy-boshrelease.

Do you have plan to develop this feature like keepalivedc?.

http://www.keepalived.org/ http://www.stratoscale.com/wp-content/uploads/HAproxy-architecture.png

gberche-orange commented 7 years ago

Orange is preparing a PR for keep-alived support in haproxy-boshrelease. We're polishing the documentation and should submit the PR soon. Some more details at https://github.com/orange-cloudfoundry/cf-haproxy-boshrelease/pull/1

/CC @axelfauvel @poblin-orange