Re: How to contribute page for Stratos

2014-07-21 Thread Praneesha Chandrasiri
Thanks for the suggestion Udara! Copying Madhura since the suggestion is to add $subject on the Apache Stratos home page main menu in [1]. [1]http://stratos.apache.org/ On Mon, Jul 21, 2014 at 9:24 AM, Udara Liyanage wrote: > Hi Praneesha, Mari, > > I have seen "How to contribute" page in oth

Re: Grouping of services with dependency cartridges

2014-07-21 Thread Imesh Gunaratne
Hi Gayan, Few weeks back I had a discussion on this with Lakmal and the idea was to use a metadata service web-app. Shall we discuss pros and cons on using the Registry vs a Web-app. Regarding Pradeep's question, IMO the metadata-service (either the registry/web-app) can listen to the topology an

Re: Grouping of services with dependency cartridges

2014-07-21 Thread Udara Liyanage
Hi, Could n't this be achieved by using the existing topology? Add some REST APIs to SM which get necessary details from CC. Agent can get the IP by calling the API. However mysql credentials are not in topology. Touched, not typed. Erroneous words are a feature, not a typo.

Re: Grouping of services with dependency cartridges

2014-07-21 Thread Gayan Gunarathne
Yes. IMO We can remove the metadata related to terminated instance from the CC and we can add meta data related to the new instance from the cartridge agent after new instance spawned. Thanks, Gayan On Mon, Jul 21, 2014 at 4:53 PM, Pradeep Fernando wrote: > how the termination info (removing t

Re: Grouping of services with dependency cartridges

2014-07-21 Thread Pradeep Fernando
how the termination info (removing the metadata related to terminated instance) get updated in the registry. Is it a task of CC bits ? thanks, --Pradeep On Mon, Jul 21, 2014 at 3:37 PM, Gayan Gunarathne wrote: > > Hi All, > > For the composite cartridge subscription[1], in the case of the cart

Re: Cartridge agent puppet script changes in 4.0.0 branch

2014-07-21 Thread Manula Chathurika Thantriwatte
Thanks Dinesh ! On Mon, Jul 21, 2014 at 10:00 AM, Dinesh Bandara wrote: > Committed in 5c77b5003453774bb41ef9a06b585903143ede61 > > > On Fri, Jul 18, 2014 at 3:06 PM, Manula Chathurika Thantriwatte < > manu...@wso2.com> wrote: > >> Hi Dinesh, >> >> This is happen because we have upstream cluste

Grouping of services with dependency cartridges

2014-07-21 Thread Gayan Gunarathne
Hi All, For the composite cartridge subscription[1], in the case of the cartridge instance is terminated and new instance create scenario, we need to share the new meta data with the dependencies cartridge.We will thinking of using the governance registry(G-Reg) with rest API for the meta data st