[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread Thanu
Github user Thanu commented on the pull request: https://github.com/apache/stratos/pull/403#issuecomment-124357143 Closing this to make one commit for all the changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread Thanu
Github user Thanu closed the pull request at: https://github.com/apache/stratos/pull/403 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Re: [GSOC] GCE Load balancer support for stratos - Documentation

2015-07-23 Thread Gayan Gunarathne
Great! Also I think we can schedule a google hangout to demonstrate the latest changes that you have done.May be in next week. Thanks, Gayan On Thu, Jul 23, 2015 at 11:09 PM, Asanka Sanjaya Herath wrote: > Hi All, > > I started writing a documentation[1] for the GCE Load Balancer extension > C

[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread imesh
Github user imesh commented on the pull request: https://github.com/apache/stratos/pull/403#issuecomment-124285589 Thanuja: Please provide a description for your pull request explaining features that you have implemented. As I can see there is a problem in your commits, it cannot be m

Re: [Vote] Release Apache Stratos 4.1.0 RC4

2015-07-23 Thread Manula Thantriwatte
Hi, +1. Test and verified basic functionalities using Mock IaaS. Thanks ! On Thu, Jul 23, 2015 at 9:03 PM, Isuru Perera wrote: > +1 > > I verified release according to [1]. I deployed a sample application on > mock IaaS & tested few commands in CLI. > > Please note that the link to KEYS is not

Re: GSoC - Curve Fitting for Health Statistics Prediction

2015-07-23 Thread Lahiru Sandaruwan
Hi Pranavan, Any news? Thanks. On Tue, Jul 21, 2015 at 10:22 AM, Lahiru Sandaruwan wrote: > We need to get this end to end flow ASAP. I had a sync up with Pranavan 2 > days before. He was trying to send the mock events. I suggested to use mock > IaaS. > > Pranvan, > > Could you please update w

[GSOC] GCE Load balancer support for stratos - Documentation

2015-07-23 Thread Asanka Sanjaya Herath
Hi All, I started writing a documentation[1] for the GCE Load Balancer extension Currently I'm working on. Any suggestion or comment is highly appreciated. ​[1]​. https://docs.google.com/document/d/1a2ZptPScpjuavfpxVu1R1GC7R95jjzHo3L372zL2bRY/edit?usp=sharing -- Thanks, Regards, ASH

Sample Event Publisher for Stratos 4.1.0

2015-07-23 Thread Akila Ravihansa Perera
Hi, I've updated the Stratos sample publisher to match the messaging model in Stratos 4.1.0. This tool can be used to publish custom event messages to MB. It is useful for troubleshooting issues and testing when developing messaging related components. GitHub repo for sample event publisher can b

RE: 4.1 Stratos testig: clarifying application update API

2015-07-23 Thread Martin Eppel (meppel)
Thanks Reka for the clarification, I’ll update my test case accordingly From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: Wednesday, July 22, 2015 11:50 PM To: dev Subject: Re: 4.1 Stratos testig: clarifying application update API Hi Martin, As we tested the scenario along with your sample

[jira] [Created] (STRATOS-1477) Refactor Puppet Modules and integrate Configurator Component

2015-07-23 Thread Akila (JIRA)
Akila created STRATOS-1477: -- Summary: Refactor Puppet Modules and integrate Configurator Component Key: STRATOS-1477 URL: https://issues.apache.org/jira/browse/STRATOS-1477 Project: Stratos Issue T

[jira] [Created] (STRATOS-1476) Forceful Undeployment fails in case of user errors in deployed application

2015-07-23 Thread Akila (JIRA)
Akila created STRATOS-1476: -- Summary: Forceful Undeployment fails in case of user errors in deployed application Key: STRATOS-1476 URL: https://issues.apache.org/jira/browse/STRATOS-1476 Project: Stratos

[jira] [Created] (STRATOS-1475) Invalidate caches and update object attributes when deployed configurations are updated

2015-07-23 Thread Akila (JIRA)
Akila created STRATOS-1475: -- Summary: Invalidate caches and update object attributes when deployed configurations are updated Key: STRATOS-1475 URL: https://issues.apache.org/jira/browse/STRATOS-1475 Project

Re: [Vote] Release Apache Stratos 4.1.0 RC4

2015-07-23 Thread Isuru Perera
+1 I verified release according to [1]. I deployed a sample application on mock IaaS & tested few commands in CLI. Please note that the link to KEYS is not correct in the example curl command. [1] https://cwiki.apache.org/confluence/display/STRATOS/Release+Verification+Guide On Tue, Jul 21, 201

Re: ClusterStatusClusterCreatedEvent usage

2015-07-23 Thread Akila Ravihansa Perera
There are some other unused events listed below that we may have to cleanup as well. TenantSubscribedEventListener TenantUnSubscribedEventListener Also following Application topic events are not registered in event processor chain; GroupMaintenanceModeEvent GroupReadyToShutdownEvent On Thu,

Re: ClusterStatusClusterCreatedEvent usage

2015-07-23 Thread Reka Thirunavukkarasu
+1 to remove this event. This is not used anymore.. Thanks, Reka On Thu, Jul 23, 2015 at 4:03 PM, Gayan Gunarathne wrote: > Hi All, > > Are we using the "ClusterStatusClusterCreatedEvent"? > > As per the code base, we are not sending that event anymore[1].But we have > listeners for this. > > [

Re: [Vote] Release Apache Stratos 4.1.0 RC4

2015-07-23 Thread Pubudu Gunatilaka
+1 for the release. Tested basic functions on Kubernetes. On Thu, Jul 23, 2015 at 2:23 PM, Gayan Gunarathne wrote: > +1 > > On Thu, Jul 23, 2015 at 12:21 PM, Vishanth Balasubramaniam < > vishan...@wso2.com> wrote: > >> +1 verified basic functionalities using Mock IaaS. >> >> On Thu, Jul 23, 201

ClusterStatusClusterCreatedEvent usage

2015-07-23 Thread Gayan Gunarathne
Hi All, Are we using the "ClusterStatusClusterCreatedEvent"? As per the code base, we are not sending that event anymore[1].But we have listeners for this. [1] https://github.com/apache/stratos/blob/master/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/event

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Pranavan Theivendiram
Ok Noted. *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 23 July 2015 at 15:11, Rajkumar Rajaratnam wrote: > > > On Thu, Jul 23, 2015 at 3:09 PM, Pranavan Theivendiram < > pranavan...@cse.mrt.ac.lk> wrote: > >>

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Rajkumar Rajaratnam
On Thu, Jul 23, 2015 at 3:09 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Thanks for the info Reka. > > @Raj, > > Shall I create a new one or Shall I add in the execution plans as Akila > suggested? > Lets pass the ALPHA value from execution plans to the window processor withou

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Pranavan Theivendiram
Thanks for the info Reka. @Raj, Shall I create a new one or Shall I add in the execution plans as Akila suggested? Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 23 July 2015 at 13:48, Akila Ravihansa P

Re: [Vote] Release Apache Stratos 4.1.0 RC4

2015-07-23 Thread Gayan Gunarathne
+1 On Thu, Jul 23, 2015 at 12:21 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > +1 verified basic functionalities using Mock IaaS. > > On Thu, Jul 23, 2015 at 10:53 AM, Isuru Haththotuwa > wrote: > >> +1 >> >> On Wed, Jul 22, 2015 at 10:14 PM, Reka Thirunavukkarasu >> wrote: >> >>>

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Akila Ravihansa Perera
Why not keep this in CEP execution plan which calls the relevant Window processor? Adding more config files will increase the configuration management complexity. On Thu, Jul 23, 2015 at 1:36 PM, Rajkumar Rajaratnam wrote: > Hi Reka, > > He wants to have a configurable constant (ALPHA constant

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Rajkumar Rajaratnam
Hi Reka, He wants to have a configurable constant (ALPHA constant for exponential moving average) which will be used in CEP extensions (window processors). I don't think we have any unique configuration file CEP extensions. Do we need to make one? Thanks, Raj. On Thu, Jul 23, 2015 at 1:28 PM, Re

Re: [Stratos][GSoC-2015] Adding a configurable constant

2015-07-23 Thread Reka Thirunavukkarasu
Hi Prananvan, There are different config files and the classes which keep track of constants in cloud-controller, autoscaler and stratos-manager components where these files are read by relevant component in the component initialization time. The components and the config files are as below: auto

[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread Thanu
Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/403#discussion_r35297343 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/client/AutoscalerCloudControllerClient.java --- @@ -48,194 +48,

[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread Thanu
Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/403#discussion_r35297226 --- Diff: components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java --- @@ -44,347 +43,350 @@ */

[GitHub] stratos pull request: Data publisher integration

2015-07-23 Thread Thanu
Github user Thanu commented on a diff in the pull request: https://github.com/apache/stratos/pull/403#discussion_r35297243 --- Diff: components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java --- @@ -24,281 +

CEP 3.0.0 event publishing to the H2 RDBMS

2015-07-23 Thread Ashan Dhananjaya
Hi All, Im trying to publish health Statistics data to the embedded H2 database. In CEP 3.0.0 they do not have any output adapter for H2 database. I tried to get it done using mysql output adapter and i failed. AFAIK compatible issues with MySql and H2. Then i have raised a jira for this case [1].