Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Duncan Johnston Watt
> On Thu, Dec 24, 2015 at 12:18 AM, Duncan Johnston Watt < > > > > duncan.johnstonw...@cloudsoftcorp.com> wrote: > > > > > > > > > Hi. Have you tried - > > > > > > > > > > launch.latch: > > > > > $brooklyn:compo

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Andrea Turli
; > > > duncan.johnstonw...@cloudsoftcorp.com> wrote: > > > > > > > Hi. Have you tried - > > > > > > > > launch.latch: > > > > $brooklyn:component("X").attributeWhenReady("service.isUp") > > > > > >

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Abhishek Sharma
atch: > > > $brooklyn:component("X").attributeWhenReady("service.isUp") > > > > > > Best > > > -- > > > Duncan Johnston-Watt > > > CEO | Cloudsoft Corporation > > > +44 777 190 2653 | @duncanjw > > &g

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Andrea Turli
ce.isUp") > > > > Best > > -- > > Duncan Johnston-Watt > > CEO | Cloudsoft Corporation > > +44 777 190 2653 | @duncanjw > > > > Sent from my iPhone > > > > Begin forwarded message: > > > > *From:* Abhishek Sharma > &

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Abhishek Sharma
est > -- > Duncan Johnston-Watt > CEO | Cloudsoft Corporation > +44 777 190 2653 | @duncanjw > > Sent from my iPhone > > Begin forwarded message: > > *From:* Abhishek Sharma > *Date:* 24 December 2015 at 01:40:16 GMT > *To:* dev@brooklyn.apache.org > *Subject:* *Iss

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Duncan Johnston Watt
2015 at 01:40:16 GMT *To:* dev@brooklyn.apache.org *Subject:* *Issue Deployment Dependencies in Brooklyn* *Reply-To:* dev@brooklyn.apache.org I have 2 applications that I start with I run brooklyn. The two apps are specified as follows in a YAML file. services: - type: com.abhishek.dropwizzard

Issue Deployment Dependencies in Brooklyn

2015-12-23 Thread Abhishek Sharma
I have 2 applications that I start with I run brooklyn. The two apps are specified as follows in a YAML file. > services: - type: com.abhishek.dropwizzard id: X - type: com.abhishek.nodejs id: Y I want my nodeJS app to come up after my drop wizard app has been started successful