Re: [Question] Is is correct for two different status codes appear when adding a tenant?

2015-03-17 Thread Mariangela Hills
Thanks, Udara! This same issue occurs when adding the following: - user - https://issues.apache.org/jira/browse/STRATOS-1266 - network partition - https://issues.apache.org/jira/browse/STRATOS-1260 I have created JIRAs to track these tasks. Regards, Mariangela *--* Mariangela Hills Se

[jira] [Updated] (STRATOS-1259) Two different status codes appear when adding a tenant

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1259: -- Assignee: Udara Liyanage > Two different status codes appear when adding a tenant > --

[jira] [Resolved] (STRATOS-1259) Two different status codes appear when adding a tenant

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills resolved STRATOS-1259. --- Resolution: Fixed Fix Version/s: 4.1.0 Beta Tenant addition is fixed now with

[jira] [Updated] (STRATOS-1260) Two different status codes appear when adding a user

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1260: -- Assignee: Udara Liyanage > Two different status codes appear when adding a user >

[jira] [Updated] (STRATOS-1266) Two different status codes appear when adding a network partition

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1266: -- Assignee: Udara Liyanage > Two different status codes appear when adding a network par

[jira] [Updated] (STRATOS-1266) Two different status codes appear when adding a network partition

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1266: -- Description: When executing POST /networkPartitions two different status codes (201 an

[jira] [Created] (STRATOS-1266) Two different status codes appear when adding a network partition

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1266: - Summary: Two different status codes appear when adding a network partition Key: STRATOS-1266 URL: https://issues.apache.org/jira/browse/STRATOS-1266 Project

Re: No ability to list instances in Stratos 4.1.0?

2015-03-17 Thread Udara Liyanage
Hi Imesh, Should n't we add the application id too to the API? . This is because cluster id is local to the application, even cluster id is unique it would have to traverse all the applications to fetch the cluster id *Modified API* GET application/{applicationId}/clusters/{clusterId} On Tue, M

Re: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Reka Thirunavukkarasu
HI Shaheed, Let me explain on why we had to have partitionMax, cartridgeMin and cartridgeMax rather than just having a partitionMin and partitionMax. There are two new concepts in 4.1.0. 1. Cartridge group level deployment/Cluster level deployment policy I believe that you are aware of what is

Re: [Question] Is is correct for two different status codes appear when adding a tenant?

2015-03-17 Thread Udara Liyanage
Hi Mari, Tenant addition is fixed now with cd182f21ef31a6a94d71f72f62759a64b29450ce udara@puppet:~/projects/stratos [master]$ curl -X POST -H "Content-Type: application/json" -d @'tenant.json' -k -v -u admin:admin https://localhost:9443/api/tenants * Hostname was NOT found in DNS cache * Tryin

Re: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Imesh Gunaratne
Hi Shaheed, We are sorry to hear the problems that you have encountered while trying to use the latest codebase. Yes I agree that there are bits and pieces missing in the documentation at the moment. Shall we have a quick call to get things sorted? Anyone interested can also join. Thanks On Tue

Re: Persistence Volume Mapping support

2015-03-17 Thread Udara Liyanage
Hi Lashiru, CC backend supports persistence volume. We need to add this to application subscribable info. On Wed, Mar 18, 2015 at 7:57 AM, Lahiru Sandaruwan wrote: > Hi devs, > > I'm working on $subject. We have had this feature in 4.0.0 version in > cartridge definition and later moved to subs

[jira] [Created] (STRATOS-1265) Dependency scaling down does not work with groups

2015-03-17 Thread Lahiru Sandaruwan (JIRA)
Lahiru Sandaruwan created STRATOS-1265: -- Summary: Dependency scaling down does not work with groups Key: STRATOS-1265 URL: https://issues.apache.org/jira/browse/STRATOS-1265 Project: Stratos

Persistence Volume Mapping support

2015-03-17 Thread Lahiru Sandaruwan
Hi devs, I'm working on $subject. We have had this feature in 4.0.0 version in cartridge definition and later moved to subscription section. But we have missed this feature when we moving subscription parameters to Application in new model. I will update this thread as i progress. Thanks. --

Re: [Doc] Article series on the Cartridge Agent

2015-03-17 Thread Imesh Gunaratne
+1 Great stuff! On Tue, Mar 17, 2015 at 10:27 AM, Chamila De Alwis wrote: > Hi, > > I've started to write a series of short articles on the Cartridge Agent > functionality[1]. The purpose of this series is to serve as a comprehensive > guide to the CA workflow, configuration and implementation d

Re: Only one of two single-VM applications coming up in 30 minutes

2015-03-17 Thread Imesh Gunaratne
Hi Shaheed, Shall we try the following approach to narrow down the problem: - Try to deploy one application at a time (separately in a fresh Stratos environment) and see whether there are any problems. - Try to use Mock IaaS to speed up the verification and later move to the actual Ia

[jira] [Commented] (STRATOS-1234) Software Update Management Solution for Stratos

2015-03-17 Thread Sandaruwan Nanayakkara (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14366019#comment-14366019 ] Sandaruwan Nanayakkara commented on STRATOS-1234: - Hi Imesh, I was try

Re: [GSOC][USER][INFO] Python based CLI for Stratos

2015-03-17 Thread Kaveen Rodrigo
Hi, Here is my proposal for this project, sorry for the crudity of it, i would greatly appreciate pointers, since this my firs purposal for GSoC the following link would allow commenting on the Google Doc. https://docs.google.com/document/d/12UUDT698pLvVcn3pZe0oPlCa58JyVtvqZWVtuAlgwGk/edit?usp=sh

[jira] [Commented] (STRATOS-500) AWS Load Balancing Support for Stratos

2015-03-17 Thread Hasan Celik (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365915#comment-14365915 ] Hasan Celik commented on STRATOS-500: - Hi Imesh, I want to contribute this project ,

Re: Stratos 4.0 autoscaling not work

2015-03-17 Thread david hbase
I found the issue is the Scale-up action update too slow. If any idea to configure this Scale-up action more quick? Thanks -D On Tue, Mar 17, 2015 at 11:51 AM, david hbase wrote: > Hi, Team > > The auto scaling only work for onetime, after that stoped work, ( > restarted APP / Reboot the instan

RE: DISCUSS: JIRA STRATOS-697support in 4.1 ?

2015-03-17 Thread Martin Eppel (meppel)
Attaching the diff for DefaultExtensionHandler.java between 4.1.0 and 4.0.0 (--- 4.0.0, +++ 4.1.0) Thanks Martin From: Martin Eppel (meppel) Sent: Tuesday, March 17, 2015 11:21 AM To: dev@stratos.apache.org Subject: DISCUSS: JIRA STRATOS-697support in 4.1 ? I noticed that the code which resolv

Re: What is a Cartridge Group in Stratos 4.1.0?

2015-03-17 Thread Reka Thirunavukkarasu
Hi Shaheedur, Cartridge group used to specify what are the cartridges/groups need to be grouped together and the behavior among the children of that group. That's how we have grouped the cartridge/groups together. The behaviors of a group can be startupDependency, termiation Behaviour and scale de

Stratos 4.0 autoscaling not work

2015-03-17 Thread david hbase
Hi, Team The auto scaling only work for onetime, after that stoped work, ( restarted APP / Reboot the instance in openstack still not work.) The debug log attached here: [2015-03-17 18:50:04,205] DEBUG {org.apache.stratos.autoscaler.message.receiver.health.AutoscalerHealthStatEventReceiver} - A

RE: What is a Cartridge Group in Stratos 4.1.0?

2015-03-17 Thread Shaheedur Haque (shahhaqu)
Reposting to main mailer... From: Shaheedur Haque (shahhaqu) Sent: Tuesday, March 17, 2015 10:29 AM To: d...@stratos.incubator.apache.org Subject: What is a Cartridge Group in Stratos 4.1.0? Hi, I am trying to define the application shown below, but am getting this exception: TID: [0] [STRATOS

DISCUSS: JIRA STRATOS-697support in 4.1 ?

2015-03-17 Thread Martin Eppel (meppel)
I noticed that the code which resolved the JIRA STRATOS-697 seems to be missing in 4.1. This JIRA supports clustering and WKA member handling in Stratos. I am not sure if it is still required or not ? STRATOS-697 introduced in the JCA the class DefaultExtensionHandler.java which is there in 4.0

RE: Only one of two single-VM applications coming up in 30 minutes

2015-03-17 Thread Shaheedur Haque (shahhaqu)
What is even more weird is that according to our "topologylistener", the Complete Topology Events on the message bus indicate the "broken" subscription's VM is Active. So in summary: *The second subscription is stuck until the third one is attempted *When it gets unstuck, the

RE: Only one of two single-VM applications coming up in 30 minutes

2015-03-17 Thread Shaheedur Haque (shahhaqu)
OK, so I have proved that while the second subscription is in the "stuck" state, if I launch a third subscription, the log for the bad one shows all the "missing" created/activated events as if the third subscription "unblocks" the second. However, the second never goes active *even though the t

Re: "Contributing as a Non-committer" is missing Github info

2015-03-17 Thread Lahiru Sandaruwan
Jira created, https://issues.apache.org/jira/browse/STRATOS-1264 On Tue, Mar 17, 2015 at 2:49 PM, Lahiru Sandaruwan wrote: > Hi, > > $subject and the page at [1] should be updated. It should mention that we > are accepting the pull requests sent through Github repo[2]. > > Thanks. > > [1] > htt

[jira] [Created] (STRATOS-1264) "Contributing as a Non-committer" is missing Github info

2015-03-17 Thread Lahiru Sandaruwan (JIRA)
Lahiru Sandaruwan created STRATOS-1264: -- Summary: "Contributing as a Non-committer" is missing Github info Key: STRATOS-1264 URL: https://issues.apache.org/jira/browse/STRATOS-1264 Project: Strato

[jira] [Created] (STRATOS-1263) Wrong HTTP status code returned - DELETE /users

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1263: - Summary: Wrong HTTP status code returned - DELETE /users Key: STRATOS-1263 URL: https://issues.apache.org/jira/browse/STRATOS-1263 Project: Stratos

Only one of two single-VM applications coming up in 30 minutes

2015-03-17 Thread Shaheedur Haque (shahhaqu)
Hi all, I'm working with Stratos 4.1, updated very recently and am trying to spin up two single-VM applications. I can see only one of the two go active: $ ./bin/orchestration stratos-login --admin describe-application-runtime cartridge-proxy Application: cartridge-proxy {"multiTenant":fa

[Discuss] Property for tenant username not meaningful

2015-03-17 Thread Mariangela Hills
Hi Devs, The property to depict the tenant username in the TenantInfoBean has been mentioned as "admin". This is not very intuitive as in a user will not be able to figure out what exactly is supposed to be entered for this property. I would suggest that this is changed to userName or something mo

[jira] [Created] (STRATOS-1262) Property for tenant username is not meaningful

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1262: - Summary: Property for tenant username is not meaningful Key: STRATOS-1262 URL: https://issues.apache.org/jira/browse/STRATOS-1262 Project: Stratos

[jira] [Updated] (STRATOS-1261) Property names not standardized

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1261: -- Assignee: Dinithi De SIlva > Property names not standardized > ---

[jira] [Created] (STRATOS-1261) Property names not standardized

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1261: - Summary: Property names not standardized Key: STRATOS-1261 URL: https://issues.apache.org/jira/browse/STRATOS-1261 Project: Stratos Issue Type: Imp

[jira] [Updated] (STRATOS-1260) Two different status codes appear when adding a user

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1260: -- Description: When executing POST /users two different status codes (201 and 200) appea

Re: [Question] Is is correct for two different status codes appear when adding a tenant?

2015-03-17 Thread Mariangela Hills
I just added a user and I faced the same issue! > POST /api/users HTTP/1.1 > Authorization: Basic YWRtaW46YWRtaW4= > User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8| zlib/1.2.5 > Host: localhost:9443 > Accept: */* > Content-Type: application/json > Content-Length: 14

[jira] [Created] (STRATOS-1260) Two different status codes appear when adding a user

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1260: - Summary: Two different status codes appear when adding a user Key: STRATOS-1260 URL: https://issues.apache.org/jira/browse/STRATOS-1260 Project: Stratos

Re: [Question] Is is correct for two different status codes appear when adding a tenant?

2015-03-17 Thread Udara Liyanage
Hi Mari, The reason is it returns a CREATED response (201) with a message code OK (200). This is a bug, thanks for reporting return Response.created(url).entity( new SuccessResponseBean(Response.Status.OK.getStatusCode(), String.format("Tenant added successfully: [tena

Re: [Question] Is the tenant partial search working properly?

2015-03-17 Thread Shavindri Dissanayake
Hi DInithi, Thank you! Understood now. It does seem to be giving the same result as you and Mari said, even when there are no tenant domains to match the search (when using '?' in some cases ) . Thanks & Regards Shavindri Dissanayake Technical Writer LinkedIn Profile

Trouble installing Apache Stratos 4.0.0. Possible version conflict?

2015-03-17 Thread Ricardo Carvalho
Hello everyone. I've download the 4.0.0 release of Apache Stratos and have been following the 4.0.0 installation guide at: https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide but have twice needed to manually edit two files to make it work: -In repository/conf/cartr

[jira] [Created] (STRATOS-1259) Two different status codes appear when adding a tenant

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1259: - Summary: Two different status codes appear when adding a tenant Key: STRATOS-1259 URL: https://issues.apache.org/jira/browse/STRATOS-1259 Project: Stratos

What is a Cartridge Group in Stratos 4.1.0?

2015-03-17 Thread Shaheedur Haque (shahhaqu)
Hi, I am trying to define the application shown below, but am getting this exception: TID: [0] [STRATOS] [2015-03-17 10:09:21,282] ERROR {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - Cartridge group not found: [group-name] blade-0x0 java.lang.RuntimeException: Cartridge group no

[Question] Is is correct for two different status codes appear when adding a tenant?

2015-03-17 Thread Mariangela Hills
Is it correct that two different status codes appear when adding a tenant? curl -X POST -H "Content-Type: application/json" -d @'tenant.json' -k -v -u admin:admin https://localhost:9443/api/tenants * About to connect() to localhost port 9443 (#0) * Trying ::1... * connected * Connected to localh

Re: [Question] Is the tenant partial search working properly?

2015-03-17 Thread Dinithi De Silva
Hi Shavindri, The "#" character seems giving the correct result. But as Mari mentioned, "?" character gives some incorrect results. I think here the "?" is acting as a wildcard character. Eg: c? and c?com gave me the same results (domain name : apache.org) and the second result is wrong as there

Re: [Question] Is the tenant partial search working properly?

2015-03-17 Thread Shavindri Dissanayake
Hi Mari, The partial domain search command for tenants in CLI seems to be validated. When there is no domain name to match the characters entered in the command, the result is given as below [1]. [1] stratos> list-tenants-by-partial-domain -d # No tenants found stratos> list-tenants-by-partia

[jira] [Commented] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Dinithi De SIlva (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364846#comment-14364846 ] Dinithi De SIlva commented on STRATOS-1257: --- Hi Udara, I have fixed this issu

[jira] [Commented] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Dinithi De SIlva (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364845#comment-14364845 ] Dinithi De SIlva commented on STRATOS-1257: --- Hi Udara, I have fixed this issu

Re: [jira] [Commented] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Dinithi De Silva
Hi Udara, I have fixed this issue in the CLI commands. But Mari is getting it when she tests it with the REST API. I think we need to update the REST API as well. Thanks. On Tue, Mar 17, 2015 at 3:19 PM, Udara Liyanage (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/STRATOS-125

[jira] [Commented] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Udara Liyanage (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364838#comment-14364838 ] Udara Liyanage commented on STRATOS-1257: - Hi Mari, Date format is fixed by Din

[jira] [Commented] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Udara Liyanage (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364837#comment-14364837 ] Udara Liyanage commented on STRATOS-1257: - Hi Mari, Date format is fixed by Din

Re: [jira] [Updated] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Udara Liyanage
Hi Mari, Date format is fixed by Diniti. Please refer to the mail thread "[Question] Verifying CLI command output - describing a tenant" On Tue, Mar 17, 2015 at 2:32 PM, Mariangela Hills (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin

Re: [Question] Is the tenant partial search working properly?

2015-03-17 Thread Mariangela Hills
I have created a JIRA [1], so that the search can be improved. More details on this issue can be found in the outputs added in the JIRA. [1] https://issues.apache.org/jira/browse/STRATOS-1258 Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middle

[jira] [Created] (STRATOS-1258) Tenant partial search not working properly

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1258: - Summary: Tenant partial search not working properly Key: STRATOS-1258 URL: https://issues.apache.org/jira/browse/STRATOS-1258 Project: Stratos Issu

[jira] [Updated] (STRATOS-1258) Tenant partial search not working properly

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1258: -- Issue Type: Improvement (was: Bug) > Tenant partial search not working properly > ---

[Question] Is the tenant partial search working properly?

2015-03-17 Thread Mariangela Hills
Hi Devs, When I executed "y?com" as the partial domain name it gave me an output. Is it correct when the domain name does not contain a ? sign. Admin16s-MacBook-Air:marisamples Admin16$ curl -X GET -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/tenants/searc

Re: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Lahiru Sandaruwan
Hi, Sorry for the typos. Agreed with Shaheed on Max values. We only have one place to define minimum already, which is cartridge min. We can move that as partitionMin and find the Cartridge min using them. Thanks. On Tue, Mar 17, 2015 at 2:37 PM, Rajkumar Rajaratnam wrote: > Hi, > > I agree wi

"Contributing as a Non-committer" is missing Github info

2015-03-17 Thread Lahiru Sandaruwan
Hi, $subject and the page at [1] should be updated. It should mention that we are accepting the pull requests sent through Github repo[2]. Thanks. [1] https://cwiki.apache.org/confluence/display/STRATOS/Contributing+as+a+Non-committer [2] https://github.com/apache/stratos/ -- -- Lahiru Sandaruw

Re: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Rajkumar Rajaratnam
Hi, I agree with Shaheed. cartridgeMax is the addition of all partitions' partiionMax values and cartridgeMin is the addition of all partition's partitioinMin values in the deployment policy that the cartridge is referring to. As Lakmal mentioned, we can calculate cartridgeMax/Min using partition

[jira] [Updated] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1257: -- Assignee: Dinithi De SIlva > Created date format in REST API > ---

[jira] [Updated] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills updated STRATOS-1257: -- Issue Type: Improvement (was: Bug) > Created date format in REST API > --

Created date format in REST API output can not be understood

2015-03-17 Thread Mariangela Hills
Hi Devs, When executing the following API resource, the output appears as follows: GET /tenants/{tenantDomain} { "active": true, "admin": "admin2", "createdDate": 1426576793551, "email": "f...@bar.com", "firstname": "Franky", "lastname": "Myers", "tenantDomain": "franky.com", "te

[jira] [Created] (STRATOS-1257) Created date format in REST API

2015-03-17 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-1257: - Summary: Created date format in REST API Key: STRATOS-1257 URL: https://issues.apache.org/jira/browse/STRATOS-1257 Project: Stratos Issue Type: Bug

Re: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Lakmal Warusawithana
Hi, I think, we only need two values min/max. Min is need to get dependency ratio (and HA) and max is need for one-after-other deployment patten or absolute max. IMO, if we can set all these values in deployment policy (with respect to partitions) would be very clear. Only reason I can see, put C

RE: [Discuss] Cartridge definition doesn't need "maxInstanceLimit" property anymore

2015-03-17 Thread Shaheedur Haque (shahhaqu)
LOL. We are going around in circles…let’s start over. In 4.1.0, there are two pairs of limits on instance numbers, one called partitionMin/Max (specified in the Deployment Policy) and one called cartridgeMin/Max alongside the subscription info (specified in the Application). My question was wha

Re: [Error] What is the correct JSON format to add a tenant?

2015-03-17 Thread Mariangela Hills
Udara, you are correct! It was a formatting issue. I removed the unwanted formatting in [1], so that others wont face the same issue as I did when copying and pasting JSON content. Udara & Dinithi, thanks for checking this! [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Adding+a+te