Handling relation-get gives null data issue

2014-10-31 Thread Malshan Peiris
Hi all, I have two charms which is joined by a relation, and supposed to send data both ways. In the relation-joined hook of the charms i have put appropriate relation-set in one charm and relation-get in the other. Same is done vice versa. However, randomly atleast one charm fails to get the

Re: Handling relation-get gives null data issue

2014-10-31 Thread Kapil Thangavelu
You've setup a race condition. First you should be receiving data in relation-changed not relation-joined. If you try to receive set values in relation-joined and the sending side comes up second, you'll never see the data. Also you should make things resistant to races by exiting if the data you

jenkins credentials in other charm

2014-10-31 Thread saurabh
Hi, I need to use jenkins charm with my charm. Is there any way I can get the password of jenkins when I add a relation between my charm and jenkins charm?? Thanks, -- Saurabh Kumar System Admin -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at:

Re: Multiple networks with JUJU and 3rd party Cinder integration.

2014-10-31 Thread Nate dell
Thanks Dimiter! This sense all makes good sense! I'm labing out the suggestions and will see how it goes. Really appreciate the help I've received from the list. Thanks again! On Sat, Oct 25, 2014 at 1:26 PM, Dimiter Naydenov dimiter.nayde...@canonical.com wrote: -BEGIN PGP SIGNED

Re: Multiple networks with JUJU and 3rd party Cinder integration.

2014-10-31 Thread Nate dell
Thanks for the clarification and all the help!! Really really appreciate it! On Thu, Oct 30, 2014 at 10:10 AM, Mark Shuttleworth m...@ubuntu.com wrote: On 25/10/14 18:26, Dimiter Naydenov wrote: In the mean-time, until Juju starts to provide this feature, you can consider a workaround.

[Review Queue] Tez and Shoutcast

2014-10-31 Thread Whit Morriss
Today I reviewed a bundle and a charm, both from our esteemed Chuck Butler. The tez bundle sets up a framework for doing realtime high volume data processing using Yarn and hadoop: https://bugs.launchpad.net/charms/+bug/1383903. Shoutcast is the venerable internet radio server:

Re: how to update dependencies.tsv

2014-10-31 Thread roger peppe
On 30 October 2014 14:34, Eric Snow eric.s...@canonical.com wrote: On Thu, Oct 30, 2014 at 4:40 AM, roger peppe roger.pe...@canonical.com wrote: It's a pity then that if you go get a package, origin is the repo you've branched from. There is always one of those, but you don't necessary have

New regression: set-env no longer accepts empty values

2014-10-31 Thread Aaron Bentley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have discovered a regression in juju set-env. I have filed a bug accordingly: https://bugs.launchpad.net/juju-core/+bug/1388073 A recent change to juju broke set-env, so that it no longer accepts empty values. In old versions this worked: juju

Re: deprecating the juju-backup (and juju-restore) CLI plugin

2014-10-31 Thread Eric Snow
On Fri, Oct 31, 2014 at 8:35 AM, Curtis Hovey-Canonical cur...@canonical.com wrote: On Thu, Oct 30, 2014 at 2:10 PM, Eric Snow eric.s...@canonical.com wrote: What would be the best approach for deprecating the old backup plugin? I was going to simply gut it (it's a bash script) and stick in a

Re: how to update dependencies.tsv

2014-10-31 Thread Nate Finch
FWIW, I always branch off upstream/master. I don't have master synced to my repo, because it just seems like an extra step. Why not go straight to the source? On Oct 31, 2014 11:48 AM, Eric Snow eric.s...@canonical.com wrote: On Fri, Oct 31, 2014 at 2:11 AM, roger peppe