puppet-tripleo/releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml
Mike Bayer 7e6924c436 Add maxconn parameter to MySQL / HAProxy
Allows configurability of maxconn as applies to
the MySQL section of the HAProxy config, both
for clustercheck and single node.

Also adds a new test for the haproxy class
overall to exercise options.

Change-Id: I023682dd5e85cc78d6dd3e5214a53863acc4f303
2017-06-20 10:48:43 -04:00

6 lines
157 B
YAML

---
features:
- |
Added new parameter mysql_maxconn to the tripleo::haproxy class,
allowing haproxy maxconn to be configured for the MySQL server.