openstack-ansible-haproxy_s.../releasenotes/notes/implement_tuning_params-e627c774c0d0c9d2.yaml
Andrey c477565acb Added Haproxy global tunables
Max number of connection may be set up, as well as major tunables
may be added as the variables.

Change-Id: I5b333b79680d81b030810a7e94e3cc4bfe724649
2017-03-15 18:06:16 -05:00

8 lines
334 B
YAML

---
features:
- Haproxy-server role allows to set up tunable parameters.
For doing that it is necessary to set up a dictionary of options in the
config files, mentioning those which have to be changed (defaults for the
remaining ones are programmed in the template). Also "maxconn" global option
made to be tunable.