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 > >

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: 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

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. >

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 <jeff.pih...@canonical.com> wrote: > Hi everyone, > > We're working on a resolution for those experiencing intermittent service > interruption with jujucha

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

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 <jeff.pih...@canonical.com> wrote: > Hello everyone, > > There are a few API endpoints that are currently experiencing unexpected > downtime.

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: What sort of encoding does the websocket API expect for config-yaml?

2017-02-28 Thread Jeff Pihach
Hi Pete, I recently modified the GUI to use the new `configYAML` field. To do so I took the JSON that we normally sent in the `config` argument and passed it as the `configYAML` argument. You can see the PR[0] for the change made and a little code comment as to why. If you'd like an easy way to

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

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

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

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.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

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

Re: SyntaxError: expected expression, got '<' while dragging and dropping local charm on Juju GUI

2016-04-14 Thread Jeff Pihach
Thanks for reporting this issue, Sorry about this, we were able to reproduce it and will work towards a solution soon. I've created an issue in our GitHub repository if you'd like to track our progress there: https://github.com/juju/juju-gui/issues/1559 Thanks again -Jeff On Thu, Apr 14, 2016

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

Re: Use case for: min-version

2015-08-11 Thread Jeff Pihach
Version checking for features can be dangerous because a commands output or availability may change in the future and now your charm also needs a max-version, or version-range etc. A more robust solution could be something along the lines of a feature-supported query which would return whether

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

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

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 done

Re: What happened to pinned bootstrap

2014-03-30 Thread Jeff Pihach
This sounds like a good idea. The bug which I ran into (which I'm assuming is the source behind this query) would be very difficult to debug by users who didn't realize that there was a new juju release and they have not yet updated the client. -Jeff Kapil Thangavelu wrote: sounds like a great