Confirmation for Juju Charm School: LXC Troubleshooting?

2014-06-19 Thread José Antonio Rey
Guys, I was wondering if we're still having that LXC Troubleshooting Charm School tomorrow at 19 UTC. -- José Antonio Rey -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Bundles proposal

2014-06-19 Thread roger peppe
We (mostly myself and Francesco Banconi, with some useful input from Brad Crittenden) have put together a proposal for moving towards making bundles a first-class citizen in Juju. Please let us know what you think.

Fwd: Bundles proposal

2014-06-19 Thread roger peppe
We (mostly myself and Francesco Banconi, with some useful input from Brad Crittenden) have put together a proposal for moving towards making bundles a first-class citizen in Juju. Please let us know what you think.

Re: How to show diff for a rev?

2014-06-19 Thread John Meinel
According to the man git-show which only has an off-hand reference to -m: Note also that you can give the `-m’ option to any of these commands to force generation of diffs with individual parents of a merge. That makes it sound like it shows *both* diffs. The diff of the merge revision vs parent0

Re: Bundles proposal

2014-06-19 Thread Benjamin Saller
Some of my recent work with charming Cloud Foundry has led us towards a slightly different understanding of bundles. In the case of something like cloud foundry the topology will change between releases of their code, in version 'b' they might add a new service that 'a' didn't have and in 'c' they

Re: Bundles proposal

2014-06-19 Thread roger peppe
On 19 June 2014 18:02, Benjamin Saller benjamin.sal...@canonical.com wrote: Some of my recent work with charming Cloud Foundry has led us towards a slightly different understanding of bundles. In the case of something like cloud foundry the topology will change between releases of their code,

Re: Relation addresses

2014-06-19 Thread William Reade
On Thu, Jun 19, 2014 at 12:16 AM, Kapil Thangavelu kapil.thangav...@canonical.com wrote: On Wed, Jun 18, 2014 at 5:04 PM, William Reade william.re...@canonical.com wrote: We're not changing any semantics; apart from anything else, relation-broken does not depend on any remote unit. its

Re: Relation addresses

2014-06-19 Thread William Reade
On Thu, Jun 19, 2014 at 5:14 AM, Andrew Wilkins andrew.wilk...@canonical.com wrote: If that's the case, why do we not just require charms to implement an address-changed hook to update the relation setting then? That way we don't break existing proxy charms, but other charms won't be fixed

Re: Relation addresses

2014-06-19 Thread Andrew Wilkins
On Fri, Jun 20, 2014 at 6:44 AM, William Reade william.re...@canonical.com wrote: On Thu, Jun 19, 2014 at 5:14 AM, Andrew Wilkins andrew.wilk...@canonical.com wrote: If that's the case, why do we not just require charms to implement an address-changed hook to update the relation setting

Re: Bundles proposal

2014-06-19 Thread Richard Harding
On Thu, 19 Jun 2014, Benjamin Saller wrote: Some of my recent work with charming Cloud Foundry has led us towards a slightly different understanding of bundles. In the case of something like cloud foundry the topology will change between releases of their code, in version 'b' they might add a