Re: Architectural Discussion and Code Reviews for Composite Application support for 4.1.0

2015-04-23 Thread Vishanth Balasubramaniam
Hi Devs, Find the review notes below. Reviewed the changes as well as the following classes in general *AutoscalerService.java* - updateApplication method: comment to mention the accepted values to update - We can use void instead of returning boolean from all the methods, since the

Re: [Docs] Verifying user roles and actions

2015-04-23 Thread Shavindri Dissanayake
Hi Imesh, Thank you for the feedback and clarification! I updated the content as suggested. Thanks & Regards Shavindri Dissanayake Technical Writer LinkedIn Profile Mob: 0779966739 WSO2 Inc. lean.enterprise.middl

Re: Documenting the payload parameter prefix property

2015-04-23 Thread Imesh Gunaratne
On Thu, Apr 23, 2015 at 5:22 PM, Vishanth Balasubramaniam < vishan...@wso2.com> wrote: > Hi Devs, > > Isn't it better if we also mention about passing the property name with > payload parameter prefix in [1]? > > [1] - > https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Adding+an+Applicati

Re: Python agent - not a valid plugin for strategy info_ext

2015-04-23 Thread Chamila De Alwis
Hi Udara, On Thu, Apr 23, 2015 at 10:08 PM, Udara Liyanage wrote: > 2015-04-23 21:59:03,186:DEBUG:contracts.pyc is not a valid plugin for > strategy info_ext > .pyc is the byte code created by the Python interpreter. This has no effect on the plugin or the agent execution. Regards, Chamila de

Python agent - not a valid plugin for strategy info_ext

2015-04-23 Thread Udara Liyanage
Hi, I see the following DEBUG messages in agents logs when I added a plugin. Seems they are not ERROR messages, does this affect the functionality of the plugin. 2015-04-23 21:59:03,186:DEBUG:WkaMemberConfigurator.py *is not a valid plugin for strategy info_ext* 2015-04-23 21:59:03,186:DEBUG:Plug

Documenting the payload parameter prefix property

2015-04-23 Thread Vishanth Balasubramaniam
Hi Devs, Isn't it better if we also mention about passing the property name with payload parameter prefix in [1]? [1] - https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Adding+an+Application+via+UI#id-4.1.0AddinganApplicationviaUI-subscribableInfo1 Regards, Vishanth -- *Vishanth Balas

[jira] [Commented] (STRATOS-1341) Application is not Active after restarting stratos

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508904#comment-14508904 ] Reka Thirunavukkarasu commented on STRATOS-1341: It is fixed in 0c515aa0

Re: Re-factoring REST API

2015-04-23 Thread Dinithi De Silva
Hi, This modification will expose the error status as 400 bad request, 404 not found or 500 internal server error other than sending 400 bad request for every server-side error. Thanks. On Thu, Apr 23, 2015 at 2:24 PM, Shaheedur Haque (shahhaqu) < shahh...@cisco.com> wrote: > In general, this

Re: [Docs] Verifying user roles and actions

2015-04-23 Thread Imesh Gunaratne
Hi Shavindri, Thanks for your efforts on this! I see couple of things here: - Roles: - DevOp should be written as DevOps - May be "Developer" can be changed to "PaaS Application Developer" - May be "End User Application Developer" can be changed to "SaaS Application Dev

Re: Clustered deployments of Stratos

2015-04-23 Thread Imesh Gunaratne
Hi Shaheed, Currently N-way clustering is still not possible with CC, AS & SM. We completed the initial phase of this feature however it was not completed. You could refer mail thread "[Discuss] Clustering Feature Implementation for 4.1.0-Alpha Release" for details. However at present [1] is vali

Clustered deployments of Stratos

2015-04-23 Thread Shaheedur Haque (shahhaqu)
Hi, We currently try to achieve HA with Stratos using something so unpleasant that I won't even describe it here :). It has been suggested that Stratos has, for a while now, supported a clustered mode of deployment where, given N servers: *The SM, AS and MB operate in a N-way clustered

Re: AWS Load Balancing Support for Stratos - GSoC 2015

2015-04-23 Thread Swapnil Patil
Hi Imesh, Thank you! I have fixed the broken image link in the proposal now. Could you please check? Thanks and Regards, Swapnil On Thu, Apr 23, 2015 at 2:16 PM, Imesh Gunaratne wrote: > Great! Thanks Swapnil! I have now enabled post deadline edit permissions. > Please try to update it again.

[jira] [Created] (STRATOS-1342) Adding a new tenant - UI fields

