Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-06 Thread Taku Fukushima
Hi Vikas, > Ideally libnetwork should not be able to sync network state with driver capability as "local". If that is the case, what is the purpose of having "capability" feature. How drivers(those having their own control plane) will be able to "mute" libnetwork. This will result in two "source o

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-06 Thread Vikas Choudhary
@Taku, Ideally libnetwork should not be able to sync network state with driver capability as "local". If that is the case, what is the purpose of having "capability" feature. How drivers(those having their own control plane) will be able to "mute" libnetwork. This will result in two "source of tru

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-05 Thread Vikas Choudhary
@Taku, Please have a look on this discussion. This is all about local and global scope: https://github.com/docker/libnetwork/issues/486 Plus, I used same docker options as you mentioned. Fact that it was working for networks created with overlay driver making me think it was not a configuration

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-05 Thread Taku Fukushima
Hi Vikas, I thought the "capability" affected the propagation of the network state across nodes as well. However, in my environment, where I tried Consul and ZooKeeper, I observed a new network created in a host is displayed on another host when I hit "sudo docker network ls" even if I set the cap

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-05 Thread Vikas Choudhary
Thanks Toni. On 5 Nov 2015 16:02, "Antoni Segura Puimedon" wrote: > > > On Thu, Nov 5, 2015 at 10:47 AM, Vikas Choudhary < > choudharyvika...@gmail.com> wrote: > >> ++ [Neutron] tag >> >> >> On Thu, Nov 5, 2015 at 10:40 AM, Vikas Choudhary < >> choudharyvika...@gmail.com> wrote: >> >>> Hi all, >>

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-05 Thread Antoni Segura Puimedon
On Thu, Nov 5, 2015 at 10:47 AM, Vikas Choudhary wrote: > ++ [Neutron] tag > > > On Thu, Nov 5, 2015 at 10:40 AM, Vikas Choudhary < > choudharyvika...@gmail.com> wrote: > >> Hi all, >> >> By network control plane i specifically mean here sharing network state >> across docker daemons sitting on d

Re: [openstack-dev] [Neutron][kuryr] network control plane (libkv role)

2015-11-05 Thread Vikas Choudhary
++ [Neutron] tag On Thu, Nov 5, 2015 at 10:40 AM, Vikas Choudhary wrote: > Hi all, > > By network control plane i specifically mean here sharing network state > across docker daemons sitting on different hosts/nova_vms in multi-host > networking. > > libnetwork provides flexibility where vendors