[jira] [Created] (STRATOS-1152) Wiki - Create a Docker image

2015-01-27 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1152: - Summary: Wiki - Create a Docker image Key: STRATOS-1152 URL: https://issues.apache.org/jira/browse/STRATOS-1152 Project: Stratos Issue Type: Task

[jira] [Created] (STRATOS-1151) Update stratos-setup.sh file to include Kubernetes setup

2015-01-27 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1151: - Summary: Update stratos-setup.sh file to include Kubernetes setup Key: STRATOS-1151 URL: https://issues.apache.org/jira/browse/STRATOS-1151 Project: Stratos

Re: deploy.sh: pushd: not found

2015-01-27 Thread Vishanth Balasubramaniam
"#!/bin/sh" worked fine for me in the Macbook. I figured this issue when executing in Ubuntu OS. Yes Sajith, mentioning in the README is a good option for now. On Wed, Jan 28, 2015 at 11:48 AM, Sajith Kariyawasam wrote: > or else, we should mention in the docs / READE, to execute the samples as

Re: deploy.sh: pushd: not found

2015-01-27 Thread Gayan Gunarathne
Yeah.Seems latest samples using the pushd command. Just execute "./deploy.sh" not sh ./deploy.sh. It works for me. Anyway seems we need to be updated to "#!/bin/bash" Thanks, Gayan On Wed, Jan 28, 2015 at 11:47 AM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Sajith, > > Please c

Re: deploy.sh: pushd: not found

2015-01-27 Thread Vishanth Balasubramaniam
Hi Sajith, Please change the "#!/bin/sh" to "#!/bin/bash" and try. Thank you, Vishanth On Wed, Jan 28, 2015 at 11:44 AM, Sajith Kariyawasam wrote: > Hi Devs, > > I was trying to execute > > stratos/samples/applications/complex-app/iaases/mock sample, and found > that "pushd" command has been u

Re: deploy.sh: pushd: not found

2015-01-27 Thread Sajith Kariyawasam
or else, we should mention in the docs / READE, to execute the samples as follows.. wdyt ? /bin/bash deploy.sh [I was running the script with (./deploy.sh)] On Wed, Jan 28, 2015 at 11:44 AM, Sajith Kariyawasam wrote: > Hi Devs, > > I was trying to execute > > stratos/samples/applicatio

Re: deploy.sh: pushd: not found

2015-01-27 Thread Vishanth Balasubramaniam
Hi Sajith, I'll make the changes. Thank you, Vishanth On Wed, Jan 28, 2015 at 11:47 AM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Sajith, > > Please change the "#!/bin/sh" to "#!/bin/bash" and try. > > Thank you, > Vishanth > > On Wed, Jan 28, 2015 at 11:44 AM, Sajith Kariyawas

[jira] [Created] (STRATOS-1150) Add validations to application definition and deployment policy

2015-01-27 Thread Gayan Gunarathne (JIRA)
Gayan Gunarathne created STRATOS-1150: - Summary: Add validations to application definition and deployment policy Key: STRATOS-1150 URL: https://issues.apache.org/jira/browse/STRATOS-1150 Project:

deploy.sh: pushd: not found

2015-01-27 Thread Sajith Kariyawasam
Hi Devs, I was trying to execute stratos/samples/applications/complex-app/iaases/mock sample, and found that "pushd" command has been used. It gives me an error saying "deploy.sh: 12: deploy.sh: pushd: not found" As I read, pushd like commands are in "bash" therefore deploy.sh script's header n

[jira] [Commented] (STRATOS-1088) Application path for cartridges is set null

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294748#comment-14294748 ] ASF GitHub Bot commented on STRATOS-1088: - Github user chamilad closed the pull

[GitHub] stratos pull request: [STRATOS-1088] - Application Path is set nul...

2015-01-27 Thread chamilad
Github user chamilad closed the pull request at: https://github.com/apache/stratos/pull/181 --- 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 e

