*** shettyg has quit IRC | 00:32 | |
*** salv-orlando has joined #openstack-neutron-ovn | 00:33 | |
*** salv-orlando has quit IRC | 00:37 | |
*** openstackgerrit has quit IRC | 00:46 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 00:47 | |
*** markmcclain has quit IRC | 00:53 | |
*** switchcade has quit IRC | 00:55 | |
*** switchcade has joined #openstack-neutron-ovn | 00:56 | |
*** markmcclain has joined #openstack-neutron-ovn | 00:57 | |
*** s3wong has quit IRC | 01:12 | |
*** Bhargav has quit IRC | 01:25 | |
*** azbiswas has quit IRC | 01:35 | |
*** salv-orlando has joined #openstack-neutron-ovn | 01:44 | |
*** salv-orlando has quit IRC | 01:48 | |
*** azbiswas has joined #openstack-neutron-ovn | 02:07 | |
*** azbiswas has quit IRC | 02:09 | |
*** azbiswas has joined #openstack-neutron-ovn | 03:34 | |
*** azbiswas has quit IRC | 03:47 | |
*** azbiswas has joined #openstack-neutron-ovn | 04:48 | |
*** azbiswas has quit IRC | 04:54 | |
*** azbiswas has joined #openstack-neutron-ovn | 05:29 | |
*** azbiswas has quit IRC | 05:54 | |
*** salv-orlando has joined #openstack-neutron-ovn | 05:55 | |
*** azbiswas has joined #openstack-neutron-ovn | 05:55 | |
gsagie | salv-orlando: i do see the name spaces created, also the l3-agent is running as its enabled in devstack local.conf , i do see that the plugin has some L3Agent mixins in it but havent looked furthur | 05:56 |
---|---|---|
salv-orlando | gsagie: k. When the l3 support for OVN will be added to networking-ovn we shall not spin anymore devstack with the l3-agent. I'm going to look at the code to find out where the agent gets notified of router changes | 05:57 |
gsagie | okie, thanks | 05:59 |
*** azbiswas has quit IRC | 05:59 | |
gsagie | if i had to guess, the RPC are probably called from the DB layer, not sure if thats a correct way | 05:59 |
gsagie | humm, that doesnt make much sense | 06:00 |
salv-orlando | gsagie: indeed but that's how it works unfortunately | 06:02 |
salv-orlando | I opened a bug against this back in 2012 I think. But many plugins are leveraging this weird behaviour, so decoupling it's not easy | 06:02 |
salv-orlando | however, I think the OVN plugin should not start itself a notifier for the l3 agent | 06:02 |
salv-orlando | if it does not it should not send notifications anymore | 06:03 |
salv-orlando | but generally speaking... not starting the l3 agent is enough | 06:04 |
gsagie | salv-orlando: and the adv services (LBaaS, VPNaaS, FWaaS) dont rely on the l3-agent anyway? | 06:05 |
gsagie | just trying to understand if what you describe is the case, whats the benefit of implementing the L3 in a service plugin instead of inside the plugin itself? it wont block RPC's from being sent to other services plugins anyway if i understood correctly | 06:07 |
salv-orlando | the latter two yes, the former not. If you want to run them with OVN you'll need to write new drivers | 06:07 |
salv-orlando | gsagie: the only benefit is maintanability. Apart from that nothing changes. | 06:08 |
salv-orlando | Indeed it's not a big deal. It's just like splitting the code among multiple modules. | 06:08 |
gsagie | salv-orlando: ok thanks for clarrifying, still think it worth it | 06:08 |
salv-orlando | but the fact that notifications are sent to the l3 agent is an issue which exists regardless of how you implement the l3 plugin. | 06:09 |
*** azbiswas has joined #openstack-neutron-ovn | 06:27 | |
*** salv-orlando has quit IRC | 06:59 | |
*** azbiswas has quit IRC | 07:15 | |
*** salv-orlando has joined #openstack-neutron-ovn | 07:50 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 10:34 | |
*** salv-orlando has quit IRC | 10:37 | |
*** salv-orl_ has quit IRC | 10:47 | |
*** salv-orlando has joined #openstack-neutron-ovn | 11:00 | |
*** salv-orl_ has joined #openstack-neutron-ovn | 11:01 | |
*** salv-orlando has quit IRC | 11:05 | |
*** mestery has joined #openstack-neutron-ovn | 12:27 | |
*** shettyg has joined #openstack-neutron-ovn | 15:08 | |
*** azbiswas has joined #openstack-neutron-ovn | 15:10 | |
*** mestery has quit IRC | 15:20 | |
*** azbiswas has quit IRC | 15:22 | |
*** mestery has joined #openstack-neutron-ovn | 15:34 | |
*** azbiswas has joined #openstack-neutron-ovn | 15:58 | |
*** azbiswas has quit IRC | 16:03 | |
mestery | otherwiseguy: I've heard you were looking at getting the ovs pypi stuff working with python3. :) | 16:37 |
otherwiseguy | mestery: I started on it, but the world has been conspiring to keep me from working on it. | 16:40 |
mestery | lol | 16:40 |
mestery | otherwiseguy: Just checking, as I was adding py34 support to a few things including OVN and stumbled on this :) | 16:40 |
otherwiseguy | mestery: I could certainly use all the help I could get on it. :) I also seem to remember HenryG once asking me if I needed help...and at the time not thinking I would. | 16:42 |
* otherwiseguy sighs | 16:42 | |
mestery | otherwiseguy: :) | 16:42 |
mestery | otherwiseguy: Do you have some recent patches or some work I could look at? I have some yak shaving time today ;) | 16:43 |
otherwiseguy | mestery: I had a patch that I posted on the list, but it required breaking python 2.4 compatibility...which has since been updated. The patch just basically did enough to allow setup.py install to run without dying. | 16:45 |
* otherwiseguy looks for said patch | 16:46 | |
mestery | otherwiseguy: Nice! And ... python2.4? Must be for an old XenServer or something o | 16:46 |
mestery | o_O | 16:46 |
otherwiseguy | mestery: yeah. | 16:47 |
otherwiseguy | Here it was: http://openvswitch.org/pipermail/dev/2015-May/055202.html | 16:47 |
mestery | otherwiseguy: thanks! | 16:47 |
otherwiseguy | mestery: still *much* to do in addition to that. | 16:48 |
mestery | otherwiseguy: Yeah, I bet ;) | 16:48 |
*** armax has joined #openstack-neutron-ovn | 16:59 | |
*** mestery has quit IRC | 17:20 | |
*** azbiswas has joined #openstack-neutron-ovn | 17:28 | |
*** bhargav has joined #openstack-neutron-ovn | 17:44 | |
*** mestery has joined #openstack-neutron-ovn | 17:54 | |
*** armax has quit IRC | 17:54 | |
*** mestery has quit IRC | 17:55 | |
*** fzdarsky has joined #openstack-neutron-ovn | 17:59 | |
*** fzdarsky has quit IRC | 18:07 | |
*** armax has joined #openstack-neutron-ovn | 18:13 | |
*** fzdarsky has joined #openstack-neutron-ovn | 18:57 | |
*** armax has quit IRC | 19:09 | |
*** armax has joined #openstack-neutron-ovn | 19:29 | |
*** mestery has joined #openstack-neutron-ovn | 19:30 | |
*** armax has quit IRC | 19:33 | |
*** armax has joined #openstack-neutron-ovn | 19:34 | |
*** armax has quit IRC | 19:37 | |
*** fzdarsky has quit IRC | 19:45 | |
*** mestery has quit IRC | 20:08 | |
openstackgerrit | Merged openstack/networking-ovn: Note that we'll use "allow-related" for security groups. https://review.openstack.org/203851 | 20:27 |
*** salv-orlando has joined #openstack-neutron-ovn | 20:31 | |
*** armax has joined #openstack-neutron-ovn | 20:32 | |
*** salv-orl_ has quit IRC | 20:34 | |
*** mestery has joined #openstack-neutron-ovn | 20:43 | |
*** fzdarsky has joined #openstack-neutron-ovn | 20:53 | |
*** shettyg1 has joined #openstack-neutron-ovn | 21:01 | |
*** shettyg1 has quit IRC | 21:06 | |
*** s3wong has joined #openstack-neutron-ovn | 21:09 | |
*** armax has quit IRC | 21:11 | |
*** mestery has quit IRC | 21:25 | |
openstackgerrit | Aaron Rosen proposed openstack/networking-ovn: make needs to be installed as well to build ovs https://review.openstack.org/206731 | 21:47 |
*** shettyg has quit IRC | 22:29 | |
*** fzdarsky has quit IRC | 22:44 | |
*** bhargav has left #openstack-neutron-ovn | 23:01 | |
*** azbiswas has quit IRC | 23:22 | |
*** fzdarsky has joined #openstack-neutron-ovn | 23:34 | |
*** salv-orlando has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!