CiscoCloud / haproxy-consul

Dynamic haproxy configuration using consul
Apache License 2.0
168 stars 85 forks source link

Check config and reload config #37

Closed lalarsson closed 8 years ago

lalarsson commented 8 years ago

Also updated docs with how to reload config how to activate Statistics.

Also improved bash script slightly.

Reloading also is done with no downtime.

eesprit commented 8 years ago

Wouldn't it be pertinent to use the reload script as the consul-template command ? The check config step is a cool feature IMHO.

lalarsson commented 8 years ago

That's very relevant, thanks for pointing it out! Have a solution underway making proper use of consul-template.

lalarsson commented 8 years ago

@eesprit Added proper reload through consul-template. @stevendborrelli Could you please merge this PR and the others when you get a moment? I've looked them through and it looks ok.