Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
Yeah. If we install libraries based on the platform (architecture and the versions) , I think it is possible. Currently do we have platform based library installations with new instance spawning? Thanks, Gayan On Fri, Aug 29, 2014 at 11:37 AM, chris snow wrote: > I would have thought that pup

Re: Stratos Python Cartridge Agent

2014-08-28 Thread chris snow
I would have thought that puppet would abstract the installation of the correct package for us: - puppet will be defined to install the package 'qpid-proton' - on ubuntu platforms, puppet will have the qpid-proton package defined with a dependency that first adds the apt-repository - on RHEL platf

Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
Thanks Chris. My concern is if we used the binaries based on the platform ,every-time we need to get the platform details of the instance when new instance going to spawn and download the relevant binaries based on that platform. As I noticed there are different set of binaries for the Ubuntu ver

Re: Unable to build the jclouds object for iaas of type: ec2

2014-08-28 Thread Akila Ravihansa Perera
Hi Sean, Glad to hear that you were able to make it work. There is a sample json at the bottom the blog post that you tried which is similar to what you have posted above. Were you having issues with that sample cartridge json as well? Thanks. On Fri, Aug 29, 2014 at 5:48 AM, Sean Murdock wrote

Jenkins build is back to normal : Stratos-4.0.0-Nightly-Build » Apache Stratos - Load Balancer - Distribution #102

2014-08-28 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Stratos-4.0.0-Nightly-Build #102

2014-08-28 Thread Apache Jenkins Server
See

[GitHub] stratos pull request: Fixing STRATOS-762

2014-08-28 Thread muthulee
GitHub user muthulee opened a pull request: https://github.com/apache/stratos/pull/20 Fixing STRATOS-762 This is to retrieve the cluster ID. This would help contract the URL in the case where LB is not present. Our dev setup doesn't have a LB. You can merge this pull request into a

[jira] [Commented] (STRATOS-762) Retrieving ClusterId after sending Subscription

2014-08-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STRATOS-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114657#comment-14114657 ] ASF GitHub Bot commented on STRATOS-762: GitHub user muthulee opened a pull reque

Re: Unable to build the jclouds object for iaas of type: ec2

2014-08-28 Thread Sean Murdock
Isuru, thanks so much! You made my day. That fixed it. I also used an instance type called t1.micro which was apparently not supported (based on trying to launch the same image in the ec2 console), so I changed to m3.medium. So the following json worked: { "type": "jboss", "provider":

Re: Stratos and Kuburnetes and docker support.

2014-08-28 Thread Lakmal Warusawithana
On Thu, Aug 28, 2014 at 12:50 PM, chris snow wrote: > On Thu, Aug 28, 2014 at 3:44 AM, Lakmal Warusawithana > wrote: > > Hi devs, > > > > I did some research on $subject and IMO kurburnetes integration going to > be > > worthwhile thing. Below is the possible way of integration and some > > bene

Re: Stratos and Kuburnetes and docker support.

2014-08-28 Thread Lakmal Warusawithana
On Thu, Aug 28, 2014 at 12:08 PM, Nirmal Fernando wrote: > > > > On Thu, Aug 28, 2014 at 8:14 AM, Lakmal Warusawithana > wrote: > >> Hi devs, >> >> I did some research on $subject and IMO kurburnetes integration going to >> be worthwhile thing. Below is the possible way of integration and some >

Re: cartridge agent - health statistic plugins

2014-08-28 Thread Isuru Haththotuwa
Excellent work Mike! This is a very useful addition. On Wed, Jul 9, 2014 at 8:11 PM, Michael Hall (michaha2) wrote: > Hi, > > We want to upstream support for cartridge agent health statistics > plugins. > > The attached patch (for 4.0.0) doesn’t change the cartridge agents’ > functionality.

Re: Stratos Python Cartridge Agent

2014-08-28 Thread chris snow
Hi Gayan, yes, that link was for the broker, but I was hoping the same question had been asked for proton. I ended up sending an email to the proton list. It seems there are binary packages [1] - did you find these? --- [1] http://qpid.2158936.n2.nabble.com/make-dist-for-proton-c-td7612705.html

Re: Retrieving ClusterId after sending Subscription

2014-08-28 Thread Nirmal Fernando
+1 Dimuthu. Please send a PR over :-) On Thu, Aug 28, 2014 at 6:36 PM, Dimuthu Leelarathne wrote: > Hi All, > > We actually don't need username/password because we are using Mutual SSL > and authentication is skipped. So the real problem is there is no one API > to get the cluster Id. cartridge

