Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread Toubeau, Anthony
Hello all, I'd like to bring to your attention a currently broken bootstrapping scenario: Local deployment through LXD using a standard bridge instead of the usual LXD provided lxdbr0. As a development vehicle, a Juju install was planned reusing the LXD-host's network. This implies having the J

Re: Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread Andrew Wilkins
On Mon, Jan 23, 2017 at 6:54 PM Toubeau, Anthony wrote: > Hello all, > > I'd like to bring to your attention a currently broken bootstrapping > scenario: > Local deployment through LXD using a standard bridge instead of the usual > LXD provided lxdbr0. > > As a development vehicle, a Juju install

Re: Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread John Meinel
For your workaround, where does spec.Endpoint get filled in? By the user as part of bootstrap-contraints? or by juju as a default value? I don't see anything in your patch, which sounds like you would have to do: juju bootstrap --bootstrap-constraints endpoint=HOSTIP lxd ... if you were working on

Juju Charmer Summit / cfgmgmntcamp schedule posted

2017-01-23 Thread Jorge O. Castro
Hi everyone, Here's the schedule for Gent: http://cfgmgmtcamp.eu/schedule/index.html#juju See you all in 13 days! -- Jorge Castro Canonical Ltd. http://ubuntu.com/cloud/kubernetes - Pure upstream Kubernetes -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https:

Re: Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread Andrew Wilkins
On Tue, Jan 24, 2017 at 12:54 AM John Meinel wrote: > For your workaround, where does spec.Endpoint get filled in? By the user > as part of bootstrap-contraints? or by juju as a default value? I don't see > anything in your patch, which sounds like you would have to do: > juju bootstrap --bootst