Re: lxd provider in master

2015-11-23 Thread Tim Penhey
On 24/11/15 04:53, Eric Snow wrote: > On Sun, Nov 22, 2015 at 8:50 PM, Tim Penhey wrote: >> Hi all, >> >> I noticed that the lxd provider was now in master and attempted to use >> it to help debug an HA problem. >> >> In environments.yaml file I added a very simple

Re: lxd provider in master

2015-11-23 Thread Tim Penhey
On 24/11/15 12:47, Tim Penhey wrote: > On 24/11/15 04:53, Eric Snow wrote: >> On Sun, Nov 22, 2015 at 8:50 PM, Tim Penhey wrote: >>> Hi all, >>> >>> I noticed that the lxd provider was now in master and attempted to use >>> it to help debug an HA problem. >>> >>> In

Re: lxd provider in master

2015-11-23 Thread Tim Penhey
It is valid YAML, last one wins. On 24/11/15 15:51, Nate Finch wrote: > I guess we don't error out when we see duplicate environment names? > Shouldn't we? > > On Mon, Nov 23, 2015 at 6:47 PM Tim Penhey > wrote: > > >> In

Re: lxd provider in master

2015-11-23 Thread Nate Finch
I guess we don't error out when we see duplicate environment names? Shouldn't we? On Mon, Nov 23, 2015 at 6:47 PM Tim Penhey wrote: > >> In environments.yaml file I added a very simple clause: > >> > >>lxd: > >> type: lxd > > > > found that further down the

Re: lxd provider in master

2015-11-23 Thread Eric Snow
On Sun, Nov 22, 2015 at 8:50 PM, Tim Penhey wrote: > Hi all, > > I noticed that the lxd provider was now in master and attempted to use > it to help debug an HA problem. > > In environments.yaml file I added a very simple clause: > >lxd: > type: lxd This is

Re: lxd provider in master

2015-11-23 Thread Curtis Hovey-Canonical
On Mon, Nov 23, 2015 at 10:53 AM, Eric Snow wrote: > On Sun, Nov 22, 2015 at 8:50 PM, Tim Penhey wrote: >> But when I try to bootstrap, I get the following: >> >> $ juju bootstrap --debug Also note that the lxd-deploy-wily-amd64 test still

lxd provider in master

2015-11-22 Thread Tim Penhey
Hi all, I noticed that the lxd provider was now in master and attempted to use it to help debug an HA problem. In environments.yaml file I added a very simple clause: lxd: type: lxd But when I try to bootstrap, I get the following: $ juju bootstrap --debug 2015-11-23 03:26:14 INFO

Re: lxd provider in master

2015-11-22 Thread Tim Penhey
On 23/11/15 16:59, Andrew Wilkins wrote: > On Mon, Nov 23, 2015 at 11:50 AM Tim Penhey There appears to be no feature flag for the lxd provider, so what am I > missing? > > > Have you added yourself to the lxd group? ("newgrp lxd") Yes, I've had lxd

Re: lxd provider in master

2015-11-22 Thread Andrew Wilkins
On Mon, Nov 23, 2015 at 11:50 AM Tim Penhey wrote: > Hi all, > > I noticed that the lxd provider was now in master and attempted to use > it to help debug an HA problem. > > In environments.yaml file I added a very simple clause: > >lxd: > type: lxd > > But