Re: Reminder: Writing Charms for restrictive networks

2014-12-08 Thread Jorge O. Castro
Here's the video fo the charm workshop if you missed it: http://insights.ubuntu.com/2014/12/08/charm-workshop-writing-charms-for-restrictive-networks/ -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

juju vs. Puppet/Chef/Salt/Ansible/etc.

2014-12-08 Thread Eric Snow
The reaction I get most often from folks that aren't familiar with juju and skim through the juju site is that it looks like a competitor to the various configuration management tools out there like Puppet or Salt. However, my experience is that while they have some overlap, they sit at different

Re: juju vs. Puppet/Chef/Salt/Ansible/etc.

2014-12-08 Thread Michael Nelson
On Tue, Dec 9, 2014 at 10:35 AM, Eric Snow eric.s...@canonical.com wrote: The reaction I get most often from folks that aren't familiar with juju and skim through the juju site is that it looks like a competitor to the various configuration management tools out there like Puppet or Salt.

Handling IP address change

2014-12-08 Thread Stuart Bishop
Hi. Does juju handle IP address changes of units yet? If so, what hooks can I expect to be invoked? - config-changed? - relation-changed on every relation, changed unit side? - relation-changed on every relation, related unit side? I need to keep the 'host' attribute on my database relations

Re: Handling IP address change

2014-12-08 Thread José Antonio Rey
Stuart, Could you please clarify in which moment would you expect an IP change? With that info I could try and provide you solutions for IP changes. On 12/08/2014 09:31 PM, Stuart Bishop wrote: Hi. Does juju handle IP address changes of units yet? If so, what hooks can I expect to be

Re: Handling IP address change

2014-12-08 Thread Andrew Wilkins
On Tue, Dec 9, 2014 at 10:31 AM, Stuart Bishop stuart.bis...@canonical.com wrote: Hi. Does juju handle IP address changes of units yet? If so, what hooks can I expect to be invoked? From 1.21 onwards, config-changed will be fired whenever the unit's addresses change. - config-changed?

juju bootstrap finishes but maas deployment fails

2014-12-08 Thread Daniel Bidwell
I have run juju -v --debug bootstrap -e auits. The bootstrap appears to have completed. juju says that it is bootstrapped, but the machine is never advanced to the deployed state and eventually fails to Failed deployment. The debug logs can be found at http://pastebin.com/3LDxnQyy Any ideas as