aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorMike Bayer <mbayer@redhat.com>2017-04-18 17:35:19 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-06-20 10:48:43 -0400
commit7e6924c436e9a7581fe37ed46fa21984e4be69bd (patch)
treebe6e605915de238dea9f654b479540edebd5be0e /releasenotes
parent65fe0404ae77364480a545141486d4d606d8119b (diff)
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml b/releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml
new file mode 100644
index 0000000..8359456
--- /dev/null
+++ b/releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Added new parameter mysql_maxconn to the tripleo::haproxy class,
+ allowing haproxy maxconn to be configured for the MySQL server.