)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"d97841f9ebf3d0d5032db3880dbb97a2c84a342a","unresolved":true,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"[ML2/OVN] Add gateway_port support for FIP"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The OVN changed support for NAT rules including a new column and auto discovery logic (which may not work in some cases) [1][2]."},{"line_number":10,"context_line":"If the OVN backend supports this column in the Northbound DB Schema, set gateway port uuid to any floating IP to prevent North/South traffic issues for floating IPs."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"This patch updates the method for creating FIP NAT rules in OVN backend and updates previously created FIP rules to include the gateway_port reference. This NAT rule update task runs only once during the maintenance task, and if all entries are already configured no action is performed."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"[1] https://github.com/ovn-org/ovn/commit/15348b7b806f7a9680606c3e9348708980129949"},{"line_number":15,"context_line":"[2] https://github.com/ovn-org/ovn/commit/2d942be7db1799f2778492331513ae2b5a556b92"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":3,"id":"3a604ac3_6ec84de3","line":12,"range":{"start_line":9,"start_character":0,"end_line":12,"end_character":287},"updated":"2024-06-12 14:42:02.000000000","message":"All above patches has the same long lines so now it is late to complain about it.\nNext time please break these lines","commit_id":"7d539bc0b093ceea9082b2526c0d40d519f13d19"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":20676,"name":"daniel.pawlik","display_name":"Daniel Pawlik","email":"dpawlik@redhat.com","username":"daniel.pawlik"},"change_message_id":"ae8355a21b68c1c3348d4dd4d2750a1863007735","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"471f3e1e_eac090b1","updated":"2024-06-04 11:31:06.000000000","message":"recheck","commit_id":"bbfda036127e9fd986938aa1f8cf3244d6716ac1"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"f29c308b1a47e5e0a2cc31271eda33d33289de90","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"071863fe_d09bf28f","updated":"2024-06-07 07:11:47.000000000","message":"just to wait till the 2023.1 patch is cleaned and finalized/merged, otherwise looks ok","commit_id":"8fcd708572961e8688c49bcf2f1c92bc204792da"},{"author":{"_account_id":20676,"name":"daniel.pawlik","display_name":"Daniel Pawlik","email":"dpawlik@redhat.com","username":"daniel.pawlik"},"change_message_id":"f6b2c112281df0fe7e69b65534f1c26f9d234b80","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"1b97c42d_baff2ff9","updated":"2024-06-06 06:08:21.000000000","message":"recheck","commit_id":"8fcd708572961e8688c49bcf2f1c92bc204792da"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"d7a4fbab78b5b4abbba6be1be0caa30a37655195","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"a8f8311a_803d0657","updated":"2024-06-04 15:45:14.000000000","message":"recheck\n\nunrelated failure: neutron.tests.functional.agent.l3.extensions.test_gateway_ip_qos_extension.TestRouterGatewayIPQosAgentExtension.test_ha_router_gateway_ip_qos_ingress","commit_id":"8fcd708572961e8688c49bcf2f1c92bc204792da"},{"author":{"_account_id":1004,"name":"Mohammed Naser","email":"mnaser@vexxhost.com","username":"mnaser"},"change_message_id":"c1024c0cd4b07bbf943022502ea8b7620bee5b10","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"a7cfc80f_502193d9","updated":"2024-06-19 19:30:46.000000000","message":"recheck\n\nneutron.tests.functional.agent.l3.extensions.test_ndp_proxy_extension.TestL3AgentNDPProxyExtensionDVR.test_dvr_router_static_routes_in_fip_and_snat_namespace\n\nunrelated failure","commit_id":"7d539bc0b093ceea9082b2526c0d40d519f13d19"}],"neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"87a0965f7f864ee70985132f32f371a3cc89f3ce","unresolved":true,"context_lines":[{"line_number":1081,"context_line":"                if ovn_fip[\u0027gateway_port\u0027]:"},{"line_number":1082,"context_line":"                    continue"},{"line_number":1083,"context_line":"                fip_id \u003d ovn_fip[\u0027external_ids\u0027].get("},{"line_number":1084,"context_line":"                            ovn_const.OVN_FIP_EXT_ID_KEY)"},{"line_number":1085,"context_line":"                if fip_id:"},{"line_number":1086,"context_line":"                    fip_update.append({\u0027uuid\u0027: ovn_fip[\u0027uuid\u0027],"},{"line_number":1087,"context_line":"                                       \u0027router_id\u0027: router[\u0027name\u0027]})"}],"source_content_type":"text/x-python","patch_set":3,"id":"c9ec7255_c661046e","line":1084,"updated":"2024-06-12 14:40:32.000000000","message":"nit: this indentation looks too much, but pep8 seems happy with it","commit_id":"7d539bc0b093ceea9082b2526c0d40d519f13d19"}]}
