[GitHub] stratos pull request: Update to escalate the instance status event...

2014-09-29 Thread swgkg
GitHub user swgkg opened a pull request: https://github.com/apache/stratos/pull/73 Update to escalate the instance status event processing at the cartridge... Please review and merge You can merge this pull request into a Git repository by running: $ git pull https://github.com

Re: Character limit for cartridge alias

2014-09-29 Thread Shaheed Haque
Can somebody simply state the relationship between the subscription alias and the cluster id, i.e. how does the latter *exactly* get generated from the former? For example is it: trunc(alias + "." + alias + some domain thingy, 30) What is the correct formula? On Saturday 2

[jira] [Created] (STRATOS-847) Stratos LB mix up members of different multi-tenant clusters in 10x10 concurrency

2014-09-29 Thread Nirmal Fernando (JIRA)
Nirmal Fernando created STRATOS-847: --- Summary: Stratos LB mix up members of different multi-tenant clusters in 10x10 concurrency Key: STRATOS-847 URL: https://issues.apache.org/jira/browse/STRATOS-847

Re: Test Automation for Python Cartridge Agent development

2014-09-29 Thread Chamila De Alwis
Hi Akila, Thanks for the sample event publishing tool! This looks perfect for the current requirements. The ultimate goal is to have Docker as the choice for IaaS. However for the time being, with the issues the Stratos Docker image is facing and the need to meet the M2 milestone, I temporary swi

Re: Test Automation for Python Cartridge Agent development

2014-09-29 Thread Gayan Gunarathne
Hi, On Tue, Sep 30, 2014 at 10:44 AM, Akila Ravihansa Perera wrote: > Hi Chamila, > > Sounds like a good plan. Nice to see a testing plan in place for this. > Few suggestions on this; > > 1. You can use Kubernetes + Docker as the IaaS layer. It is still in > experimental state but we have fixed

Re: Test Automation for Python Cartridge Agent development

2014-09-29 Thread Akila Ravihansa Perera
Hi Chamila, Sounds like a good plan. Nice to see a testing plan in place for this. Few suggestions on this; 1. You can use Kubernetes + Docker as the IaaS layer. It is still in experimental state but we have fixed most of the issues. Anyway we will have to test the Python cartridge agent with Kub

Re: 4.1.0-M1 developer preview

2014-09-29 Thread Lakmal Warusawithana
Hi Akila, Hostname of the containers are not seen in the docker host machine. Its totally isolated. We can have many dockers with same host name in single docker host. On Tue, Sep 30, 2014 at 10:14 AM, Akila Ravihansa Perera wrote: > Great finding, Nirmal! > > This would simplify things for us.

[jira] [Created] (STRATOS-846) Failed to process instance clean up using available message processors

2014-09-29 Thread Gayan Gunarathne (JIRA)
Gayan Gunarathne created STRATOS-846: Summary: Failed to process instance clean up using available message processors Key: STRATOS-846 URL: https://issues.apache.org/jira/browse/STRATOS-846 Projec

Re: error creating cartridge AS

2014-09-29 Thread Akila Ravihansa Perera
Hi Jayanath, I think you're using an older version of Puppet. Please upgrade your Puppet version to latest stable and try again. Thanks. On 30 Sep 2014 10:20, "Jayanath Liyanage" wrote: > hi team, > > I am stuck on the error at while creating cartridge. > > errors and warnings > > === >

error creating cartridge AS

2014-09-29 Thread Jayanath Liyanage
hi team, I am stuck on the error at while creating cartridge. errors and warnings === Processing triggers for libc-bin ... ldconfig deferred processing now taking place Copying Stratos facter file to /usr/lib/ruby/1.8 * Stopping puppet agent [ OK ] Warning: Setting templatedir is deprec

Re: 4.1.0-M1 developer preview

2014-09-29 Thread Nirmal Fernando
I'm not sure.. we can test though. :-) On Tue, Sep 30, 2014 at 10:14 AM, Akila Ravihansa Perera wrote: > Great finding, Nirmal! > > This would simplify things for us. > > But what happens if multiple containers are created in a specific host > machine for a single POD? How will Kubernetes handle

[GitHub] stratos pull request: logging - waiting for CA to be initialized

2014-09-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/stratos/pull/71 --- 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 enab

Re: 4.1.0-M1 developer preview

