Re: Charm School call for Topics

2014-06-27 Thread Jeff Pihach
I think there would be a ton of value in "How do I deploy my {{language}} app using Juju?" -Jeff Jorge O. Castro wrote: > Hi everyone, > > With the sessions we had during Ubuntu Online Summit we were able to > get some good Charm Schools in, see http://juju.ubuntu.com/videos > > Since we have now

Re: Lets version lock the docs!

2015-01-15 Thread Jeff Pihach
+1 with a note. I've been involved with projects who have versioned docs with users on multiple versions and an issue which came up quite frequently was that it was a hassle to update legacy versions with more information. A somewhat contrived example could be that we want to add additional infor

Re: juju deployer or juju quickstart on pure go

2015-06-03 Thread Jeff Pihach
Hi Vasiliy, Both projects are open source and written in python[1][2]. Is there a reason why you would like them in Go instead? While it may look like they simply deploy charms, in reality there is a lot of processing necessary to generate the proper api calls to deploy bundles according to the sp

Juju GUI 2.1.0 released – Now with Juju 2.0 support

2016-03-10 Thread Jeff Pihach
Hi All, We are excited to announce a new major release of the Juju GUI with support for Juju 2.0 (currently in beta). Juju 2.0 brings with it a ton of improvements, but one we’d like to highlight is the ability to create new models without needing to bootstrap them one by one. I run over all of th

Juju GUI 2.1.2 released!

2016-04-14 Thread Jeff Pihach
Hello everyone, Quickly following our 2.1.0 release, which added support for Juju 2.0, we now have another patch release which brings with it a number of tweaks and fixes to make your Juju experience even better. Notable updates are: - Dramatically sped up the time it takes to fetch charm data in

Re: Juju 2.0-beta16 is here!

2016-08-25 Thread Jeff Pihach
Juju GUI 2.1.10, has also been added to simplestreams and will be installed with any new controllers. To upgrade an existing controller: juju upgrade-gui Due to a minor incompatibility between the latest GUI release and Juju 2.0 beta 16 the ability to create and switch models from the GUI ha

Juju GUI 2.1.12 released

2016-09-08 Thread Jeff Pihach
The next version of the Juju GUI has been released! This release includes a number of fixes which bring it back in line with the recent changes in the Juju 2 betas which re-enables the ability to switch models from the GUI which was temporarily removed in the previous release. Other improvements

Juju GUI 2.2.0 released!

2016-10-03 Thread Jeff Pihach
We’re pleased to announce the latest feature release of the Juju GUI. With the GA of Juju 2 release coming very soon we’re ready to unveil the new enhanced model management in the Juju GUI. The new GUI allows you to take advantage of Juju 2’s multi-user multi-model functionality as seamlessly as y

Re: Showing Juju GUI in controller model

2017-01-16 Thread Jeff Pihach
Hi Merlijn, In Juju 2 the GUI is actually being served directly from the controller, the charm isn't being deployed. The GUI charm is now only necessary in Juju 1. Were there features of the GUI charm you would like to see when the GUI is served directly from the controller? Thanks, Jeff On Mon

Some API endpoints are currently experiencing unexpected downtime

2017-03-13 Thread Jeff Pihach
Hello everyone, There are a few API endpoints that are currently experiencing unexpected downtime. This only affects certain clients, notably conjure-up, and does not affect the Juju CLI, Juju deploys or jujucharms.com. We're working on a resolution and will report back once resolved. Sorry for

Re: [Resolved] Some API endpoints are currently experiencing unexpected downtime

2017-03-13 Thread Jeff Pihach
This issue has been resolved and all API endpoints are back to working as expected. On Mon, Mar 13, 2017 at 8:52 AM, Jeff Pihach wrote: > Hello everyone, > > There are a few API endpoints that are currently experiencing unexpected > downtime. This only affects certain clients, not

Intermittent service interruption on jujucharms.com

2017-03-21 Thread Jeff Pihach
Hi everyone, We're working on a resolution for those experiencing intermittent service interruption with jujucharms.com. This only affects jujucharms.com and does not affect Juju CLI operations like creating models and deploying charms/bundles. Sorry for the inconvenience. -- Juju mailing list J

Re: Intermittent service interruption on jujucharms.com

2017-03-21 Thread Jeff Pihach
The jujucharms.com interruption has been resolved. Thanks for your patience! On Tue, Mar 21, 2017 at 2:13 PM, Jeff Pihach wrote: > Hi everyone, > > We're working on a resolution for those experiencing intermittent service > interruption with jujucharms.com. This only affects j

Re: A new release of Juju, 2.2-beta1 and conjure-up are here!

2017-03-25 Thread Jeff Pihach
Hi, sorry about that. When visiting the login page directly it will attempt to open another tab to allow you to log in to your Ubuntu account. Check that you've allowed jujucharms.com to open new tabs. On Sat, Mar 25, 2017 at 6:15 AM, Giuseppe Attardi wrote: > Nice. > But > https://jujucharms.c

Re: Set status message in Juju GUI

2017-04-25 Thread Jeff Pihach
Hello, You should see the messages from status_set() in the applications inspector under the unit list. To get there, click on the application icon, then you'll see "Units", under which will be separate lists for the units in the various states (uncommitted, pending, error, etc). Clicking on thes

JAAS and Juju GUI 2.6.0 Release

2017-05-23 Thread Jeff Pihach
I’m happy to announce the latest update of the public beta release of Juju As A Service (JAAS) on jujucharms.com and the Juju GUI. We’ve been working hard to implement solutions in the Juju GUI to resolve a number of outstanding feature requests from our users. Here are the highlights: - Updated

Re: Best practice in giving lxd containers routable IP addresses

2017-06-12 Thread Jeff Pihach
Hi Daniel, When going through the network setup for lxd as outlined[0] in the "Walkthrough of network configuration" section. You can set the "Bridge interface name" to the primary interface on the host. Your lxc profile should look as follows, where "br0" is the interface name of the host. ``` $

Re: Rename charm name from Sme to SME

2018-01-05 Thread Jeff Pihach
Hi Steven, All charms have lower case names which must match the rules found here: https://jujucharms.com/docs/2.3/authors-charm-metadata. The jujucharms.com website upper-cases the first letter in each word in the charm name when presenting it. If you feel that a 'display name' property in the m

Re: Rename charm name from Sme to SME

2018-01-16 Thread Jeff Pihach
Thanks for creating the issue. I've added this feature to the roadmap, I don't have an ETA yet, but sooner rather than later :) On Mon, Jan 15, 2018 at 4:01 PM, Steven Sweeting wrote: > > Created at: https://github.com/CanonicalLtd/jujucharms.com/issues/513 > > Cheers, > Steven > > On 1/14/1