Re: VR/LB inject others options in haproxy.cfg

2019-09-20 Thread Sven Vogel
ion could be put into a dedicated UI. Editing >> network and rule tags seems a bit clunky. >> The disadvantage would be that the UI has to be adapted whenever support >> for new options is added. >> Maybe an autogenerated UI from the list of supported tags is possible? >&

Re: VR/LB inject others options in haproxy.cfg

2019-09-20 Thread Wei ZHOU
> for new options is added. > Maybe an autogenerated UI from the list of supported tags is possible? > > From: Wei ZHOU > Sent: 17 September 2019 19:21 > To: dev@cloudstack.apache.org > Subject: Re: VR/LB inject others options in haproxy.c

Re: VR/LB inject others options in haproxy.cfg

2019-09-19 Thread Riepl, Gregor (SWISS TXT)
? From: Wei ZHOU Sent: 17 September 2019 19:21 To: dev@cloudstack.apache.org Subject: Re: VR/LB inject others options in haproxy.cfg fyi That is what we have implemented. https://kb.leaseweb.com/customer-portal/cloudstack/network-cloudstack#Network:CloudStack

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Wei ZHOU
Hi Rauklei, Most of changes can work with haproxy 1.5/1.7/1.8. You can upload your haproxy configuration. maybe community can help. -Wei On Tue, 17 Sep 2019 at 22:11, Rauklei P. S. Guimarães wrote: > Wei? > Any restrictions with version of the CloudStack and Haproxy? Actually I > use 4.11.1

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Rauklei P . S . Guimarães
Wei? Any restrictions with version of the CloudStack and Haproxy? Actually I use 4.11.1.0 and 1.7.5-2. I trying change Maxconn and others parameters of the HAproxy without success. Tks again, On Tue, Sep 17, 2019 at 2:46 PM Rauklei P. S. Guimarães wrote: > Tks a lot Wei, > > > On Tue, Sep

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Rauklei P . S . Guimarães
Tks a lot Wei, On Tue, Sep 17, 2019 at 2:21 PM Wei ZHOU wrote: > fyi > > That is what we have implemented. > > > https://kb.leaseweb.com/customer-portal/cloudstack/network-cloudstack#Network:CloudStack-ConfiguringaloadbalancerforanIPAddressofanIsolatedNetwork > > We will create pull request lat

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Wei ZHOU
fyi That is what we have implemented. https://kb.leaseweb.com/customer-portal/cloudstack/network-cloudstack#Network:CloudStack-ConfiguringaloadbalancerforanIPAddressofanIsolatedNetwork We will create pull request later this year. -Wei On Tuesday, 17 September 2019, Rauklei P. S. Guimarães wro

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Rauklei P . S . Guimarães
Maibe in Panel/Global Config? On Tue, Sep 17, 2019 at 11:17 AM Riepl, Gregor (SWISS TXT) < gregor.ri...@swisstxt.ch> wrote: > > > haproxy.cfg is generated by this file > > > https://github.com/apache/cloudstack/blob/master/core/src/main/java/com/cloud/network/HAProxyConfigurator.java > > Allowing

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Riepl, Gregor (SWISS TXT)
> haproxy.cfg is generated by this file > https://github.com/apache/cloudstack/blob/master/core/src/main/java/com/cloud/network/HAProxyConfigurator.java Allowing changes to the HAProxy config via the CloudStack API could be a very useful addition, as the defaults are sometimes a bit limiting. Fo

Re: VR/LB inject others options in haproxy.cfg

2019-09-17 Thread Rauklei P . S . Guimarães
Tks Wei, On Mon, Sep 16, 2019 at 6:25 PM Wei ZHOU wrote: > Hi Rauklei, > > haproxy.cfg is generated by this file > > https://github.com/apache/cloudstack/blob/master/core/src/main/java/com/cloud/network/HAProxyConfigurator.java > > -Wei > > On Monday, 16 September 2019, Rauklei P. S. Guimarães

Re: VR/LB inject others options in haproxy.cfg

2019-09-16 Thread Wei ZHOU
Hi Rauklei, haproxy.cfg is generated by this file https://github.com/apache/cloudstack/blob/master/core/src/main/java/com/cloud/network/HAProxyConfigurator.java -Wei On Monday, 16 September 2019, Rauklei P. S. Guimarães wrote: > Hello, > I need to set some parameters in haproxy (haproxy.cfg) w