2014-09-29 Thread Akila Ravihansa Perera
Great finding, Nirmal! This would simplify things for us. But what happens if multiple containers are created in a specific host machine for a single POD? How will Kubernetes handle container hostname uniqueness? Thanks. On 30 Sep 2014 10:07, "Nirmal Fernando" wrote: > After an IRC chat with f

Re: Testing Update - 4.1.0-M1

2014-09-29 Thread Gayan Gunarathne
I have fixed this issue and made a pull request for this. https://github.com/apache/stratos/pull/72 This is happen due to we try to process instance status events in the cartridge events. We don't need to process instance status events in the cartridge end as they are published with the cartridge

[GitHub] stratos pull request: Update to escalate the instance status event...

2014-09-29 Thread swgkg
GitHub user swgkg opened a pull request: https://github.com/apache/stratos/pull/72 Update to escalate the instance status event processing at the cartridge... Please review and merge You can merge this pull request into a Git repository by running: $ git pull https://github.com

Re: 4.1.0-M1 developer preview

2014-09-29 Thread Lahiru Sandaruwan
On Tue, Sep 30, 2014 at 10:00 AM, Nirmal Fernando wrote: > After an IRC chat with folks from Google, I found that we could do label > queries via Kubernetes API even thought it was not documented. They filed > an issue for this > https://github.com/GoogleCloudPlatform/kubernetes/issues/1501 > > S

Re: 4.1.0-M1 developer preview

2014-09-29 Thread Nirmal Fernando
After an IRC chat with folks from Google, I found that we could do label queries via Kubernetes API even thought it was not documented. They filed an issue for this https://github.com/GoogleCloudPlatform/kubernetes/issues/1501 So, with this in hand; * We could find Pods that are created by a Repl

Re: Test Automation for Python Cartridge Agent development

2014-09-29 Thread Chamila De Alwis
Update on this task: Due to the time restriction, I momentarily switched to Vagrant as the instance spawning layer. Docker Stratos image configured with OpenStack has a few restrictions, mainly not being able to connect to outside network. I created a Vagrant box with a mock payload parameters fi

RE: subscribing a large number of cartridge takes a very long time

2014-09-29 Thread Martin Eppel (meppel)
Hi Isuru, Reka, Thanks for the reply. I think the main issue or question for us at the moment is why VM spin up of different subscription is handled (seemingly) sequentially (although stratos is handling them asynchronously). Btw, Supporting multiple VM spin up for a specific subscription is d

Re: Testing Update - 4.1.0-M1

2014-09-29 Thread Rajkumar Rajaratnam
Hi, We have sorted out agent issues. Now the container is activated successfully. We can see the active members in stratos admin console. There is one more error to be sorted out. Pasted the agent log here. [2014-09-29 15:45:56,378] INFO - [CartridgeAgent] Waiting for Cartridge Agent to be initi

Re: Testing Update - 4.1.0-M1

2014-09-29 Thread Akila Ravihansa Perera
Hi all, Kubernetes host registration issue is fixed in master branch now. This was due to an merge conflict that occurred while merging with docker-integration branch. Thanks. On Sun, Sep 28, 2014 at 12:07 PM, Rajkumar Rajaratnam wrote: > Hi Gayan, > > On TopicSubscriber.doSubscribe() method, d

[jira] [Commented] (STRATOS-845) Axis2 Fault - argument type mismatch exception when registering a new Kubernetes Group

2014-09-29 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151735#comment-14151735 ] Akila commented on STRATOS-845: --- This was a conflict that occurred when merging docker-inte

[jira] [Resolved] (STRATOS-845) Axis2 Fault - argument type mismatch exception when registering a new Kubernetes Group

