Re: Thoughts on Dense Container testing

2014-08-31 Thread Kapil Thangavelu
i went with a different approach and wrote a charm to do the overlay network using coreos's newly released rudder http://bazaar.launchpad.net/~hazmat/charms/trusty/rudder/trunk/view/head:/readme.txt it works across all providers (including manual and the digitalocean and softlayer manual based

Re: juju local bootstrap from tip

2014-08-31 Thread Andrew Wilkins
Works fine on my trusty laptop, but I'm also getting a new error when I try bootstrapping on precise: 2014-09-01 04:51:27 INFO juju.utils.apt apt.go:132 Running: [apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install

State should not depend on the API server

2014-08-31 Thread David Cheney
Hello, This is an introductory email to explain my upcoming series of pull requests. The theme is simple: state must not depend on the api server. This is currently not true, state depends on api/params because some of the api types have leaked into the state package and are being directly

Re: juju local bootstrap from tip

2014-08-31 Thread John Meinel
The version of mongodb in Precise is too old (2.2.4?), we require a version at least 2.4.6 (which is in cloud-archive:tools and is what we use when bootstrapping Precise instances in the cloud). It is recommended that if you are running local on Precise that you should have cloud-archive:tools in

Re: juju local bootstrap from tip

2014-08-31 Thread Andrew Wilkins
On Mon, Sep 1, 2014 at 1:50 PM, John Meinel j...@arbash-meinel.com wrote: The version of mongodb in Precise is too old (2.2.4?), Ah, so it is. The entry in apt-cache I was looking at has main in it, but it's actually from the juju/stable PPA. we require a version at least 2.4.6 (which is in