2015-04-23 Thread Shavindri Dissanayake (JIRA)
Shavindri Dissanayake created STRATOS-1342: -- Summary: Adding a new tenant - UI fields Key: STRATOS-1342 URL: https://issues.apache.org/jira/browse/STRATOS-1342 Project: Stratos Issue

RE: New committer and PMC member: Shaheedur Haque

2015-04-23 Thread Shaheedur Haque (shahhaqu)
Thanks all, am glad to be on board! From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: 23 April 2015 09:33 To: dev Cc: Shaheedur Haque (shahhaqu) Subject: Re: New committer and PMC member: Shaheedur Haque Congratulations Shaheed!! On Thu, Apr 23, 2015 at 10:08 AM, Gayan Gunarathne mailto:

RE: Re-factoring REST API

2015-04-23 Thread Shaheedur Haque (shahhaqu)
In general, this is an excellent idea. (We may have a small adaptation to make on our side when this lands, but it will be worth it). Will the effect of moving away from the RestApiException be to expose the underlying error? What would that look like in JSON terms? From: Dinithi De Silva [mail

[jira] [Created] (STRATOS-1341) Application is not Active after restarting stratos

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-1341: -- Summary: Application is not Active after restarting stratos Key: STRATOS-1341 URL: https://issues.apache.org/jira/browse/STRATOS-1341 Project: Stra

Re: Re-factoring REST API

2015-04-23 Thread Dinithi De Silva
Hi, I have listed the changes in a point form below. - *In all the API methods the response message format will be changed to display a status message either with "Success" or "Error" . Status code will be removed from the response message.* Eg: *Current format* return Response.status

Re: AWS Load Balancing Support for Stratos - GSoC 2015

2015-04-23 Thread Imesh Gunaratne
Great! Thanks Swapnil! I have now enabled post deadline edit permissions. Please try to update it again. Thanks On Thu, Apr 23, 2015 at 10:37 AM, Swapnil Patil wrote: > Hi Imesh, > > I just noticed a comment on my proposal in Melange to fix the broken image > link. > > Apologies that I missed i

[Docs] Verifying user roles and actions

2015-04-23 Thread Shavindri Dissanayake
Hi Devs, I updated the roles and the actions that can be carried out by Stratos users [1]. Could you please take a look and confirm/share input on the content please. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+User+Roles+and+Permissions Thanks & Regards Shavindri Dissanayake

[jira] [Resolved] (STRATOS-1297) Stratos 4.1.0: Updating deployment policy Min/Max has no effect on instance count of applications referring to the affected policy.

2015-04-23 Thread Lahiru Sandaruwan (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Sandaruwan resolved STRATOS-1297. Resolution: Fixed This is fixed with the first effort to update deployment policie

Re: New committer and PMC member: Shaheedur Haque

2015-04-23 Thread Reka Thirunavukkarasu
Congratulations Shaheed!! On Thu, Apr 23, 2015 at 10:08 AM, Gayan Gunarathne wrote: > Congratulations Shaheed!! > > > > On Thu, Apr 23, 2015 at 5:58 AM, Manula Thantriwatte < > manulachathur...@gmail.com> wrote: > >> Congratulations !!! >> >> On Thu, Apr 23, 2015 at 2:46 AM, Lahiru Sandaruwan >

[jira] [Commented] (STRATOS-1339) nested grouping fails to deploy with unequal cartridge types

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508663#comment-14508663 ] Reka Thirunavukkarasu commented on STRATOS-1339: Thanks for the samples.

[jira] [Created] (STRATOS-1340) Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-1340: -- Summary: Ability to adjust GroupInstanceMin/Max and CartridgeInstanceMin/Max in application Key: STRATOS-1340 URL: https://issues.apache.org/jira/browse/STRATO

Re: Testing stratos 4.1 - nested grouping fails to deploy with unequal cartridge types ?

2015-04-23 Thread Reka Thirunavukkarasu
Hi Martin, Identified the bug and fixed it in 2065d7a167b00bbca0a5efe9a1a178521b3bda8a. Please verify it and update the thread. Thanks, Reka On Thu, Apr 23, 2015 at 11:42 AM, Reka Thirunavukkarasu wrote: > Hi Martin, > > I'm looking into this issue..I have tried a similar sample as your one an

[jira] [Assigned] (STRATOS-1339) nested grouping fails to deploy with unequal cartridge types

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu reassigned STRATOS-1339: -- Assignee: Reka Thirunavukkarasu > nested grouping fails to deploy wit

[jira] [Commented] (STRATOS-1339) nested grouping fails to deploy with unequal cartridge types

2015-04-23 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14508634#comment-14508634 ] Reka Thirunavukkarasu commented on STRATOS-1339: There was a bug in vali