Re: More juju upgrade-juju failings

2018-02-27 Thread Mark Shuttleworth
I think this UX on the upgrade process has obvious problems. Nobody should have to guess at what to do, in which sequence. Can I suggest that we have a shared Google doc to mock up a nice experience starting with the simple command 'juju upgrade' which then walks people through the process,

Re: More juju upgrade-juju failings

2018-02-27 Thread Mark Shuttleworth
I think this UX on the upgrade process has obvious problems. Nobody should have to guess at what to do, in which sequence. Can I suggest that we have a shared Google doc to mock up a nice experience starting with the simple command 'juju upgrade' which then walks people through the process,

Intro to Juju webinar in about 13 hours

2018-02-27 Thread Tim Penhey
Hi folks, I'm going to be presenting an Introduction to Juju on the BrightTALK platform tomorrow morning (my time). https://www.brighttalk.com/webcast/6793/298241 It is a high level introduction, nothing too technical, and ideal for someone that has no understanding of Juju wondering whether or

Juju 2.3.4 has been released

2018-02-27 Thread Eric Claude Jones
Juju 2.3.4 has arrived. This is primarily a bug fix release. ## Critical bugs fixed. Among the bugs fixed, one was considered critical. * 1748275 Juju HA fails due to demotion of Machine 0 If you were affected by any of the bugs fixed in

Juju 2.3.4 has been released

2018-02-27 Thread Eric Claude Jones
Juju 2.3.4 has arrived. This is primarily a bug fix release. ## Critical bugs fixed. Among the bugs fixed, one was considered critical. * 1748275 Juju HA fails due to demotion of Machine 0 If you were affected by any of the bugs fixed in

Re: More juju upgrade-juju failings

2018-02-27 Thread Tim Penhey
Hi Daniel, The issue here is that you are upgrading the default model, not the controller model itself. I think we could make the error messaging more clear, and also have the command also check the controller version before showing a lot of baffling output. What you need to do is upgrade the

Re: More juju upgrade-juju failings

2018-02-27 Thread Tim Penhey
Hi Daniel, The issue here is that you are upgrading the default model, not the controller model itself. I think we could make the error messaging more clear, and also have the command also check the controller version before showing a lot of baffling output. What you need to do is upgrade the

More juju upgrade-juju failings

2018-02-27 Thread Daniel Bidwell
I am running on juju 2.3.3-xenial-amd64 and my controllers are running in VMware Vsphere with version 2.3.2.  I thought that it would be a good thing for me to upgrade the controllers. I have a controller, "juju switch" generates: bannercontroller:admin/default and juju status generates: Model   

More juju upgrade-juju failings

2018-02-27 Thread Daniel Bidwell
I am running on juju 2.3.3-xenial-amd64 and my controllers are running in VMware Vsphere with version 2.3.2.  I thought that it would be a good thing for me to upgrade the controllers. I have a controller, "juju switch" generates: bannercontroller:admin/default and juju status generates: Model   

Re: Juju Charm Store and CI

2018-02-27 Thread Sandor Zeestraten
Hey Tom. Yes, I saw your hack in https://lists.ubuntu.com/archives/juju/2017-November/009691.html which was handy, however I was hoping for something less hacky from the charm store folks. -- Sandor Zeestraten On Feb 27, 2018 22:54, "Tom Barber" wrote: I have a proper hack

Re: Juju Charm Store and CI

2018-02-27 Thread Tom Barber
I have a proper hack for a circleci build chain I wrote, but works pretty well: https://github.com/spiculedata/circleci-juju On 27/02/18 21:44, Sandor Zeestraten wrote: Hey Juju folks, I feel like I'm hitting some rough spots while setting up a simple pipeline which pushes a charm build to

Juju Charm Store and CI

2018-02-27 Thread Sandor Zeestraten
Hey Juju folks, I feel like I'm hitting some rough spots while setting up a simple pipeline which pushes a charm build to the edge channel using the charm store CLI. The last Juju Show (#30) talked about macaroon support in libjuju and CI which sounds great, but that seems to be aimed at those