Re: Retrieving ClusterId after sending Subscription

2014-08-28 Thread Dimuthu Leelarathne
Hi All, We actually don't need username/password because we are using Mutual SSL and authentication is skipped. So the real problem is there is no one API to get the cluster Id. cartridge/info/{subscriptionAlias} returns the LB's cluster Id but not the instance (our dev setup doesn't have the LB).

Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
AFAIU we don't have make dist option here.I guess, they included the install option only.Even if we have make dist option I guess still we need to make a separate build for the each platform.Is n't? Also that link[1],even it is about the qpid message broker, I think they are talking about the same

Re: Stratos Python Cartridge Agent

2014-08-28 Thread chris snow
Hi Gayan, is there a 'make dist' option [1]? --- [1] http://qpid.2158936.n2.nabble.com/How-to-deploy-the-broker-on-another-machine-td3400607.html#a3400632 On Thu, Aug 28, 2014 at 11:20 AM, Gayan Gunarathne wrote: > Hi Chris, > > AFAIR that build will added the attached file list (please find t

Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
Hi Chris, AFAIR that build will added the attached file list (please find the attached document) to the Ubuntu and it uses those files.IMO with fedora build that files will be different and it will be platform dependent. WDYT? Thanks, Gayan On Thu, Aug 28, 2014 at 2:47 PM, chris snow wrote: >

[jira] [Created] (STRATOS-762) Retrieving ClusterId after sending Subscription

2014-08-28 Thread Dimuthu Leelarathne (JIRA)
Dimuthu Leelarathne created STRATOS-762: --- Summary: Retrieving ClusterId after sending Subscription Key: STRATOS-762 URL: https://issues.apache.org/jira/browse/STRATOS-762 Project: Stratos

Re: Stratos Python Cartridge Agent

2014-08-28 Thread chris snow
Ah, ok. So the problem is just that we need to setup a development environment to compile the qpid application? After qpid has been compiled to a binary, the development environment is no longer required? Can we use fedora to build a qpid binary for ubuntu? On Thu, Aug 28, 2014 at 9:47 AM, Gay

Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
For windows also they have included the building procedure in their read-me file. Thanks, Gayan On Thu, Aug 28, 2014 at 2:17 PM, Gayan Gunarathne wrote: > Yeah Chris.It is the command set for the fedora as mention in their > read-me file. > > For Ubuntu we can use the following command sets. >

Re: Stratos Python Cartridge Agent

2014-08-28 Thread Gayan Gunarathne
Yeah Chris.It is the command set for the fedora as mention in their read-me file. For Ubuntu we can use the following command sets. # required dependencies sudo apt-get install gcc cmake uuid-dev # dependencies needed for ssl support sudo apt-get install libssl-dev # dependencies needed for bin

Retrieving ClusterId after sending Subscription

2014-08-28 Thread Dimuthu Leelarathne
Hi all, Our aPaaS product - App Factory uses Apache Stratos to deploy applications. Here is our requirement, - A a developer click on deploy a PHP application. We send a PHP cartridge subscription request to Stratos. - The PHP cartridge is spawned and application is deployed. - Then

Re: MemberFault event is lost forever when MB is down

2014-08-28 Thread Akila Ravihansa Perera
Hi, Since we're using WSO2 CEP for monitoring faulty members, it would make sense to enhance the Faulty Member window processor [1] to recover from a core component failure. I have made some improvements to this window processor and committed in [2]. CEP will now have an additional dependency for

Re: Stratos Python Cartridge Agent

2014-08-28 Thread chris snow
On Wed, Aug 27, 2014 at 6:26 AM, Gayan Gunarathne wrote: > Hi Akila, > > When we tried with the Apache Qpid Proton-C library we did the following > prerequisites. > > # required dependencies > yum install gcc cmake libuuid-devel > > # dependencies needed for ssl support > yum insta

Re: Stratos and Kuburnetes and docker support.

2014-08-28 Thread chris snow
On Thu, Aug 28, 2014 at 3:44 AM, Lakmal Warusawithana wrote: > Hi devs, > > I did some research on $subject and IMO kurburnetes integration going to be > worthwhile thing. Below is the possible way of integration and some > benefits. > > Kuburnetes provide docker provisioning (orchestration), sche