Re: Multi-series charm authors: new functionality for comparing ubuntu versions

2017-04-13 Thread Colin Watson
On Thu, Apr 13, 2017 at 09:15:08PM +0100, Alex Kavanagh wrote: > So instead of: > > if ubuntu_version > 'trusty': > > We do: > > cmp_version = CompareHostReleases(ubuntu_version) > if cmp_version > 'trusty': > > This version of the code checks that ubuntu_version and 'trusty'

Multi-series charm authors: new functionality for comparing ubuntu versions

2017-04-13 Thread Alex Kavanagh
Hi I just wanted to highlight some new functionality that has been added to charm-helpers [1] to make comparing Ubuntu versions more robust. In the OpenStack team, all of our charms are 'multi-series' in that a single charm support multiple versions of Ubuntu and multiple versions of OpenStack

Check out the openvpn charm form the tengu team

2017-04-13 Thread Rick Harding
I wrote up a quick blog post [1] as I was tinkering with VPNs and the OpenVPN charm [2] from the Tengu team is really nice and easy. It also does some great work using metrics in Juju to output operational data. Running juju metrics --all will show you how many clients are connected on each unit.

Re: Kubernetes charms now support 1.6!

2017-04-13 Thread Samuel Cozannet
Yooohoo!! Congrats! I tested the GPU deployment and it worked flawlessly. I have another team using it now, also worked OOTB. I'll be updating all my blog posts to outline the changes. Good job on snaps as well, it makes reconfiguration of the cluster so much easier. I intend to do a short

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-13 Thread Daniel Bidwell
That worked!  Except ... It looks like it built the controller and then destroyed it.  I didn't see any obvious reason though.  Here is what I ran and got back:  juju bootstrap acauits --metadata-source=~/simplestreams/images -- debug 07:56:15 INFO  juju.cmd supercommand.go:63 running juju [2.1.2

Re: How to add openstack cloud to juju 2.1.2-xenial

2017-04-13 Thread Mark Shuttleworth
On 12/04/17 22:09, Daniel Bidwell wrote: > Connecting juju to MAAS was a whole lot simpler. Yeah, this says it all really! It's nuts that bootstrapping Juju on MAAS or VMware is much easier than OpenStack. All the image management should Just Work on a cloud, or we are half-arsed. Mark --