Re: Autoscale without Netscaler

2019-12-23 Thread Andrija Panic
If you make it work, I'm all ears (for documentation purposes...) -
otherwise, I would expect it might be broken (not maintained in later
releases).

cheers

On Mon, 23 Dec 2019 at 18:30, Ezequiel Mc Govern <
ezequiel.mcgov...@gmail.com> wrote:

> We get an error at create the AutoScale Group using CloudStack 4.11.3:
>
> 2019-12-23 11:20:31,066 WARN  [c.c.n.a.AutoScaleManagerImpl]
> (API-Job-Executor-108:ctx-c1aa2943 job-23199 ctx-11191f77) (logid:adcdb2c8)
> Exception during configureLbAutoScaleVmGroup in lb rules manager
> java.lang.UnsupportedOperationException
> at java.util.AbstractList.remove(AbstractList.java:161)
> at java.util.AbstractList$Itr.remove(AbstractList.java:374)
> at java.util.AbstractList.removeRange(AbstractList.java:571)
> at java.util.AbstractList.clear(AbstractList.java:234)
> at
>
> com.cloud.network.rules.LoadBalancingRules.accept(LoadBalancingRules.java:57)
>
>
> the code in this line is:
>
> _rules.clear();
>
> _rules is a Array ?
>
> Thanks !
>
>
>
>
> El mar., 5 jun. 2018 a las 4:08, Daan Hoogland ()
> escribió:
>
> > Matheus,
> > As you are now at 4.11 so that statement would mean it is in. I don't
> know
> > it, but there is a whole class of API calls concerning  autoscaling, did
> > you try those?
> > regards,
> >
> > On Tue, Jun 5, 2018 at 4:28 AM, Matheus Fontes 
> wrote:
> >
> > > Does it work?
> > > http://docs.cloudstack.apache.org/en/latest/networking/
> > > autoscale_without_netscaler.html
> > >
> > > It says:
> > > Warning
> > > This feature is currently only available on the master branch and will
> be
> > > released in the 4.4 release.
> > >
> > > We are using 4.11 but the autoscale option in loadbalance does not
> show.
> > >
> > > thanks
> > > Matheus Fontes
> >
> >
> >
> >
> > --
> > Daan
> >
>
>
> --
> Saludos !!
> Ezequiel ;)
>


-- 

Andrija Panić


Re: Password hash from any of CloudStack version

2019-12-23 Thread Sven Vogel
Hi Vivek,

I will send you one.

Cheers

Sven


__

Sven Vogel
Teamlead Platform

EWERK DIGITAL GmbH
Brühl 24, D-04109 Leipzig
P +49 341 42649 - 99
F +49 341 42649 - 98
s.vo...@ewerk.com
www.ewerk.com

Geschäftsführer:
Dr. Erik Wende, Hendrik Schubert, Frank Richter
Registergericht: Leipzig HRB 9065

Zertifiziert nach:
ISO/IEC 27001:2013
DIN EN ISO 9001:2015
DIN ISO/IEC 2-1:2011

EWERK-Blog | LinkedIn | Xing | Twitter | Facebook

Auskünfte und Angebote per Mail sind freibleibend und unverbindlich.

Disclaimer Privacy:
Der Inhalt dieser E-Mail (einschließlich etwaiger beigefügter Dateien) ist 
vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der 
bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung, 
Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte 
informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie die 
E-Mail (einschließlich etwaiger beigefügter Dateien) von Ihrem System. Vielen 
Dank.

The contents of this e-mail (including any attachments) are confidential and 
may be legally privileged. If you are not the intended recipient of this 
e-mail, any disclosure, copying, distribution or use of its contents is 
strictly prohibited, and you should please notify the sender immediately and 
then delete it (including any attachments) from your system. Thank you.
> Am 19.12.2019 um 19:27 schrieb Vivek Kumar :
>
> Hello Mates..!!
>
> Can anyone provide me the any password hash from the ACS DB for any user. 
> Just send me the Actual password and it’s hash from DB.
>
> It’s just for testing purpose, otherwise I have to Setup ACS separately just 
> for this.
>
> i.e Select * from user where username = ’XYZ’;
>
> Vivek Kumar
>



Re: Autoscale without Netscaler

2019-12-23 Thread Ezequiel Mc Govern
We get an error at create the AutoScale Group using CloudStack 4.11.3:

2019-12-23 11:20:31,066 WARN  [c.c.n.a.AutoScaleManagerImpl]
(API-Job-Executor-108:ctx-c1aa2943 job-23199 ctx-11191f77) (logid:adcdb2c8)
Exception during configureLbAutoScaleVmGroup in lb rules manager
java.lang.UnsupportedOperationException
at java.util.AbstractList.remove(AbstractList.java:161)
at java.util.AbstractList$Itr.remove(AbstractList.java:374)
at java.util.AbstractList.removeRange(AbstractList.java:571)
at java.util.AbstractList.clear(AbstractList.java:234)
at
com.cloud.network.rules.LoadBalancingRules.accept(LoadBalancingRules.java:57)


the code in this line is:

_rules.clear();

_rules is a Array ?

Thanks !




El mar., 5 jun. 2018 a las 4:08, Daan Hoogland ()
escribió:

> Matheus,
> As you are now at 4.11 so that statement would mean it is in. I don't know
> it, but there is a whole class of API calls concerning  autoscaling, did
> you try those?
> regards,
>
> On Tue, Jun 5, 2018 at 4:28 AM, Matheus Fontes  wrote:
>
> > Does it work?
> > http://docs.cloudstack.apache.org/en/latest/networking/
> > autoscale_without_netscaler.html
> >
> > It says:
> > Warning
> > This feature is currently only available on the master branch and will be
> > released in the 4.4 release.
> >
> > We are using 4.11 but the autoscale option in loadbalance does not show.
> >
> > thanks
> > Matheus Fontes
>
>
>
>
> --
> Daan
>


-- 
Saludos !!
Ezequiel ;)