Re: relations system in juju

2013-11-22 Thread William Reade
Hi Vasiliy There's some moderately high-level documentation of what happens in doc/charms-in-action.txt in the juju-core source tree, but that doesn't really get into the details. If you're interested in diving through the code, the most fundamental piece is the state.RelationUnit type

Re: relations system in juju

2013-11-22 Thread Vasiliy Tolstov
2013/11/22 William Reade william.re...@canonical.com: Hi Vasiliy There's some moderately high-level documentation of what happens in doc/charms-in-action.txt in the juju-core source tree, but that doesn't really get into the details. If you're interested in diving through the code, the most

Re: docker hype and juju's future

2013-11-22 Thread rha...@informatiq.org
On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn se...@hallyn.com wrote: Quoting rha...@informatiq.org (rha...@informatiq.org): On Thu, Nov 21, 2013 at 9:28 PM, Serge E. Hallyn se...@hallyn.com wrote: Quoting Ramez Hanna (rha...@informatiq.org): Hi, this is a quick braindump of

Re: docker hype and juju's future

2013-11-22 Thread Serge E. Hallyn
Quoting rha...@informatiq.org (rha...@informatiq.org): On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn se...@hallyn.com wrote: ... Which kind of fits in to how I've thought juju and docker relate. You might first want to use docker or lxc-snapshot to practice the steps for setting

Re: docker hype and juju's future

2013-11-22 Thread rha...@informatiq.org
On Fri, Nov 22, 2013 at 4:28 PM, Serge E. Hallyn se...@hallyn.com wrote: Quoting rha...@informatiq.org (rha...@informatiq.org): On Fri, Nov 22, 2013 at 4:19 PM, Serge E. Hallyn se...@hallyn.com wrote: ... Which kind of fits in to how I've thought juju and docker relate. You

New juju-quickstart available

2013-11-22 Thread Jorge O. Castro
Hi everyone, Francesco Banconi worked all the way up to the end of his day to get this release out to you, so I'm doing this release announcement on his behalf. Juju Quickstart version 0.4.2 is out and published to the PPA. This is a beta release! What is juju quickstart? It's a Juju plugin that

Positional vs optional arguments vs consistency

2013-11-22 Thread John Arbash Meinel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd like to bring up the discussion of what guidelines we're using when we design CLI commands. There are 2 commands that just came up that I'd like to use as examples, and see what we think of as a team. 1) juju set-constraints [-s service]

Connection performance

2013-11-22 Thread John Arbash Meinel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was curious, so I did some benchmarking of CLI performance. The good news is that we're doing a lot better in Trunk than in 1.16, and we have a clear win coming up. For testing I just did: time for i in `seq 10`; do juju set-constraints mem=4G;