opendevreview | Merged openstack/neutron-lib master: Add new SG rule ext. ``security-groups-rules-belongs-to-default-sg`` https://review.opendev.org/c/openstack/neutron-lib/+/883939 | 00:26 |
---|---|---|
*** dmellado17042 is now known as dmellado1704 | 04:58 | |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB in ovn_bgp_driver, and ovs and wire utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885784 | 05:13 |
opendevreview | Christian Rohmann proposed openstack/neutron master: Drop redundant index on ports table https://review.opendev.org/c/openstack/neutron/+/885456 | 09:02 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB linux_net utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885785 | 09:32 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB in ovn_bgp_driver, and ovs and wire utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885784 | 09:33 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB linux_net utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885785 | 09:33 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB linux_net utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885785 | 10:57 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Avoid usage of NDB linux_net utils https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885785 | 11:04 |
frickler | lajoskatona: thx for the pointer, I commented on tuesday already. I don't think your patch works, will likely need to dig deeper into the details of bgp protocol handling | 12:19 |
frickler | I also still need to find out the status of MP-BGP support for ndr | 12:20 |
lajoskatona | frickler: ack | 12:24 |
opendevreview | Merged openstack/neutron master: [OVN] Improve Hash Ring logs https://review.opendev.org/c/openstack/neutron/+/886005 | 13:02 |
opendevreview | Christian Rohmann proposed openstack/neutron master: Drop redundant index on ports table https://review.opendev.org/c/openstack/neutron/+/885456 | 13:16 |
skraynev | Hello. I am reading policy doc: https://docs.openstack.org/neutron/latest/configuration/policy.html and wondering, what is the difference between admin_only and context_is_admin ? | 13:35 |
skraynev | looks like it's similar things, but both are used in the fresh code base. | 13:35 |
opendevreview | Luis Tomas Bolivar proposed openstack/ovn-bgp-agent master: Ensure FIPs are exposed as part of cr-lrp binding events https://review.opendev.org/c/openstack/ovn-bgp-agent/+/885981 | 14:00 |
opendevreview | Arnaud Morin proposed openstack/neutron master: Add a new option to enable signals https://review.opendev.org/c/openstack/neutron/+/884711 | 14:08 |
opendevreview | Arnaud Morin proposed openstack/neutron master: Register GMR with config https://review.opendev.org/c/openstack/neutron/+/884842 | 14:09 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Allow multiple VIPs per LB https://review.opendev.org/c/openstack/ovn-octavia-provider/+/885111 | 14:55 |
otherwiseguy | fnordahl: does what I'm talking about on https://review.opendev.org/c/openstack/neutron/+/874760 make sense? Basically just a separate Set or ScheduleGatewayChassis command that you can run in the transaction? The main issue I have with the callback is that it kind of breaks the ovsdbapp api/backend contract (don't worry, since we deprecated the only other currently existing backend, tons of neutron code breaks this contract already). | 15:01 |
otherwiseguy | Basically all code that would need to be implemented to just "swap out backends without changing user code" should be in a defined API call with a Command (aside from some special ovsdbapp api functions like lookup()). | 15:02 |
otherwiseguy | That ship has sailed, but every once in a while we talk about doing a new backend that wouldn't require keeping nearly the whole ovsdb database in memory for every worker. | 15:03 |
otherwiseguy | And the more things that are just kind of scattered around outside of api/Command objects, the harder it would be to ever use such a thing. | 15:03 |
opendevreview | Fernando Royo proposed openstack/neutron stable/2023.1: Return 409 Conflict to tenant user deleting port attached to FIP https://review.opendev.org/c/openstack/neutron/+/886269 | 15:04 |
opendevreview | Fernando Royo proposed openstack/neutron stable/zed: Return 409 Conflict to tenant user deleting port attached to FIP https://review.opendev.org/c/openstack/neutron/+/886270 | 15:05 |
opendevreview | Fernando Royo proposed openstack/neutron stable/yoga: Return 409 Conflict to tenant user deleting port attached to FIP https://review.opendev.org/c/openstack/neutron/+/886272 | 15:05 |
opendevreview | Fernando Royo proposed openstack/neutron stable/xena: Return 409 Conflict to tenant user deleting port attached to FIP https://review.opendev.org/c/openstack/neutron/+/886273 | 15:05 |
opendevreview | Fernando Royo proposed openstack/neutron stable/wallaby: Return 409 Conflict to tenant user deleting port attached to FIP https://review.opendev.org/c/openstack/neutron/+/886277 | 15:07 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Hash Ring: Set nodes as offline upon exit https://review.opendev.org/c/openstack/neutron/+/886279 | 15:10 |
opendevreview | Andrew Bogott proposed openstack/neutron master: port policies: Allow port creation/updating in shared networks https://review.opendev.org/c/openstack/neutron/+/886214 | 15:31 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Allow multiple VIPs per LB https://review.opendev.org/c/openstack/ovn-octavia-provider/+/885111 | 15:32 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Allow multiple VIPs per LB https://review.opendev.org/c/openstack/ovn-octavia-provider/+/885111 | 15:41 |
opendevreview | Maximilian Sesterhenn proposed openstack/ovn-bgp-agent master: [WIP] Implement L2 EVPN functionality https://review.opendev.org/c/openstack/ovn-bgp-agent/+/886090 | 17:05 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!