2014-09-29 Thread Akila (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akila resolved STRATOS-845. --- Resolution: Fixed > Axis2 Fault - argument type mismatch exception when registering a new > Kubernetes Group

[jira] [Created] (STRATOS-845) Axis2 Fault - argument type mismatch exception when registering a new Kubernetes Group

2014-09-29 Thread Akila (JIRA)
Akila created STRATOS-845: - Summary: Axis2 Fault - argument type mismatch exception when registering a new Kubernetes Group Key: STRATOS-845 URL: https://issues.apache.org/jira/browse/STRATOS-845 Project: Str

Re: Shall we plan for a 4.1.0-M1 developer preview?

2014-09-29 Thread Akila Ravihansa Perera
Hi Nirmal, It seems this is the expected behavior. Quoting from the Wikipedia - 100 ContinueThis means that the server has received the request headers, and that the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST req

Re: Member instance is not getting created

2014-09-29 Thread Thushara Ranawaka
Hi Manula, Yes, I was abel to. there were several mistakes that i have made in the dockerfile and cartridge configuration as well. Now couchdb cartridge is up and running few code level and configuration level steps to be done. Corrected docker file and configuration files attached bellow. Thanks,

[jira] [Commented] (STRATOS-745) Wiki - Add a section to explain Stratos configurations

2014-09-29 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151617#comment-14151617 ] Mariangela Hills commented on STRATOS-745: -- The "4.1.0 Configuring jndi.properti

[jira] [Closed] (STRATOS-844) Wiki - Define the properties in the jndi.properties file

2014-09-29 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills closed STRATOS-844. > Wiki - Define the properties in the jndi.properties file > --

[jira] [Resolved] (STRATOS-844) Wiki - Define the properties in the jndi.properties file

2014-09-29 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills resolved STRATOS-844. -- Resolution: Fixed Fix Version/s: 4.0.0 The definitions were added in [1]. [1]

[jira] [Created] (STRATOS-844) Wiki - Define the properties in the jndi.properties file

2014-09-29 Thread Mariangela Hills (JIRA)
Mariangela Hills created STRATOS-844: Summary: Wiki - Define the properties in the jndi.properties file Key: STRATOS-844 URL: https://issues.apache.org/jira/browse/STRATOS-844 Project: Stratos

Re: Member instance is not getting created

2014-09-29 Thread Manula Chathurika Thantriwatte
Hi Thushara, Would you be able to solve the problem. Thanks ! On Mon, Sep 29, 2014 at 10:36 AM, Udara Liyanage wrote: > > Hi Thushara, > > Could you please check what I and Melan have suggested. > I suspect little it is due to partitions or policies. > > > Touched, not typed. Erroneous words a

Re: [Wiki] Documenting Stratos Debug Logs

2014-09-29 Thread Reka Thirunavukkarasu
+1. Thanks Isuru for the input and Mari for adding it to wiki. On Mon, Sep 29, 2014 at 3:20 PM, Mariangela Hills wrote: > I have added the steps provided by IsuruH in [1]. Please let me know > whether we can add more information in this regard. > > [1] > https://cwiki.apache.org/confluence/disp

[jira] [Commented] (STRATOS-832) Generic Meta Data Client

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151558#comment-14151558 ] Isuru Haththotuwa commented on STRATOS-832: --- Initial implementation committed w

[jira] [Created] (STRATOS-843) Group scaling based on the Group scaling policy

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-843: - Summary: Group scaling based on the Group scaling policy Key: STRATOS-843 URL: https://issues.apache.org/jira/browse/STRATOS-843 Project: Stratos

[jira] [Created] (STRATOS-842) Scaling VMs in a cluster based on Dependency

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-842: - Summary: Scaling VMs in a cluster based on Dependency Key: STRATOS-842 URL: https://issues.apache.org/jira/browse/STRATOS-842 Project: Stratos

[jira] [Resolved] (STRATOS-840) Application Created and Application Removed Events

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa resolved STRATOS-840. --- Resolution: Fixed > Application Created and Application Removed Events >

[jira] [Updated] (STRATOS-840) Application Created and Application Removed Events

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-840: -- Fix Version/s: (was: 4.2.0) 4.2.0 M1 > Application Created and A

[jira] [Commented] (STRATOS-840) Application Created and Application Removed Events

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151553#comment-14151553 ] Isuru Haththotuwa commented on STRATOS-840: --- Implemented in 6dc7a58a98f570bc7d9

[jira] [Created] (STRATOS-841) Handling Termination behaviour in Composite Application

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-841: - Summary: Handling Termination behaviour in Composite Application Key: STRATOS-841 URL: https://issues.apache.org/jira/browse/STRATOS-841 Project: Str

[jira] [Created] (STRATOS-840) Application Created and Application Removed Events

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-840: - Summary: Application Created and Application Removed Events Key: STRATOS-840 URL: https://issues.apache.org/jira/browse/STRATOS-840 Project: Stratos

[jira] [Resolved] (STRATOS-834) Parsing Composite Application Definition

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa resolved STRATOS-834. --- Resolution: Implemented > Parsing Composite Application Definition >

Re: [Wiki] Documenting Stratos Debug Logs

2014-09-29 Thread Mariangela Hills
I have added the steps provided by IsuruH in [1]. Please let me know whether we can add more information in this regard. [1] https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Troubleshooting+New+Instance+Related+Issues Regards, Mariangela *--* Mariangela Hills Senior Technical Writer

[jira] [Created] (STRATOS-839) Dependency Tree builder for the Composite Application

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-839: - Summary: Dependency Tree builder for the Composite Application Key: STRATOS-839 URL: https://issues.apache.org/jira/browse/STRATOS-839 Project: Strat

[jira] [Updated] (STRATOS-834) Parsing Composite Application Definition

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-834: -- Fix Version/s: (was: 4.2.0 M2) > Parsing Composite Application Definition > ---

[jira] [Assigned] (STRATOS-837) Topology Modifications for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa reassigned STRATOS-837: - Assignee: Isuru Haththotuwa > Topology Modifications for Composite Applications

[jira] [Commented] (STRATOS-837) Topology Modifications for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151546#comment-14151546 ] Isuru Haththotuwa commented on STRATOS-837: --- Initial changes done in 6dc7a58a98

[jira] [Updated] (STRATOS-837) Topology Modifications for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-837: -- Fix Version/s: (was: 4.2.0) 4.2.0 M2 4.2.0 M1

[jira] [Updated] (STRATOS-838) Application and Group health checker in Autoscaler

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-838: -- Issue Type: Sub-task (was: New Feature) Parent: STRATOS-828 > Applicat

[jira] [Updated] (STRATOS-834) Parsing Composite Application Definition

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-834: -- Fix Version/s: (was: 4.2.0) 4.2.0 M2 4.2.0 M1

[jira] [Created] (STRATOS-837) Topology Modifications for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-837: - Summary: Topology Modifications for Composite Applications Key: STRATOS-837 URL: https://issues.apache.org/jira/browse/STRATOS-837 Project: Stratos

[jira] [Created] (STRATOS-838) Application and Group health checker in Autoscaler

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-838: - Summary: Application and Group health checker in Autoscaler Key: STRATOS-838 URL: https://issues.apache.org/jira/browse/STRATOS-838 Project: Stratos

[jira] [Updated] (STRATOS-830) Messaging and Topology Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-830: -- Assignee: (was: Isuru Haththotuwa) > Messaging and Topology Changes for Composite A

[jira] [Assigned] (STRATOS-830) Messaging and Topology Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa reassigned STRATOS-830: - Assignee: Isuru Haththotuwa > Messaging and Topology Changes for Composite Appli

[jira] [Created] (STRATOS-836) Cluster Health checker support in CEP/Autoscaler

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-836: - Summary: Cluster Health checker support in CEP/Autoscaler Key: STRATOS-836 URL: https://issues.apache.org/jira/browse/STRATOS-836 Project: Stratos

[jira] [Commented] (STRATOS-834) Parsing Composite Application Definition

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151538#comment-14151538 ] Isuru Haththotuwa commented on STRATOS-834: --- Initial implementation done. Main

[jira] [Created] (STRATOS-835) Hierarchical Monitor support for Autoscaler

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-835: - Summary: Hierarchical Monitor support for Autoscaler Key: STRATOS-835 URL: https://issues.apache.org/jira/browse/STRATOS-835 Project: Stratos

[jira] [Created] (STRATOS-834) Parsing Composite Application Definition

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-834: - Summary: Parsing Composite Application Definition Key: STRATOS-834 URL: https://issues.apache.org/jira/browse/STRATOS-834 Project: Stratos Issue Ty

[jira] [Created] (STRATOS-832) Generic Meta Data Client

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-832: - Summary: Generic Meta Data Client Key: STRATOS-832 URL: https://issues.apache.org/jira/browse/STRATOS-832 Project: Stratos Issue Type: New Feature

[jira] [Created] (STRATOS-833) CEP to support Composite Application

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-833: - Summary: CEP to support Composite Application Key: STRATOS-833 URL: https://issues.apache.org/jira/browse/STRATOS-833 Project: Stratos Issu

[jira] [Updated] (STRATOS-831) Meta Data Service Implementation

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-831: -- Fix Version/s: 4.2.0 > Meta Data Service Implementation > -

[jira] [Updated] (STRATOS-830) Messaging and Topology Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-830: -- Fix Version/s: 4.2.0 > Messaging and Topology Changes for Composite Applications >

[jira] [Updated] (STRATOS-826) Stratos Manager Changes for Composite Applications

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-826: -- Issue Type: New Feature (was: Sub-task) Parent: (was: STRATOS-825)

[jira] [Created] (STRATOS-831) Meta Data Service Implementation

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-831: - Summary: Meta Data Service Implementation Key: STRATOS-831 URL: https://issues.apache.org/jira/browse/STRATOS-831 Project: Stratos Issue Type: New

[jira] [Created] (STRATOS-830) Messaging and Topology Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-830: - Summary: Messaging and Topology Changes for Composite Applications Key: STRATOS-830 URL: https://issues.apache.org/jira/browse/STRATOS-830 Project: Stratos

[jira] [Updated] (STRATOS-828) Autoscaler Changes for Composite Applications

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-828: -- Issue Type: New Feature (was: Sub-task) Parent: (was: STRATOS-825)

[jira] [Updated] (STRATOS-827) Cloud Controller Changes for Composite Applications

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-827: -- Issue Type: New Feature (was: Sub-task) Parent: (was: STRATOS-825)

[jira] [Updated] (STRATOS-829) Cartridge Agent Changes for Composite Applications

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reka Thirunavukkarasu updated STRATOS-829: -- Issue Type: New Feature (was: Sub-task) Parent: (was: STRATOS-825)

[jira] [Created] (STRATOS-828) Autoscaler Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-828: - Summary: Autoscaler Changes for Composite Applications Key: STRATOS-828 URL: https://issues.apache.org/jira/browse/STRATOS-828 Project: Stratos Iss

Re: subscribing a large number of cartridge takes a very long time

2014-09-29 Thread Isuru Haththotuwa
Hi On Mon, Sep 29, 2014 at 2:48 PM, Reka Thirunavukkarasu wrote: > Hi Martin, > > Stratos is not spinning up more than of VMs at once per cluster using the > ClusterMonitor. This is an improvement which we will have to address in > autoscaler and cloud controller to handle more than one VM spinn

[jira] [Resolved] (STRATOS-824) [Wiki] Add troubleshooting steps - Newly created instance is not working

2014-09-29 Thread Mariangela Hills (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mariangela Hills resolved STRATOS-824. -- Resolution: Fixed Fix Version/s: 4.1.0 M1 Added the information provided by Isur

[jira] [Created] (STRATOS-829) Cartridge Agent Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-829: - Summary: Cartridge Agent Changes for Composite Applications Key: STRATOS-829 URL: https://issues.apache.org/jira/browse/STRATOS-829 Project: Stratos

[jira] [Updated] (STRATOS-826) Stratos Manager Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-826: -- Summary: Stratos Manager Changes for Composite Applications (was: Rest API Support for

[jira] [Updated] (STRATOS-827) Cloud Controller Changes for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Haththotuwa updated STRATOS-827: -- Summary: Cloud Controller Changes for Composite Applications (was: Persist Group Defin

Re: subscribing a large number of cartridge takes a very long time

2014-09-29 Thread Reka Thirunavukkarasu
Hi Martin, Stratos is not spinning up more than of VMs at once per cluster using the ClusterMonitor. This is an improvement which we will have to address in autoscaler and cloud controller to handle more than one VM spinning at once and more than one VM termination at once per cluster. I could see

[jira] [Created] (STRATOS-827) Persist Group Definitions

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-827: - Summary: Persist Group Definitions Key: STRATOS-827 URL: https://issues.apache.org/jira/browse/STRATOS-827 Project: Stratos Issue Type: Sub-task

[jira] [Created] (STRATOS-826) Rest API Support for Composite Applications

2014-09-29 Thread Isuru Haththotuwa (JIRA)
Isuru Haththotuwa created STRATOS-826: - Summary: Rest API Support for Composite Applications Key: STRATOS-826 URL: https://issues.apache.org/jira/browse/STRATOS-826 Project: Stratos Issue

[jira] [Created] (STRATOS-825) Complex Application support for Apache stratos

2014-09-29 Thread Reka Thirunavukkarasu (JIRA)
Reka Thirunavukkarasu created STRATOS-825: - Summary: Complex Application support for Apache stratos Key: STRATOS-825 URL: https://issues.apache.org/jira/browse/STRATOS-825 Project: Stratos

Re: grouping support in CartridgeAgent

2014-09-29 Thread Reka Thirunavukkarasu
Hi Martin, On Sun, Sep 28, 2014 at 10:37 PM, Martin Eppel (meppel) wrote: > Rekha, > > > > I am not entirely clear what kind of action the agent should / will > perform when receiving application information ? > > Once we know that we can decide which events should be handled, wdyt ? Do > we ne