Re: Refactoring Metering Service Implementation for Stratos

2015-08-06 Thread Thanuja Uruththirakodeeswaran
Hi Devs, I have almost completed refactoring the publisher classes. Current publisher class structure is shown below: ​ As next step I'm going to modify thrift-client-config.xml so that thrift configuration for CEP and DAS can be read from the same file. Also I plan to set InstanceMetadata for Mo

Re: [GSOC] GCE Load Balancing Support for Stratos - weekly update

2015-08-06 Thread Asanka Sanjaya Herath
Hi Gayan, I'll send the PR today. Sorry for the delay. On Thu, Aug 6, 2015 at 1:02 PM, Gayan Gunarathne wrote: > Hi Asanka, > > Once you have done with the above code review changes , please send us the > PR for the implementation. > > Thanks, > Gayan > > On Thu, Jul 30, 2015 at 7:14 PM, Asanka

[GitHub] stratos pull request: Remove UUID and tenantId from CartridgeBean

2015-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/418 --- 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 ena

[GitHub] stratos pull request: Remove UUID and tenantId from CartridgeBean

2015-08-06 Thread dinithis
Github user dinithis commented on a diff in the pull request: https://github.com/apache/stratos/pull/418#discussion_r36489113 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java --- @@ -302,17 +302,17 @@ publi

Need access to wiki to add documentation for AWS Load Balancing Support for Stratos

2015-08-06 Thread Swapnil Patil
Hi All, I need access to wiki to add documentation for AWS Load Balancing Support for Stratos. Could someone please provide me the same? Thanks and Regards, Swapnil

Re: [Discuss] Apache Stratos 4.1.1 Release Plan

2015-08-06 Thread Imesh Gunaratne
On Fri, Aug 7, 2015 at 1:42 AM, Akila Ravihansa Perera wrote: > > Release build is done. Please find the SNAPSHOT artifacts at [1]. Please > download and test. > > I think what we need to verify is 4.1.1-rc1 artifacts, not 4.1.1-SNAPSHOT. It would be better to have them here [1] > @Imesh: I'm

Re: [Discuss] Apache Stratos 4.1.1 Release Plan

2015-08-06 Thread Akila Ravihansa Perera
Hi all, Release build is done. Please find the SNAPSHOT artifacts at [1]. Please download and test. @Imesh: I'm referring to the LICENSE files under distribution [2]. Also SNAPSHOT maven deploy is failing because jclouds dependencies do not have SNAPSHOT version. [1] http://104.155.219.173/Stra

Re: [Discuss] Apache Stratos 4.1.1 Release Plan

2015-08-06 Thread Imesh Gunaratne
On Thu, Aug 6, 2015 at 7:32 PM, Akila Ravihansa Perera wrote: > > @Devs: If you have any changes pending, please shout. I'll be starting the > release build in a while. > > IMO we are ready to go with 4.1.1. @Reka: Do you have anything to commit? > Couple of concerns: > > 1. How should be versi

[GitHub] stratos pull request: Remove UUID and tenantId from CartridgeBean

2015-08-06 Thread lahirus
Github user lahirus commented on a diff in the pull request: https://github.com/apache/stratos/pull/418#discussion_r36434651 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41.java --- @@ -302,17 +302,17 @@ public

[GitHub] stratos pull request: Remove UUID and tenantId from CartridgeBean

2015-08-06 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/418 Remove UUID and tenantId from CartridgeBean Remove UUID and tenantId from CartridgeBean You can merge this pull request into a Git repository by running: $ git pull https://github.com/dinithi

[GitHub] stratos pull request: Remove UUID and TenantId from CartridgeGroup...

2015-08-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/417 --- 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 ena

Re: [Discuss] Apache Stratos 4.1.1 Release Plan

2015-08-06 Thread Akila Ravihansa Perera
Hi, I've updated Dockerfile versions for Stratos 4.1.1 release and also pushed the latest Docker images to DockerHub (ver. 4.1.1). I tested the basic functionality in Kubernetes and everything seems to be in order. @Devs: If you have any changes pending, please shout. I'll be starting the release

[jira] [Created] (STRATOS-1488) Kubernetes Cluster redeployment does not load updated values for portRange

2015-08-06 Thread Akila (JIRA)
Akila created STRATOS-1488: -- Summary: Kubernetes Cluster redeployment does not load updated values for portRange Key: STRATOS-1488 URL: https://issues.apache.org/jira/browse/STRATOS-1488 Project: Stratos

[GitHub] stratos pull request: Remove UUID and TenantId from CartridgeGroup...

2015-08-06 Thread dinithis
GitHub user dinithis opened a pull request: https://github.com/apache/stratos/pull/417 Remove UUID and TenantId from CartridgeGroupBean Remove UUID and TenantId from CartridgeGroupBean You can merge this pull request into a Git repository by running: $ git pull https://github.c

Re: [GSOC] GCE Load Balancing Support for Stratos - weekly update

2015-08-06 Thread Gayan Gunarathne
Hi Asanka, Once you have done with the above code review changes , please send us the PR for the implementation. Thanks, Gayan On Thu, Jul 30, 2015 at 7:14 PM, Asanka Sanjaya Herath wrote: > Code review notes: > > 1. Without throwing run time exceptions always try to handle the exception > 2.