From 7e6924c436e9a7581fe37ed46fa21984e4be69bd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 18 Apr 2017 17:35:19 -0400 Subject: 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 --- .../notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/add-mysql_maxconn-to-haproxy-84a5ad07d8d14ddd.yaml (limited to 'releasenotes') 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. -- cgit 1.2.3-korg