THE FAN - what providers support "provider" type

2017-10-05 Thread James Beedy
@wpk very exciting stuff here, and nice work! One question, which providers support "provider" type FAN container networking? -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

THE FAN - what providers support "provider" type

2017-10-05 Thread James Beedy
@wpk very exciting stuff here, and nice work! One question, which providers support "provider" type FAN container networking? -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: "Attempting to connect to" takes a long time

2017-10-05 Thread John Meinel
We could use better progress information but once connected we also update the packages installed on the machine and download and install a few packages. Having the latest Ubuntu image often means we have fewer packages to install. John =:-> On Oct 6, 2017 7:00 AM, "fengxia"

Juju 2.3 beta1 is here!

2017-10-05 Thread Ian Booth
After many months of effort, we're pleased to announce the release of the first beta for the upcoming Juju 2.3 release. This release has many long requested new features, some of which are highlighted below. Please note that because this is a beta release (the first one at that), there may likely

Juju 2.3 beta1 is here!

2017-10-05 Thread Ian Booth
After many months of effort, we're pleased to announce the release of the first beta for the upcoming Juju 2.3 release. This release has many long requested new features, some of which are highlighted below. Please note that because this is a beta release (the first one at that), there may likely

"Attempting to connect to" takes a long time

2017-10-05 Thread fengxia
Hi Juju, Boostrapping a local LXD controller, it sits at "Attempting to connect to..." for a good 5-10 minutes. Any idea what it is doing, and how to speed it up? _ Host: Ubuntu 16.04 Juju: 2.2.4-xenial-amd64 CLI: juju bootstrap localhost

RE: Private Icons for a charm.

2017-10-05 Thread Michael Van Der Beek
Hi Francesco, Yup looks like the bug. Just to give you some details of my test openstack setup so for more test scenarios. Openstack is setup based on packstack on a single 128G ram server. Running Centos7 Juju (cli) instance using ubuntu Then juju creates the controller on this openstack. I

Re: set_state not setting the state immediately

2017-10-05 Thread fengxia
" An assumption is being made that the state changes get committed immediately, but these changes are actually transactional and following the same transactional behaviour as the Juju hook environment [1]." To chip in my experience as 6-month into learning charms and writing a few simple

Re: upgrade-charm hook

2017-10-05 Thread sheila miguez
I'd like something like this. The layer-snap's upgrade-hook cycle calls code[1] that checks for a non-zero resource, and then checks whether that resource has changed. I bet many charmers do this, and it would be useful to have a decorator that does it for us. [1]

charms.reactive 0.5.0

2017-10-05 Thread Cory Johns
Greetings, Today we released version 0.5.0 of charms.reactive. The full changelog can be found at https://charmsreactive.readthedocs.io/en/latest/changelog.html with the changes from this release being: * Add flag triggers (#121) * Add integration test to Travis to build and deploy a

Re: vsphere support

2017-10-05 Thread Andrew Wilkins
On Wed, Oct 4, 2017 at 12:09 PM Serge E. Hallyn wrote: > Hi, > > I've inherited a few vsphere machines where I was hoping to use juju > to fire off openstack etc. I've been trying to use the vsphere > provider (which I was excited to see existed), but am seeing a few >

Re: Private Icons for a charm.

2017-10-05 Thread Francesco Banconi
> > On 5 Oct 2017, at 10:24, Merlijn Sebrechts > wrote: > > If use this url in a browser it works it brings up the icon. But in the juju > webgui it shows up a generic icon. Thanks for reporting this issue! This seems to be an instance of

Re: What is the best way to work with multiple models in a controller using the cli?

2017-10-05 Thread Akshat Jiwan Sharma
Thanks a lot Ian! On Thu, Oct 5, 2017 at 1:22 PM, Ian Booth wrote: > Hey > > The -m argument is what you want. It accepts wither just a model name or a > controller:model for when you have multiple controllers. eg > > $ juju status -m prod > $ juju status -m ctrl:prod >

Re: What is the best way to work with multiple models in a controller using the cli?

2017-10-05 Thread Ian Booth
Hey The -m argument is what you want. It accepts wither just a model name or a controller:model for when you have multiple controllers. eg $ juju status -m prod $ juju status -m ctrl:prod The first command above works on the prod model on the current controller. The second selects a specific

What is the best way to work with multiple models in a controller using the cli?

2017-10-05 Thread Akshat Jiwan Sharma
Hi, I have deployed a few models using the local juju controller and I want to execute a bunch of commands on a particular model using the juju-cli. Lets say I have these three models defined on my controller - model1 - model2 - model3 This is the sequence of commands I want to run 1. List