Re: [openstack-dev] [Neutron] initial OVN testing

2015-04-01 Thread Justin Pettit
On Mar 31, 2015, at 12:34 AM, Kevin Benton blak...@gmail.com wrote: Very cool. What's the latest status on data-plane support for the conntrack based things like firewall rules and conntrack integration? As Miguel mentioned, we have working code:

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-31 Thread Miguel Ángel Ajo
That’s super nice ;) !!! :D I’m prototyping over here [1] to gather some benchmarks for the summit presentation about “Taking Security Groups To Ludicrous Speed with Open vSwitch” with Ivar, Justin and Thomas. I know Justin and Joe have been doing good advances on it ;) [3] lately. [1]

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-31 Thread Kevin Benton
Very cool. What's the latest status on data-plane support for the conntrack based things like firewall rules and conntrack integration? On Mon, Mar 30, 2015 at 7:19 PM, Russell Bryant rbry...@redhat.com wrote: On 03/26/2015 07:54 PM, Russell Bryant wrote: Gary and Kyle, I saw in my IRC

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-31 Thread George Shuklin
If that thing will have worked, I'll owe you a beer. Every time I debug OVS-neutron issues I want to cry. All that constant 'exec ovs-vsctl' stuff driving me mad because of the underengineering and overall inefficiency. I will definitively try it on 'reallife lab installation' with few

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-31 Thread Russell Bryant
On 03/31/2015 01:09 PM, George Shuklin wrote: If that thing will have worked, I'll owe you a beer. Every time I debug OVS-neutron issues I want to cry. All that constant 'exec ovs-vsctl' stuff driving me mad because of the underengineering and overall inefficiency. I will definitively try

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-30 Thread Russell Bryant
On 03/26/2015 07:54 PM, Russell Bryant wrote: Gary and Kyle, I saw in my IRC backlog that you guys were briefly talking about testing the Neutron ovn ml2 driver. I suppose it's time to add some more code to the devstack integration to install the current ovn branch and set up ovsdb-server to

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-29 Thread Gary Kotton
Hi, I have added a few comments to the review and have a fixed a few issues that I have encountered along the way. I guess we can discuss on gerrit. Thanks Gary On 3/27/15, 12:54 AM, Russell Bryant rbry...@redhat.com wrote: Gary and Kyle, I saw in my IRC backlog that you guys were briefly

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-26 Thread Salvatore Orlando
Thanks for starting this Russell. Some answers inline. Salvatore On 27 March 2015 at 00:54, Russell Bryant rbry...@redhat.com wrote: Gary and Kyle, I saw in my IRC backlog that you guys were briefly talking about testing the Neutron ovn ml2 driver. I suppose it's time to add some more code

[openstack-dev] [Neutron] initial OVN testing

2015-03-26 Thread Russell Bryant
Gary and Kyle, I saw in my IRC backlog that you guys were briefly talking about testing the Neutron ovn ml2 driver. I suppose it's time to add some more code to the devstack integration to install the current ovn branch and set up ovsdb-server to serve up the right database for this. I'll try to

Re: [openstack-dev] [Neutron] initial OVN testing

2015-03-26 Thread Russell Bryant
On 03/26/2015 08:22 PM, Salvatore Orlando wrote: To set this up outside of ovs-sandbox, you need to first create the OVN northbound database: $ ovsdb-tool create ovnnb.db ovs-git-tree/ovn/ovn-nb.ovsschema Then you need to tell ovsdb-server to use it. By default