[openstack-dev] [networking_ovn] router not loading

2016-11-14 Thread Murali R
I get this error after configuring neutron & restart server for networking_ovn with L3 using ovn_l3. Why is it not recognizing the class that is there? 2016-11-14 12:12:12.001 12922 ERROR neutron ImportError: Plugin 'networking_ovn.l3.l3_ovn.OVNL3RouterPlugin' not found. The file l3_ovn.py is

Re: [openstack-dev] [nettworking-ovn [patch-update b8af082

2016-11-14 Thread Murali R
backwards compatibale. > > Thanks > > Gary > > > > *From: *Murali R <muralir...@gmail.com> > *Reply-To: *OpenStack List <openstack-dev@lists.openstack.org> > *Date: *Sunday, November 13, 2016 at 9:01 AM > *To: *OpenStack List <openstack-dev@lists.openstack.org

[openstack-dev] [nettworking-ovn [patch-update b8af082

2016-11-12 Thread Murali R
I would like to update this patch on a standard deployment of Newton. After applying patch (copying over diffs) are there any steps needed for db sync? There are a number of changes in ovn_db_sync.py https://github.com/openstack/networking-ovn/commit/b8af082e326d1294ec3110a1d4ac266da84868b8

Re: [openstack-dev] [networking-ovn] restart failure to bring up ovn services

2016-11-03 Thread Murali R
> > The OVN packages install systemd units, so you can also start it that way > and set it up to re-start after a reboot. > > $ sudo systemctl enable ovn-northd > $ sudo systemctl start ovn-northd > > I did install python_networking_ovn & openvswitch-switch. I could not find any other ovn packages

[openstack-dev] [ovn] [[l3-agent] connectivity to external network

2016-11-03 Thread Murali R
The scope of question is using neutron L3 services with OVN. The problem is when a router created, there is no implicit internal interface created between the router instance and the external bridge. The neutron config says "external_network_bridge" and "gateway_external_network_id" must be set

[openstack-dev] [networking-ovn] restart failure to bring up ovn services

2016-11-02 Thread Murali R
Following the docs online (Newton), the installation was successful. However when the VM that has the controller (and ovn-nb) restarted, it fails to bring up ovs & ovn. This is ubuntu deployment using python-networking-ovn and locally built ovn. Is this a deployment problem? Is it possible to

Re: [openstack-dev] [ovs-discuss] [ovn][neutron] networking-ovn 1.0.0 release (newton) -- port-security

2016-10-13 Thread Murali R
>> Please clarify if port security is required to be enabled with newton release when installing OVN > > You can disable it. There's no problem with that. It will just disable related features: L2 and L3 port security and security groups. > > -- > Russell Bryant -

Re: [openstack-dev] [ovs-discuss] [ovn][networking-sfc]

2016-10-11 Thread Murali R
rking-ovn guide. Not sure what is meant by > “port-security”. From networking-sfc point of view, security group is not > needed. > > > > Thanks, > > Cathy > > > > *From:* discuss [mailto:discuss-boun...@openvswitch.org] *On Behalf Of *Murali > R > *Sent

[openstack-dev] [ovn][neutron] networking-ovn 1.0.0 release (newton) -- port-security

2016-10-11 Thread Murali R
Hi, Please clarify if port security is required to be enabled with newton release when installing OVN. The install.rst says it must be. In many of my use cases I want to disable port security which is how I do currently with devstack. I would like to know if either ovn or neutron will have

[openstack-dev] [ovn][networking-sfc]

2016-10-10 Thread Murali R
Networking-sfc and ovn install guide says "port_security" must be enabled when enabling networkin-sfc (networking-ovn/doc/source/install.rst -- line 165) In my use cases it gets too complicated if I use port-security, so was disabling it. Please let me know if there is any hard requirement that

Re: [openstack-dev] [networking-ovn] provider networks

2016-06-17 Thread Murali R
I think for provider networks we have to disable OVN_L3. Because devstack setup for neutron is creating a default router in the standard setup and conflicts with external router. On Fri, Jun 17, 2016 at 10:57 AM, Ryan Moats <rmo...@us.ibm.com> wrote: > Murali R <muralir...@gmai

Re: [openstack-dev] [Neutron] Design Summit Session - Containers Orchestration platforms Integration with Neutron

2015-10-19 Thread Murali R
On Oct 19, 2015 7:31 AM, "Kyle Mestery" <mest...@mestery.com> wrote: > > On Sun, Oct 18, 2015 at 1:54 PM, Murali R <muralir...@gmail.com> wrote: >> >> Will there be an irc opened for these sessions to join remotely? >> > We will have people in the

Re: [openstack-dev] [Neutron] Design Summit Session - Containers Orchestration platforms Integration with Neutron

2015-10-18 Thread Murali R
Will there be an irc opened for these sessions to join remotely? On Sun, Oct 18, 2015 at 9:19 AM, Armando M. wrote: > Perhaps adding a section for 'collecting ideas' right at the bottom of the > etherpad will help directing input. > > We should strive for keeping the

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-10-05 Thread Murali R
Cool. That works. On Mon, Oct 5, 2015 at 9:05 AM, Russell Bryant <rbry...@redhat.com> wrote: > On 10/05/2015 04:28 PM, Murali R wrote: > > Yes. So we can define multiple logical switches per network and ovn > > keeps vlan maps that ovs agent used to maintain and

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-10-05 Thread Murali R
can't query from NB-DB. Makes sense. -Murali On Fri, Oct 2, 2015 at 11:46 AM, Russell Bryant <rbry...@redhat.com> wrote: > On 10/02/2015 02:26 PM, Murali R wrote: > > Hi Russell, > > > > Thank you these are really good. Had a quick question. When you create a > > lo

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-10-02 Thread Murali R
Hi Russell, Thank you these are really good. Had a quick question. When you create a logical switch in your first script (line 23) - at what point is it associated with br-int ? Is it on line 45? So I can create any switch and when I associated logical port it associates logical switch ? Or is

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-10-01 Thread Murali R
..@redhat.com> wrote: > On 09/30/2015 06:01 PM, Murali R wrote: > > Yes, sfc without nsh is what I am looking into and I am thinking ovn can > > have a better approach. > > > > I did an implementation of sfc around nsh that used ovs & flows from > > custom o

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-10-01 Thread Murali R
Apologize typo "...us get overboard." ==> should be "... get us onboard" :) On Thu, Oct 1, 2015 at 11:38 AM, Murali R <muralir...@gmail.com> wrote: > Russell, > > " These logical flows > look similar to OpenFlow, but it talks about network resour

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-09-30 Thread Murali R
Russell, Are any additional options fields used in geneve between hypervisors at this time? If so, how do they translate to vxlan when it hits gw? For instance, I am interested to see if we can translate a custom header info in vxlan to geneve headers and vice-versa. And if there are flow

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-09-30 Thread Murali R
commands to handle that, it will be useful. If commands don't exist but extensible then I can do that as well. On Wed, Sep 30, 2015 at 12:49 PM, Russell Bryant <rbry...@redhat.com> wrote: > On 09/30/2015 03:29 PM, Murali R wrote: > > Russell, > > > > Are any add

Re: [openstack-dev] [neutron + ovn] Does neutron ovn plugin support to setup multiple neutron networks for one container?

2015-09-30 Thread Murali R
oing and collaborate if you work on sfc. On Wed, Sep 30, 2015 at 2:11 PM, Russell Bryant <rbry...@redhat.com> wrote: > On 09/30/2015 04:09 PM, Murali R wrote: > > Russel, > > > > For instance if I have a nsh header embedded in vxlan in the incoming > > pack

[openstack-dev] Websocketproxy.py Invalid Token

2015-03-06 Thread Murali R
Hi Folks, My Juno setup does not get the console for VM started and errors out with 1006 error. I struggled for a day changing many things but does not work. What could I be doing wrong? The controller has nova-consoleauth and nova-novncproxy services running and compute the nova-compute.