Re: Additional bindings

2018-05-17 Thread Vidmantas Rinkevičius
Thank, you. Worked like a charm. On 2018-05-17 23:59, Xav Paice wrote: "": admin -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Additional bindings

2018-05-17 Thread Vidmantas Rinkevičius
Hi, I am facing issue where I need additional network bindings in my deployment. I tried to add extra bind, but it looks like binds are hard coded. services:   ceph-mon:     annotations:   gui-x: '750'   gui-y: '500'     charm: cs:~openstack-charmers-next/bionic/ceph-mon    

juju bootstrap hangs

2017-12-21 Thread Vidmantas Rinkevičius
Hi, I am having issues with juju on 16.04 xenial. I am deploying openstack. Bootstrap never finishes. Waitted for 12 hours Debug log 09:37:22 DEBUG juju.provider.maas environprovider.go:61 opening model "controller". 09:37:23 INFO cmd bootstrap.go:502 Creating Juju controller "osmaas" on

RE: juju bootstrap hangs

2017-12-27 Thread Vidmantas Rinkevičius
be the issue? I will try switching to different vlan. From: Nadeem Idrees [mailto:idreesnadee...@gmail.com] Sent: Saturday, December 23, 2017 4:43 AM To: Vidmantas Rinkevičius <vidmantas.rinkevic...@vgtu.lt> Cc: Juju@lists.ubuntu.com Subject: Re: juju bootstrap hangs It looks like

RE: juju bootstrap hangs

2017-12-27 Thread Vidmantas Rinkevičius
lp. From: Vidmantas Rinkevičius Sent: Wednesday, December 27, 2017 9:59 AM To: 'Nadeem Idrees' <idreesnadee...@gmail.com> Cc: Juju@lists.ubuntu.com Subject: RE: juju bootstrap hangs Hi, Since you mentioned, I checked my vlans and vlan that I am using from internet provider is king of str

bridge activation error: yaml: unmarshal errors:, line 7: field bonds not found in struct netplan

2018-04-17 Thread Vidmantas Rinkevičius
Hi, During openstack deployment juju gives error on all lxd containers. Example: sudo juju status 3/lxd/0  down pending  bionic bridge activation error: yaml: unmarshal errors:   line 7: field bonds not found in struct netplan. yaml: openstack-dashboard:    

Re: bridge activation error: yaml: unmarshal errors:, line 7: field bonds not found in struct netplan

2018-04-17 Thread Vidmantas Rinkevičius
While we *could* just not past "strict" to the yaml library, I think the net result of that would not be positive, because we might try to create configurations not being aware of part of your network. On Tue, Apr 17, 2018 at 10:46 AM, Vidmantas Rinkevičius <v