Re: [ovs-dev] Using ovn without openstack neutron

2015-10-14 Thread Russell Bryant
On 10/14/2015 02:19 PM, Vasiliy Tolstov wrote: > 2015-10-13 14:28 GMT+03:00 Russell Bryant : >> No. The interface is just the northbound database. You can write to it >> using the OVSDB protocol or the OVN command line tools. If you use >> Python, there's a library you can use, which is what Ope

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-14 Thread Vasiliy Tolstov
2015-10-13 14:28 GMT+03:00 Russell Bryant : > No. The interface is just the northbound database. You can write to it > using the OVSDB protocol or the OVN command line tools. If you use > Python, there's a library you can use, which is what OpenStack uses. > > Part of what you get by adding Neut

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Russell Bryant
On 10/13/2015 05:51 AM, Vasiliy Tolstov wrote: > 2015-10-13 3:57 GMT+03:00 Russell Bryant : >> I wrote up this tutorial for exercising OVN features using the command >> line tools. It may help give an idea of how you'd integrate with it >> from another system. >> >> https://github.com/openvswitch/

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Vasiliy Tolstov
2015-10-13 3:57 GMT+03:00 Russell Bryant : > I wrote up this tutorial for exercising OVN features using the command > line tools. It may help give an idea of how you'd integrate with it > from another system. > > https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md This is nic

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-13 Thread Vasiliy Tolstov
2015-10-10 22:52 GMT+03:00 Han Zhou : > Not sure if there is a complete guide, but it would be very helpful to > use ovn neutron plugin as a reference: > http://git.openstack.org/openstack/networking-ovn.git > > The devstack plugin demonstrates how to setup OVN, including > centralized northd and d

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-12 Thread Russell Bryant
I wrote up this tutorial for exercising OVN features using the command line tools. It may help give an idea of how you'd integrate with it from another system. https://github.com/openvswitch/ovs/blob/master/tutorial/OVN-Tutorial.md -- Russell Bryant On 10/10/2015 03:52 PM, Han Zhou wrote: > Hi

Re: [ovs-dev] Using ovn without openstack neutron

2015-10-10 Thread Han Zhou
Hi, Not sure if there is a complete guide, but it would be very helpful to use ovn neutron plugin as a reference: http://git.openstack.org/openstack/networking-ovn.git The devstack plugin demonstrates how to setup OVN, including centralized northd and distributed controller: devstack/plugin.sh T

[ovs-dev] Using ovn without openstack neutron

2015-10-10 Thread Vasiliy Tolstov
Hi, I want to try ovn, but I don't like openstack and want to integrate ovn into own handmade system. Where I can find info ? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev