Re: How to incorporate a LB with a Stratos Application/Cartridge

2015-08-15 Thread Lasindu Charith
Hi Akila On Sun, Aug 16, 2015 at 11:32 AM, Akila Ravihansa Perera wrote: > Hi Lasindu, > > I think your question is about using LB properties (IP, port, hostname) > inside the cartridge instance. We can pass those parameters in the > cartridge definition as payload parameters as a simple solutio

Re: How to incorporate a LB with a Stratos Application/Cartridge

2015-08-15 Thread Akila Ravihansa Perera
Hi Lasindu, I think your question is about using LB properties (IP, port, hostname) inside the cartridge instance. We can pass those parameters in the cartridge definition as payload parameters as a simple solution. We can also publish those information in meta-data service as well. Publishing to

Re: Code Review meeting - AWS Load Balancing Support for Stratos

2015-08-15 Thread Swapnil Patil
Hi All, After the last code review meeting I have made code changes related to automatic security group creation and getting in flight request count. Would someone like to review my code before I send a pull request to gsoc-projects-2015 branch. Thanks and Regards, Swapnil On Tue, Aug 4, 2015 a

Jenkins build is back to stable : Stratos-Master-Nightly-Build ยป Apache Stratos - Integration Tests #594

2015-08-15 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Stratos-Master-Nightly-Build #594

2015-08-15 Thread Apache Jenkins Server
See

How to incorporate a LB with a Stratos Application/Cartridge

2015-08-15 Thread Lasindu Charith
Hi devs, Suppose I configured an external LB such as Nginx, HAproxy etc. Now I need to use it in my Stratos application. Previously in 4.0.0 there was a LB property in Cartridge definition[1 ], but seems like i

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Akila Ravihansa Perera
There was an error in cloud controller component pom file. It was referring to a wrong groupId of aws-ec2 dependency. I've fixed it in master now. Sorry for the inconvenience. On Sat, Aug 15, 2015 at 11:23 PM, Asanka Sanjaya Herath wrote: > I tried to build using maven v3.0.4 but that gave me an

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Asanka Sanjaya Herath
I tried to build using maven v3.0.4 but that gave me an error. Then I tried using v3.0.5 and build got successful. On Sat, Aug 15, 2015 at 11:21 PM, Imesh Gunaratne wrote: > Try to build dependencies first, Akila may have pushed jclouds upgrade > changes to master branch. > > On Sat, Aug 15, 201

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Imesh Gunaratne
Try to build dependencies first, Akila may have pushed jclouds upgrade changes to master branch. On Sat, Aug 15, 2015 at 5:41 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting following error while I am building the stratos source. > *Failed to execute goal

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Pranavan Theivendiram
Hi Lasinthu, My version is 3.2.5. Thanks *T. Pranavan* *BSc Eng Undergraduate| Department of Computer Science & Engineering ,University of Moratuwa* *Mobile| *0775136836 On 15 August 2015 at 17:58, Lasindu Charith wrote: > Hi Pranavan, > > If your Maven version is older than v3.0.5, you may n

Re: [Dev][Stratos] Build failure

2015-08-15 Thread Lasindu Charith
Hi Pranavan, If your Maven version is older than v3.0.5, you may need to upgrade to a newer version and try to build again. Thanks, On Sat, Aug 15, 2015 at 5:41 PM, Pranavan Theivendiram < pranavan...@cse.mrt.ac.lk> wrote: > Hi All, > > I am getting following error while I am building the strat

[Dev][Stratos] Build failure

2015-08-15 Thread Pranavan Theivendiram
Hi All, I am getting following error while I am building the stratos source. *Failed to execute goal on project org.apache.stratos.cloud.controller: Could not resolve dependencies for project org.apache.stratos:org.apache.stratos.cloud.controller:bundle:4.1.2-SNAPSHOT: Failure to find org.apache.s

Re: Tenant Users missing on latest master

2015-08-15 Thread Lasindu Charith
Hi Dakshika, The original issue you were mentioning was there in Stratos 4.1.0 and we have fixed it in Stratos 4.1.1 [1 ]. But the cause for this new issue is because, the tenant you were trying to add was not properly created due to following er

Re: Tenant Users missing on latest master

2015-08-15 Thread Imesh Gunaratne
Hi Dakshika, Thanks for looking into this. No the role "Internal/user" should be available for the tenant. I will have a look at this and get back to you soon. Thanks On Sat, Aug 15, 2015 at 12:46 PM, Dakshika Jayathilaka wrote: > Hi All, > > Today I build the master branch and I tried to crea

Re: Deloying and testing REST API changes

2015-08-15 Thread Swapnil Patil
Thanks Isuru! Regards, Swapnil On Aug 15, 2015 1:28 AM, "Isuru Haththotuwa" wrote: > Hi Swapnil, > > Yes that is the webapp file. Replace the same war file and the directory > named 'api' in the /repository/deployment/server/webapps > location using the api.war which has the custom changes. > >

Tenant Users missing on latest master

2015-08-15 Thread Dakshika Jayathilaka
Hi All, Today I build the master branch and I tried to create tenant user on newly added tenant. seems user role has removed from carbon level. (can see only admin and internal/everyone) Is this the expected behavior for tenant ? If so we need to update the UI accordingly. Regards, *Dakshika Ja