Re: [Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Chamila De Alwis
Hi Imesh, Lakmal, On Wed, Jan 28, 2015 at 10:59 AM, Imesh Gunaratne wrote: > - However at the moment Puppet can be used for creating Docker images with > existing puppet modules. Puppet modules will run at the Docker image build > time. > This will help us in maintaining a uniform recipe for bo

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne
Thanks Mari, please find Mock IaaS API methods below: POST /mock-iaas/api/instances [request-body] {"applicationId":"app_1","serviceName":"tomcat","clusterId":"mytomcat.tomcat.domain","memberId":"mytomcat.tomcat.domain5ed02460-8027-465d-86ca-dcbf9ec121ec","clusterInstanceId":"app_1-1","networkPar

Re: [Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Imesh Gunaratne
Hi Lakmal, Thank you very much for the clarification, I agree with your concerns. Let me summarize what we discussed offline: - Docker is designed to run one process in a container by adhering to Single Responsibility Principle [1] - Therefore ideally Puppet should run in a different container, s

Re: [Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Lakmal Warusawithana
I think you have misunderstood what they are doing. Dockerfile RUN command execute at the docker built time. Puppet is involved with RUN command. Only CMD command will execute at the docker container startup time. I think this will help to understand what they are doing. On Wed, Jan 28, 2015 at 9:

[jira] [Resolved] (STRATOS-1148) Add CLI command to list cartridge group

2015-01-27 Thread Gayan Gunarathne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gayan Gunarathne resolved STRATOS-1148. --- Resolution: Fixed > Add CLI command to list cartridge group > --

Re: [Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Imesh Gunaratne
Hi Lakmal, I agree with the point on the concept of running a single process, according to [1] Puppet team is currently working on running puppet in a different container. Regarding the puppet usage, IMO we do not necessarily need to run puppet and install software at docker image build time. We

Re: [Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Lakmal Warusawithana
Hi Imesh, This was there form the beginning. This is for create docker image using puppet, not running puppet inside a container and install application at run time. By design docker not mean to support this, because it have not a init system inside the container. By design it recommend to run sin

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Mariangela Hills
Great work, Imesh! I will add this information into the wiki! Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. w: http://wso2.com On Wed, Jan 28, 2015 at 12:28 AM, Imesh Gunaratne wrote: > Thanks guys, plea

[jira] [Resolved] (STRATOS-1149) Cartridge Agent Config Initialization Becomes True on Complete Topology Event

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne resolved STRATOS-1149. -- Resolution: Fixed Fixed with commit revision: 2de14cd3e982d91f405689178c6eebc1bd8618a5

[Discuss] Building Puppet-Based Applications Inside Docker

2015-01-27 Thread Imesh Gunaratne
Hi Devs, This is cool, now we can use Puppet with Docker: http://puppetlabs.com/blog/building-puppet-based-applications-inside-docker Currently we package Cartridge Agent package with base docker image. This is an overhead. Each time we update the Cartridge Agent package we need to re-create the

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne
Thanks guys, please note that I have slightly change the Mock IaaS API context to following: https://localhost:9443/mock-iaas /api On Tue, Jan 27, 2015 at 11:47 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > +1 Great Imesh. > > Glad to see the

[jira] [Updated] (STRATOS-1149) Cartridge Agent Config Initialization Becomes True on Complete Topology Event

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne updated STRATOS-1149: - Fix Version/s: 4.1.0 RC1 > Cartridge Agent Config Initialization Becomes True on Complet

[jira] [Updated] (STRATOS-1149) Cartridge Agent Config Initialization Becomes True on Complete Topology Event

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne updated STRATOS-1149: - Component/s: Cartridge Agent > Cartridge Agent Config Initialization Becomes True on Com

[jira] [Created] (STRATOS-1149) Cartridge Agent Config Initialization Becomes True on Complete Topology Event

2015-01-27 Thread Imesh Gunaratne (JIRA)
Imesh Gunaratne created STRATOS-1149: Summary: Cartridge Agent Config Initialization Becomes True on Complete Topology Event Key: STRATOS-1149 URL: https://issues.apache.org/jira/browse/STRATOS-1149

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Vishanth Balasubramaniam
+1 Great Imesh. Glad to see the issue had been overcome. On Tue, Jan 27, 2015 at 7:36 PM, Gayan Gunarathne wrote: > +1 > > Great stuff Imesh! > > Thanks, > Gayan > > On Tue, Jan 27, 2015 at 7:13 PM, Dakshika Jayathilaka > wrote: > >> Hi Imesh, >> >> Great work.. I think we need to add this int

Re: NPE throwing on Executing scaling rule

2015-01-27 Thread Vishanth Balasubramaniam
+1 Lahiru for the validation process On Tue, Jan 27, 2015 at 11:22 PM, Lahiru Sandaruwan wrote: > Yah. It seems the autoscaling policy id is different. Anyway, we should > find this through a validation process. We need to check the application > deployment time, whether the mentioned autoscalin

Re: NPE throwing on Executing scaling rule

2015-01-27 Thread Lahiru Sandaruwan
Yah. It seems the autoscaling policy id is different. Anyway, we should find this through a validation process. We need to check the application deployment time, whether the mentioned autoscaling policy is deployed and return a nice error if not. Thanks. On Tue, Jan 27, 2015 at 11:15 PM, Vishanth

[GitHub] stratos pull request: Correcting the id

2015-01-27 Thread Vishanth
GitHub user Vishanth opened a pull request: https://github.com/apache/stratos/pull/190 Correcting the id Correcting the autoscaler id. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Vishanth/stratos patch-1 Alternatively you can

Re: NPE throwing on Executing scaling rule

2015-01-27 Thread Vishanth Balasubramaniam
Hi, Seems like the Autoscaler policy id is different in the artifact. I'll make the changes and send a pull request. Thank you. On Tue, Jan 27, 2015 at 7:32 PM, Dakshika Jayathilaka wrote: > Hi Devs, > > I have notice $subject on *samples/applications/complex-app-with-lb* > > *Here is the log:

[GitHub] stratos pull request: Restructuring the 'Sample' Directory

2015-01-27 Thread imesh
Github user imesh commented on the pull request: https://github.com/apache/stratos/pull/188#issuecomment-71681765 Great effort on restructuring the sample applications @Vishanth!! Nicely done!! Now we can reuse cartridges and cartridge groups in many sample applications. Thanks

Re: How come I dont get an error when adding the identical cartridge definition twice?

2015-01-27 Thread Gayan Gunarathne
Added the CLI command for cartridge update: update-cartridge Thanks, Gayan On Mon, Jan 26, 2015 at 10:23 AM, Gayan Gunarathne wrote: > Yeah. We need to add a CLI command to this as well. I will add it. > > Thanks, > Gayan > > On Mon, Jan 26, 2015 at 10:18 AM, Mariangela Hills > wrote: > >> I a

[jira] [Updated] (STRATOS-1148) Add CLI command to list cartridge group

2015-01-27 Thread Gayan Gunarathne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gayan Gunarathne updated STRATOS-1148: -- Description: Introduce new CLI command to list cartridge group Command name: list-car

[jira] [Resolved] (STRATOS-1147) Kubernetes Pod Activation Wait Logic Does Not Work

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne resolved STRATOS-1147. -- Resolution: Fixed Fix Version/s: 4.1.0 RC1 Fixed with commit revision: 2facde87

[jira] [Created] (STRATOS-1148) Add CLI command to list cartridge group

2015-01-27 Thread Gayan Gunarathne (JIRA)
Gayan Gunarathne created STRATOS-1148: - Summary: Add CLI command to list cartridge group Key: STRATOS-1148 URL: https://issues.apache.org/jira/browse/STRATOS-1148 Project: Stratos Issue T

[jira] [Created] (STRATOS-1147) Kubernetes Pod Activation Wait Logic Does Not Work

2015-01-27 Thread Imesh Gunaratne (JIRA)
Imesh Gunaratne created STRATOS-1147: Summary: Kubernetes Pod Activation Wait Logic Does Not Work Key: STRATOS-1147 URL: https://issues.apache.org/jira/browse/STRATOS-1147 Project: Stratos

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Gayan Gunarathne
+1 Great stuff Imesh! Thanks, Gayan On Tue, Jan 27, 2015 at 7:13 PM, Dakshika Jayathilaka wrote: > Hi Imesh, > > Great work.. I think we need to add this into documentation. > > Adding Mari to this.. > > Regards, > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.mid

NPE throwing on Executing scaling rule

2015-01-27 Thread Dakshika Jayathilaka
Hi Devs, I have notice $subject on *samples/applications/complex-app-with-lb* *Here is the log: * [2015-01-27 19:28:25,001] INFO {org.apache.stratos.autoscaler.monitor.cluster.ClusterMonitor} - Executing scaling rule as statistics have been reset Exception in thread "pool-38-thread-26" [Error:

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Dakshika Jayathilaka
Hi Imesh, Great work.. I think we need to add this into documentation. Adding Mari to this.. Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jan 27, 2015 at 7:04 PM, Imesh Gunaratne wrote: > Please find the Mock IaaS API endpoint con

[jira] [Resolved] (STRATOS-1143) Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imesh Gunaratne resolved STRATOS-1143. -- Resolution: Fixed > Expose Mock IaaS as a Service and Create a Server Profile > --

[jira] [Commented] (STRATOS-1143) Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293519#comment-14293519 ] Imesh Gunaratne commented on STRATOS-1143: -- Mock IaaS API endpoint can be defin

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne
Please find the Mock IaaS API endpoint configuration in cloud-controller.xml file: org.apache.stratos.cloud.controller.iaases.mock.MockIaas mock ... https://localhost:9443/mock-iaas-api"; /> Now stratos distribution can start with mock-iaas server profile as follows: sh /bin/s

Re: Network partition adding REST endpoint issue

2015-01-27 Thread Dakshika Jayathilaka
Thanks Imesh.. *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jan 27, 2015 at 6:57 PM, Imesh Gunaratne wrote: > Thanks Dakshika, yes seems like the exception raised by the Autoscaler is > not reaching the API method. I will check this. > > Than

Re: Network partition adding REST endpoint issue

2015-01-27 Thread Imesh Gunaratne
Thanks Dakshika, yes seems like the exception raised by the Autoscaler is not reaching the API method. I will check this. Thanks On Tue, Jan 27, 2015 at 6:20 PM, Dakshika Jayathilaka wrote: > Hi Devs, > > I have notice that REST endpoint return incorrect status on POST > /api/networkPartitions

Re: [Discuss] Expose Mock IaaS as a Service and Create a Server Profile

2015-01-27 Thread Imesh Gunaratne
Hi Devs, I have now fixed the above issue and pushed the modification to master branch. The problem was with the way we package CXF runtime into the distribution. We had written maven logic to get all the dependencies of the REST API/Web App feature and copy them into the CXF runtime folder. It h

Network partition adding REST endpoint issue

2015-01-27 Thread Dakshika Jayathilaka
Hi Devs, I have notice that REST endpoint return incorrect status on POST /api/networkPartitions If partition logic contain incorrect partition ERROR is appear on log, but return HTTP/1.1 201 Created on REST return. Here is the log.. [2015-01-27 18:17:41,357] INFO {org.apache.stratos.autoscale

Re: Tenant delete issue on REST API

2015-01-27 Thread Imesh Gunaratne
Yes if everyone agrees I'm +1 for removing the tenant delete API method. Thanks On Tue, Jan 27, 2015 at 2:51 PM, shiro wrote: > Given that we would be sending a "Not Supported" code in the REST API > method and also considering that it never was functional (hence nothing to > deprecate) what if

Re: BAT file to run CLI in windows environments

2015-01-27 Thread Imesh Gunaratne
Great work Manula! Thanks! On Tue, Jan 27, 2015 at 4:32 PM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Hi All, > > I have implemented $subject and commit to master branch. > > Thanks ! > > -- > Regards, > Manula Chathurika Thantriwatte > Software Engineer > WSO2 Inc. : http://wso

[GitHub] stratos pull request: Restructuring the 'Sample' Directory

2015-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/188 --- 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: [GitHub] stratos pull request: Network Partition management logic [STRATOS-...

2015-01-27 Thread Gayan Gunarathne
Thanks Dakshika. Now I have merged this PR. Thanks, Gayan On Tue, Jan 27, 2015 at 4:57 PM, asfgit wrote: > Github user asfgit closed the pull request at: > > https://github.com/apache/stratos/pull/189 > > > --- > If your project is set up for it, you can reply to this email and have your >

[jira] [Commented] (STRATOS-1146) Update UI with Network Partition management pages

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293386#comment-14293386 ] ASF GitHub Bot commented on STRATOS-1146: - Github user asfgit closed the pull re

[GitHub] stratos pull request: Network Partition management logic [STRATOS-...

2015-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/189 --- 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

[jira] [Commented] (STRATOS-1146) Update UI with Network Partition management pages

2015-01-27 Thread Dakshika Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293376#comment-14293376 ] Dakshika Jayathilaka commented on STRATOS-1146: --- + handle response null wi

[jira] [Commented] (STRATOS-1146) Update UI with Network Partition management pages

2015-01-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293378#comment-14293378 ] ASF GitHub Bot commented on STRATOS-1146: - GitHub user dakshika opened a pull re

[GitHub] stratos pull request: Network Partition management logic [STRATOS-...

2015-01-27 Thread dakshika
GitHub user dakshika opened a pull request: https://github.com/apache/stratos/pull/189 Network Partition management logic [STRATOS-1146] + handle response null with status code in REST handler + remove tenant delete option from UI You can merge this pull request into a Git repos

[jira] [Created] (STRATOS-1146) Update UI with Network Partition management pages

2015-01-27 Thread Dakshika Jayathilaka (JIRA)
Dakshika Jayathilaka created STRATOS-1146: - Summary: Update UI with Network Partition management pages Key: STRATOS-1146 URL: https://issues.apache.org/jira/browse/STRATOS-1146 Project: Stratos

BAT file to run CLI in windows environments

2015-01-27 Thread Manula Chathurika Thantriwatte
Hi All, I have implemented $subject and commit to master branch. Thanks ! -- Regards, Manula Chathurika Thantriwatte Software Engineer WSO2 Inc. : http://wso2.com lean . enterprise . middleware email : manu...@wso2.com / man...@apache.org phone : +94 772492511 blog : http://manulachathurika.bl

[jira] [Resolved] (STRATOS-1145) Create BAT file to run CLI in windows environment

2015-01-27 Thread Manula Chathurika Thantriwatte (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manula Chathurika Thantriwatte resolved STRATOS-1145. - Resolution: Fixed > Create BAT file to run CLI in window

[jira] [Commented] (STRATOS-1145) Create BAT file to run CLI in windows environment

2015-01-27 Thread Manula Chathurika Thantriwatte (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293343#comment-14293343 ] Manula Chathurika Thantriwatte commented on STRATOS-1145: - Fixed

[jira] [Created] (STRATOS-1145) Create BAT file to run CLI in windows environment

2015-01-27 Thread Manula Chathurika Thantriwatte (JIRA)
Manula Chathurika Thantriwatte created STRATOS-1145: --- Summary: Create BAT file to run CLI in windows environment Key: STRATOS-1145 URL: https://issues.apache.org/jira/browse/STRATOS-1145

[GitHub] stratos pull request: Restructuring the 'Sample' Directory

2015-01-27 Thread Vishanth
Github user Vishanth commented on the pull request: https://github.com/apache/stratos/pull/188#issuecomment-71615967 Added the latest application 'complex-app-with-lb' too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] stratos pull request: Restructuring the 'Sample' Directory

2015-01-27 Thread Vishanth
GitHub user Vishanth opened a pull request: https://github.com/apache/stratos/pull/188 Restructuring the 'Sample' Directory This commit consists Restructuring of 'Sample' Directory in Stratos and Addition of undeploy scripts for all the sample applications. You can merge this pull

Re: Tenant delete issue on REST API

2015-01-27 Thread shiro
Given that we would be sending a "Not Supported" code in the REST API method and also considering that it never was functional (hence nothing to deprecate) what if we simply remove it and let HTTP handle the not supportedness - WDYT ? On Tue, Jan 27, 2015 at 2:38 PM, Dakshika Jayathilaka wrote:

Re: Tenant delete issue on REST API

2015-01-27 Thread Dakshika Jayathilaka
Hi Gayan, Thanks for the update.. I'll change UI accordingly. Thank you, Regards, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jan 27, 2015 at 2:37 PM, Gayan Gunarathne wrote: > Hi Dakshika, > > We are not supporting the tenant deletion op

Re: Tenant delete issue on REST API

2015-01-27 Thread Gayan Gunarathne
Hi Dakshika, We are not supporting the tenant deletion operation as carbon is not supporting the tenant deletion.This was reported [1] previously also. Anyway we can use tenant activation and deactivation as it is. I guess we have to change the tenant deletion REST API method to respond as not su

Re: Python Cartridge Agent - Authenticated Git Artifact Synchronization - Script based approach

2015-01-27 Thread Chamila De Alwis
+1 Imesh. Agent's git related code already contains git binary dependent code. So this would be the quicker path to take. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Tue, Jan 27, 2015 at 12:51 PM, Lakmal Warusawithana wrote: > > > On Tue