CharlesQueiroz opened a new pull request, #7484: URL: https://github.com/apache/cloudstack/pull/7484
### Description Add a new feature for load balancers based on haproxy. FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/VR+haproxy+customization+in+CloudStack Fixes https://github.com/apache/cloudstack/issues/3789 This commit was based on this: https://github.com/apache/cloudstack/pull/5799 It supports (or will support) Basic proxy configurations: haproxy statistics uri, auth, enable/disable global maxconn and maxpipes Basic configurations on rule timeout connection, client ,server globally and per rule http, httpalive per rule maxconn, fullconn per rule maxconn, minconn, maxqueue per server in rule advanced features transparent load balancer SSL offloading http2 support Variable SSL configurations ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [x] Major - [ ] Minor ### Screenshots (if appropriate): Adding networks level haproxy configs <img width="1047" alt="Screenshot 2023-04-30 at 20 33 00" src="https://user-images.githubusercontent.com/2192264/235372803-26526e43-aa1f-46a3-bc9e-1efcdd9b6a56.png"> Adding load balancer level configs <img width="1048" alt="Screenshot 2023-04-30 at 20 34 24" src="https://user-images.githubusercontent.com/2192264/235372858-06ab15ff-2c9c-4d67-be35-13656feba359.png"> <img width="1521" alt="Screenshot 2023-05-01 at 07 00 27" src="https://user-images.githubusercontent.com/2192264/235414155-2520b897-6ff7-4cdf-95b3-fc5d4388cf48.png"> Adding SSL Certificate <img width="929" alt="Screenshot 2023-05-01 at 07 02 36" src="https://user-images.githubusercontent.com/2192264/235414325-bdb8932e-c254-4bdf-8918-d5490bc32b32.png"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org