Re: Support turning off auto-scaling feature

2014-12-24 Thread Rajkumar Rajaratnam
Hi Devs, Created a JIRA to track this feature for FUTURE releases. https://issues.apache.org/jira/browse/STRATOS-1053 Thanks. On Wed, Nov 5, 2014 at 5:21 PM, Lahiru Sandaruwan wrote: > +1 for the feature as it removes the overhead of running scale rule(now we > can do it by setting min=max).

Re: Support turning off auto-scaling feature

2014-11-05 Thread Lahiru Sandaruwan
+1 for the feature as it removes the overhead of running scale rule(now we can do it by setting min=max). I think the valuable feature would be the service subscription level option. When user disable autoscaling, he has to give instance count instead of min and max. We have to consider this when

Re: Support turning off auto-scaling feature

2014-11-05 Thread Imesh Gunaratne
+1 for the proposal, may be we could have two options to configure this: 1. At global level to affect all service subscriptions 2. At service subscription level to affect only a given service subscription On Wed, Nov 5, 2014 at 1:15 PM, Rajkumar Rajaratnam wrote: > Advantage of option 3 is that

Re: Support turning off auto-scaling feature

2014-11-04 Thread Rajkumar Rajaratnam
Advantage of option 3 is that we can achieve the desired state (enabled/disabled) in one step process. Say you are starting stratos, you can set it to enable/disable and start it. Whereas in option 1, If we supporting it at API level, we should start the stratos and then call the API to achieve th

Re: Support turning off auto-scaling feature

2014-11-04 Thread Udara Liyanage
Hi Imesh, Say someone want to disable the auto scaling for some testing purpose, then he can do this by just disabling it in conf file keeping the AS policy values as it is for later use. He does not need knowledge in editing policies. At some point when he want it ti re enable, just change in con

Re: Support turning off auto-scaling feature

2014-11-04 Thread Rajkumar Rajaratnam
Hi Imesh, On Wed, Nov 5, 2014 at 12:40 PM, Imesh Gunaratne wrote: > I think even now this is configurable via autoscaling policies (by setting > appropriate threashold values). IMO if we are introducing a new > configuration option to enable/disable autoscaling feature that should come > at serv

Re: Support turning off auto-scaling feature

2014-11-04 Thread Imesh Gunaratne
I think even now this is configurable via autoscaling policies (by setting appropriate threashold values). IMO if we are introducing a new configuration option to enable/disable autoscaling feature that should come at service subscription level (application deployment). Thanks On Wed, Nov 5, 2014

Support turning off auto-scaling feature

2014-11-04 Thread Rajkumar Rajaratnam
Hi Devs, Since we are supporting manual scaling now, how about $Subject? However, min-check will be executed periodically, but we should be able to disable scale check. I can see some other paas frameworks offer this feature. Basically it allows the user to decide how many instances he wants and