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

2015-07-26 Thread Asanka Sanjaya Herath
Hi, We are planning to have a hangout in this week for discuss the progress, changes I have made and issues about the GCE LB extension currently I'm working on. It has been scheduled on 30th Thursday at 11 AM IST. On Wed, Jul 22, 2015 at 12:31 PM, Isuru Haththotuwa wrote: > > > On Tue, Jul 21,

[jira] [Assigned] (STRATOS-1478) Remove unnecessary events and event listeners

2015-07-26 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila reassigned STRATOS-1478: -- Assignee: Akila > Remove unnecessary events and event listeners > ---

[jira] [Updated] (STRATOS-1478) Remove unnecessary events and event listeners

2015-07-26 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila updated STRATOS-1478: --- Description: Following are some identified events and events listeners we can remove from the Stratos code

Re: Proposal : Biweekly relases

2015-07-26 Thread Vishanth Balasubramaniam
+1 On Mon, Jul 27, 2015 at 11:35 AM, Lakmal Warusawithana wrote: > Hi Devs, > > Thanks all for hard work for do 4.1.0 major release out. > > I like to propose biweekly minor releases ( I did sometime backs also), > which help to identified any integration issues in early stages. As a > trial ru

Proposal : Biweekly relases

2015-07-26 Thread Lakmal Warusawithana
Hi Devs, Thanks all for hard work for do 4.1.0 major release out. I like to propose biweekly minor releases ( I did sometime backs also), which help to identified any integration issues in early stages. As a trial run shall we release 4.1.1 in somewhere in next week. (Friday ?) Likewise we can s

Re: AWS Load Balancing Support for Stratos - Weekly Update

2015-07-26 Thread Swapnil Patil
Hi All, Last week I worked on following things. 1. Tested the extension for scale up and scale down. 2. Tested the extension for changing the port mappings of a cartridge. 3. We had a hangout session for a demo and discussion of issues. 4. Made code changes for using prefix and sequence number fo

Re: Adding domain mappings using REST API

2015-07-26 Thread Swapnil Patil
Oh Okay. Sorry I missed this suggestion during the meeting. I will look into this. Thanks and Regards, Swapnil On Mon, Jul 27, 2015 at 2:59 AM, Imesh Gunaratne wrote: > As we discussed in the last meeting, may be you could add a new API method > to use the cluster id instead of the alias. > > O

Re: Adding domain mappings using REST API

2015-07-26 Thread Imesh Gunaratne
As we discussed in the last meeting, may be you could add a new API method to use the cluster id instead of the alias. On Sun, Jul 26, 2015 at 10:51 PM, Swapnil Patil wrote: > Thanks Ashan! > > But unfortunately I don't have access to application id. So this method > will not be useful for me. >

Re: [Discuss] Kubernetes API V1 Upgrade Completed

2015-07-26 Thread Imesh Gunaratne
Hi Devs, The above issue is now fixed in the master branch. In addition the following changes were done to support the new Kubernetes API and functionality: - Removed Public IP addresses of nodes being added to Kubernetes Services, this is not needed now. - Changed Kubernetes Service typ

[ANNOUNCE] Apache Stratos 4.1.0 released

2015-07-26 Thread Akila Ravihansa Perera
The Apache Stratos community is pleased to announce the availability of Apache Stratos 4.1.0. Apache Stratos is a PaaS framework that is designed to address the various challenges currently faced in the Cloud PaaS space. For developers, Stratos provides a cloud-based environment for developing, te

Re: Adding domain mappings using REST API

2015-07-26 Thread Swapnil Patil
Thanks Ashan! But unfortunately I don't have access to application id. So this method will not be useful for me. Thanks and Regards, Swapnil On Sun, Jul 26, 2015 at 10:40 AM, Ashan Dhananjaya wrote: > Hi Swapnil, > > You can get the cluster details using this api call. > > curl -k -u admin:adm

Re: Adding domain mappings using REST API

2015-07-26 Thread Ashan Dhananjaya
Hi Swapnil, You can get the cluster details using this api call. curl -k -u admin:admin https://localhost:9443/api/v4.1/applications/{ applicationId}/runtime/ curl -k -u admin:admin https://localhost:9443/api/v4.1/applications/tomcat-single-signon/runtime/ I hope this may help. Thank You! Best

Adding domain mappings using REST API

2015-07-26 Thread Swapnil Patil
Hi All, I want to add domain mappings to a cluster as a part of AWS load balancer extension functionality. For that I went through [1]. But I have a couple of doubts. 1. In the request, I need to specify cartridge alias. But I am not able to find a way to get the alias of a cluster using Service