Kubernetes icon

2017-01-16 Thread Tom Barber
Canonical-ers, Has anyone clocked the k8s icon in the search box on jujucharms.com has been broken for about 2 months? Tom -- Tom Barber CTO Spicule LTD t...@spicule.co.uk http://spicule.co.uk @spiculeim Schedule a meeting with me GB

Showing Juju GUI in controller model

2017-01-16 Thread Merlijn Sebrechts
Hi all When I create a controller, the Juju GUI is automatically installed on machine 0 of the controller model. However, the Juju GUI charm is not visible in the model. Is there any way to view/change this Charm? Is there a reason why the Charm isn't shown by default? Kind regards Merlijn --

Re: Kubernetes icon

2017-01-16 Thread Anthony Dillon
Thanks Tom, A fix for the broken link has landed a few days ago. Therefore will be fixed with the next release. All the best, Ant. On Mon, 16 Jan 2017 at 10:40 Tom Barber wrote: > Canonical-ers, > > Has anyone clocked the k8s icon in the search box on jujucharms.com has > been broken for about

Re: Kubernetes icon

2017-01-16 Thread John Meinel
Also, if you click the link, it tells you 404, maybe you want something else. It looks like it switched from being called "kubernetes" to being called "kubernetes-core", and the quick link didn't get updated. John =:-> On Mon, Jan 16, 2017 at 3:17 PM, Anthony Dillon < anthony.dil...@canonical.co

Re: Kubernetes icon

2017-01-16 Thread Tom Barber
whilst we're on it Why when you click spark do you end up at: https://jujucharms.com/u/asanjar/spark/ and not cs:apache-spark or whatever the mainline one is? :) Tom On Mon, Jan 16, 2017 at 11:20 AM, John Meinel wrote: > Also, if you click the link, it tells you 404, maybe you want someth

Re: Kubernetes icon

2017-01-16 Thread John Meinel
Searching for "spark" the first response is: https://jujucharms.com/apache-spark/10 But you're right that the little icon that you see in the quick list is asanjar/spark. I wonder if it happened to be used more often than the official one. I don't know how that list is generated. John =:-> On M

Re: Kubernetes icon

2017-01-16 Thread Anthony Dillon
Funny you should mention that Tom. The branch that landed a few days ago updated the kubernetes link to /canonical-kubernetes and the spark link to /spark. The list was generated before we had a promulgated spark charm. On Mon, 16 Jan 2017 at 11:27 John Meinel wrote: > Searching for "spark" the

Amulet doesn't find deployed units

2017-01-16 Thread Merlijn Sebrechts
Hi all Code: https://github.com/IBCNServices/bundle-limeds-core/blob/master/tests/20-basic-check.py I'm basing these tests off of the kubernetes core bundle. I want to rely on bundletester to deploy the bundle and then use the deployed applications to run tests. When I run these tests, Amulet d

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

Re: Showing Juju GUI in controller model

2017-01-16 Thread Merlijn Sebrechts
Hi Jeff I'd like to use lets encrypt certs with the GUI. I'm not sure how to do that in a way that I don't break anything. I remember the Charm had config options for ssl certs. Another advantage of the charm is that it provided the HTTP relationship so you can connect it to a reverseproxy etc..

Re: Amulet doesn't find deployed units

2017-01-16 Thread Tim Van Steenburgh
You need to define the services in the deployment, even if they are already deployed by bundletester. So for example: cls.deployment.add('docker') cls.deployment.add('limeds') On Mon, Jan 16, 2017 at 10:15 AM, Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi all > > > Code: https://g

Re: Amulet doesn't find deployed units

2017-01-16 Thread Merlijn Sebrechts
Hi Tim The tests for the kubernetes-core bundle don't do `deployment.add..`. I thought that bundle was a good start for my tests since the bundle is promulgated.. Does this mean that the tests for

Re: Amulet doesn't find deployed units

2017-01-16 Thread Tim Van Steenburgh
You're right, deployment.add() isn't needed - the sentries get parsed out of the real-time Juju status. Are you sure the bundle is actually being deployed before your test is run? You can pass -vl DEBUG for more verbose output. I wonder if you need to set "bundle_deploy: true" instead of "bundle_

Re: Amulet doesn't find deployed units

2017-01-16 Thread Merlijn Sebrechts
I'm sure the bundle is being deployed, I checked with `juju status`. When that error message happens, both limeds and docker are already deployed, even though the error happens at the first "add" line. I'll post the debug output tomorrow. Op maandag 16 januari 2017 heeft Tim Van Steenburgh < tim.

Re: A new development release of Juju, 2.1-beta4, is here!

2017-01-16 Thread Mark Shuttleworth
As we push to Juju 2.1 there are a couple of items that would be really good to get testing feedback on! On 06/01/17 15:06, Nicholas Skaggs wrote: > Model Migration is no longer behind a feature flag 'Model migration' is key to ongoing easy and automatic upgrades on the server. By migrating the

Re: Orchestration charms

2017-01-16 Thread Mark Shuttleworth
On 11/01/17 07:03, Casey Marshall wrote: > > On Mon, Jan 9, 2017 at 11:53 AM, Simon Kollberg > mailto:simon.kollb...@elastisys.com>> > wrote: > > Right now, the user needs to manually provide credentials (via the > charm > config) to the CharmScaler enabling it to connect and execute >

Re: Showing Juju GUI in controller model

2017-01-16 Thread Mark Shuttleworth
On 16/01/17 11:57, Merlijn Sebrechts wrote: > Hi Jeff > > > I'd like to use lets encrypt certs with the GUI. I'm not sure how to > do that in a way that I don't break anything. I remember the Charm had > config options for ssl certs. > Yes, we should do the same for the controller (amongst other t

Re: Showing Juju GUI in controller model

2017-01-16 Thread Rick Harding
On Mon, Jan 16, 2017 at 11:57 AM Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi Jeff > > > I'd like to use lets encrypt certs with the GUI. I'm not sure how to do > that in a way that I don't break anything. I remember the Charm had config > options for ssl certs. > > Another advanta

Re: Showing Juju GUI in controller model

2017-01-16 Thread Merlijn Sebrechts
Exactly what I need, thanks! Op maandag 16 januari 2017 heeft Rick Harding het volgende geschreven: > > > On Mon, Jan 16, 2017 at 11:57 AM Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: >> >> Hi Jeff >> >> I'd like to use lets encrypt certs with the GUI. I'm not sure how to do that in a

Re: Showing Juju GUI in controller model

2017-01-16 Thread Merlijn Sebrechts
Op maandag 16 januari 2017 heeft Mark Shuttleworth het volgende geschreven: > On 16/01/17 11:57, Merlijn Sebrechts wrote: >> Hi Jeff >> >> >> I'd like to use lets encrypt certs with the GUI. I'm not sure how to >> do that in a way that I don't break anything. I remember the Charm had >> config opt