Re: Do not land code on blocked branches

2015-05-03 Thread Ian Booth
My email was poorly worded, sorry. It's main purpose was to reply the the email from QA to let the QA folks know that an incompatibility was discovered which explains the CI test failures holding up the 1.24 release, and that a solution was in progress. John's analysis is correct. I am almost

[ANN] Juju SVG - a web service to visualize bundles

2015-05-03 Thread Marco Ceppi
Hello everyone, I'm excited to announce a small project I've been working which uses the jujusvg project from Juju to render bundles in to consumable SVG. The goal was to produce an image one might find in the GUI without having to load or deploy the GUI. Cases where you may want to embed a

Request to support to work with Juju

2015-05-03 Thread dinesh.senapaty
Hi, I have been working on Juju for last 2 weeks. There are some blockages while working on it like: 1.In juju bootstrap. It is not downloading the disc image itself. I checked in the path: /var/cache/lxc/cloud , the image is not present. 2.And when I try to deploy any service, it adding the

Re: Do not land code on blocked branches

2015-05-03 Thread John Meinel
Just to follow up one small point, Rick. The reason Juju has to fix the API and restore the old behavior is because even if Quickstart fixed itself, anyone running an older version is going to break with a newer Juju API, which is why we require API stability, and only changing things by bumping

Re: [ANN] Juju SVG - a web service to visualize bundles

2015-05-03 Thread Mark Shuttleworth
On 03/05/15 10:37, Marco Ceppi wrote: Hello everyone, I'm excited to announce a small project I've been working which uses the jujusvg project from Juju to render bundles in to consumable SVG. The goal was to produce an image one might find in the GUI without having to load or deploy the

Re: Do not land code on blocked branches

2015-05-03 Thread Ian Booth
Curtis has filed three new bugs for these so far, and there appears to be one or two more to come: https://bugs.launchpad.net/juju-core/+bug/1450912 The issue here is that quickstart is relying on Juju 1.16 behaviour. There was a block of code with a comment: // Remove this whole if block

Re: Do not land code on blocked branches

2015-05-03 Thread Richard Harding
Thanks for the breakdown John. I've filed the bug on quickstart [1] and I'll get our guys looking at it on Monday. For now, since the team has diagnosed this is indeed an issue in quickstart relying on deprecated behavior and not an unexpected API compatibility issue, I'd suggest that we make the

Re: coloring juju logs a bit

2015-05-03 Thread Horacio Duran
Looks really nice, if I have to maintain something less I am happy. Is there any conf required that you can share with us? On Sunday, May 3, 2015, Marco Ceppi marco.ce...@canonical.com wrote: ccze also works really well for colouring log output and is one less tool we have to build/maintain.

Re: coloring juju logs a bit

2015-05-03 Thread Marco Ceppi
ccze also works really well for colouring log output and is one less tool we have to build/maintain. Getting some fixes to it so it better colors juju logs would be a win I think. FWIW, I and others in eco have been using it for a while on a variety of application outputs including juju Marco On