Re: [Discussion] [STRATOS-680] Allow users to install stratos from distribution binaries

2014-07-10 Thread Isuru Haththotuwa
Hi Chris and all, +1 for this using a placeholder (@STRATOS_VERSION_TOKEN@) in place of the hard coded version strings and using maven to create the installable archives. On Fri, Jul 11, 2014 at 11:54 AM, chris snow wrote: > Hi Devs, > > Does anyone have any concerns with us making the changes

Re: [Discussion] [STRATOS-680] Allow users to install stratos from distribution binaries

2014-07-10 Thread chris snow
Hi Devs, Does anyone have any concerns with us making the changes listed in the previous email? Note that we are also proposing to change the hard coded version string in files in the tools folder with a token, e.g. @STRATOS_VERSION_TOKEN@. This token will be replaced with the stratos version (e

Re: Port fixes for STRATOS-643 and STRATOS-646 to release branch

2014-07-10 Thread Lakmal Warusawithana
On Fri, Jul 11, 2014 at 12:01 AM, Jeffrey Nguyen (jeffrngu) < jeffr...@cisco.com> wrote: > Hi Lakmal, > > Prior to release of Stratos 4.0.0, you mentioned I should wait until > 4.0.0 went out then double commit the fixes for STRATOS-643 and STRATOS-646 > into release branch for 4.0.1. Is now t

Port fixes for STRATOS-643 and STRATOS-646 to release branch

2014-07-10 Thread Jeffrey Nguyen (jeffrngu)
Hi Lakmal, Prior to release of Stratos 4.0.0, you mentioned I should wait until 4.0.0 went out then double commit the fixes for STRATOS-643 and STRATOS-646 into release branch for 4.0.1. Is now the right time do this? Thanks, -Jeffrey

Re: STRATOS-698 and issue with single private/public IPs in topology events

2014-07-10 Thread Jeffrey Nguyen (jeffrngu)
Thanks Manula and Udara. I created STRATOS-704 to track the issue of topology events supporting only one public and one private Ips. Currently, we're not using "publicNetworkUuid" for floating IP allocation. It is rather allocated based on th

[jira] [Created] (STRATOS-704) Stratos topology events only support one public and one private IPs

2014-07-10 Thread Jeffrey Nguyen (JIRA)
Jeffrey Nguyen created STRATOS-704: -- Summary: Stratos topology events only support one public and one private IPs Key: STRATOS-704 URL: https://issues.apache.org/jira/browse/STRATOS-704 Project: Stra

RE: Composite Application Deployment and Application Monitor for Autoscaler

2014-07-10 Thread Martin Eppel (meppel)
+1 From: Reka Thirunavukkarasu [mailto:r...@wso2.com] Sent: Wednesday, July 09, 2014 5:43 AM To: Udara Liyanage Cc: dev; Lakmal Warusawithana; Martin Eppel (meppel); Isuru Haththotuwa Subject: Re: Composite Application Deployment and Application Monitor for Autoscaler Hi Udara, On Wed, Jul 9, 2

Build failed in Jenkins: Stratos-Master-Nightly-Build #187

2014-07-10 Thread Apache Jenkins Server
See -- [...truncated 18721 lines...] [JENKINS] Archiving to org.apache.stratos/cartidge-agen

Build failed in Jenkins: Stratos-Master-Nightly-Build ยป Apache Stratos - CLI #187

2014-07-10 Thread Apache Jenkins Server
See -- [...truncated 8028 lines...] searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 0.1 delayafterterminate: 0.1 =

Re: STRATOS-698 and issue with single private/public IPs in topology events

2014-07-10 Thread Udara Liyanage
Hi, What I understood from the jira is, you specify multiple network interfaces in cartridge json. Additinaly you want to assign the floating IP to one of the interfaces you prefer. I guess the uuid you have specified are the uuid of your openstack networks. One thing I have noticed is, instance i

Re: STRATOS-698 and issue with single private/public IPs in topology events

2014-07-10 Thread Manula Chathurika Thantriwatte
Hi Jeffrey, Yes, currently I'm working on this JIRA. When going through stratos the code, I find out that currently there is no implementations for the "publicNetworkUuid". So I'll try to find out the implementation in the jclouds whether they support this functionality. According to the current