Wednesday, 2022-11-23

opendevreviewMerged openstack/neutron stable/xena: ovn: first tear down old metadata namespaces, then deploy new  https://review.opendev.org/c/openstack/neutron/+/86497900:06
opendevreviewMerged openstack/neutron stable/victoria: ovn: first tear down old metadata namespaces, then deploy new  https://review.opendev.org/c/openstack/neutron/+/86506401:04
opendevreviewMerged openstack/neutron stable/xena: Check subnet overlapping after add router interface  https://review.opendev.org/c/openstack/neutron/+/86429702:27
*** ministry is now known as __ministry03:31
opendevreviewMerged openstack/neutron master: Add tempest job which will run on the oldest Ubuntu release  https://review.opendev.org/c/openstack/neutron/+/86249204:44
opendevreviewDr. Jens Harbott proposed openstack/networking-midonet stable/train: Replace "x/tap-as-a-service" with "openstack/tap-as-a-service"  https://review.opendev.org/c/openstack/networking-midonet/+/86486106:10
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint  https://review.opendev.org/c/openstack/neutron/+/84145907:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host  https://review.opendev.org/c/openstack/neutron/+/84183807:43
opendevreviewMerged openstack/neutron master: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86405108:05
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [S-RBAC] Allow admin user to do all API requests by default  https://review.opendev.org/c/openstack/neutron/+/86504008:24
opendevreviewRodolfo Alonso proposed openstack/neutron master: Avoid race condition when deleting trunk bridges  https://review.opendev.org/c/openstack/neutron/+/83778009:02
ralonsohhi all ^ this patch should fix the issue with trunk ports and live migration09:03
ralonsohI'll push another one on top of it to check several times the tempest multinode job09:03
opendevreviewRodolfo Alonso proposed openstack/neutron master: [DNM] Testing patch  https://review.opendev.org/c/openstack/neutron/+/86503909:05
opendevreviewRodolfo Alonso proposed openstack/networking-midonet stable/victoria: Replace "x/tap-as-a-service" with "openstack/tap-as-a-service"  https://review.opendev.org/c/openstack/networking-midonet/+/86486709:24
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Add pylint to pep8 and adopt code to the results  https://review.opendev.org/c/openstack/tap-as-a-service/+/86518709:28
ralonsohslaweq, https://review.opendev.org/c/openstack/neutron/+/86249209:45
ralonsohgood stuff09:45
opendevreviewSam Morrison proposed openstack/neutron master: [OVN] Add new ML2 extension "dhcp_agent_scheduler"  https://review.opendev.org/c/openstack/neutron/+/86508109:53
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86538009:56
ralonsohlajoskatona, https://review.opendev.org/q/project:openstack%252Fnetworking-midonet+status:open if you have some mins09:58
ralonsohI've also sent a mail to ask for mantainers09:58
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86538710:36
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86538910:40
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86541210:47
opendevreviewRodolfo Alonso proposed openstack/neutron master: Avoid race condition when deleting trunk bridges  https://review.opendev.org/c/openstack/neutron/+/83778010:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: [DNM] Testing patch  https://review.opendev.org/c/openstack/neutron/+/86503910:55
ralonsohslaweq, lajoskatona hi! are you working on the MacvtapAgentTestCase.test_get_all_devices issue?10:56
ralonsohhttps://bugs.launchpad.net/neutron/+bug/199734110:56
mnasiadkahello11:21
mnasiadkaralonsoh: unfortunately I'm coming back with https://bugs.launchpad.net/neutron/+bug/1995078/comments/16 ;-)11:21
ralonsohmnasiadka, what is the traffic path? if I'm correct, what you are testing is those baremetal servers using the router and routing this trafifc though the GW11:25
mnasiadkaralonsoh: yes, two baremetal servers in different VLANs routed through GW11:25
mnasiadkaralonsoh: if the traffic is between bare metal and VM in different VLANs/Geneve networks - then the traffic is ,,capped'' in one direction11:26
ralonsohwhat GW chassis is using the baremetal network?11:27
ralonsohis the same as the other VLAN network?11:27
ralonsohdid you try to set only one HA node? I mean, defining one single chassis as GW11:29
ralonsohto avoid what you are explaining in the BZ11:29
ralonsohthat the external port HA chassis group is different from the baremetal VLAN network11:29
mnasiadkaralonsoh: now it's the same, because we changed all ha_chassis_groups priorities to match gateway_chassis - so without setting ovn-chassis-mac-mappings on the network nodes it works11:31
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM test "test_get_all_devices" concurrency 1  https://review.opendev.org/c/openstack/neutron/+/86541411:32
mnasiadkaralonsoh: but this is not how Neutron is setting those up11:32
ralonsohok, maybe we need to sync both GW schedulers11:33
ralonsohmnasiadka, but that's ok, you don't want to make the internal VLAN network distributed 11:37
ralonsohyou want all traffic of the VLAN network, that has the baremetal ports, to be centralized11:38
ralonsohthis is why you should not define "ovn-chassis-mac-mappings"11:38
ralonsohjust to be sure11:38
ralonsohyou have (1) an external network (for internet) and (2) a private VLAN network for baremetal ports11:38
ralonsohin this deployment, you don't want distributed traffic, all baremetal ports will route though the GW chassis11:39
ralonsohthat is not distributed11:39
ralonsohmnasiadka, hi?11:50
mnasiadkaralonsoh: right, I don't need it distributed - I think the ha_chassis_group priorities are need to be lined up with gateway_chassis priorities for HA to work (if one network node dies - to be failed over to a second one)12:03
ralonsohmnasiadka, ok, I'll ask OVN folks to check this and see if we can align both scheduling methods12:04
mnasiadkaralonsoh: I think numans replied to my mail on ovs-discuss that they should be aligned, but he doesn't remember why ;-)12:04
mnasiadkaralonsoh: https://mail.openvswitch.org/pipermail/ovs-discuss/2022-October/052068.html12:06
ralonsohI'll check it too12:07
mnasiadkaThanks12:14
opendevreviewMerged openstack/os-ken master: Enforce new msgpack format (use_bin_type=True)  https://review.opendev.org/c/openstack/os-ken/+/86486812:15
opendevreviewMerged openstack/os-ken master: Add msgpack 1.0 support  https://review.opendev.org/c/openstack/os-ken/+/86486912:16
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Disable "test_live_migration_with_trunk" execution from dvr job  https://review.opendev.org/c/openstack/neutron/+/86542412:17
slaweqralonsoh lajoskatona hi ^^ quick follow up after ralonsoh's patch :)12:17
slaweqplease review when You will have some time12:17
opendevreviewMerged openstack/neutron-lib stable/zed: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING"  https://review.opendev.org/c/openstack/neutron-lib/+/86473512:18
lajoskatonaslaweq: ack12:18
ralonsohslaweq, please check https://review.opendev.org/c/openstack/neutron/+/837780/14 first12:18
ralonsohthis is solving the issue12:18
ralonsohand reverting the patch I sent yesterday12:18
slaweqralonsoh ok, great :)12:18
ralonsohand DNM patch testing it: https://review.opendev.org/c/openstack/neutron/+/865039/12:18
slaweqI will review it today12:18
ralonsohCI is happy so far12:18
ralonsohhmmm no, it is still failing in OVN, I need to check what is happening there12:21
opendevreviewMerged openstack/os-ken master: Update nx_actions.py, fixing a typo on example  https://review.opendev.org/c/openstack/os-ken/+/86487012:24
lajoskatonasahid: Hi, I saw "Mapping VLAN for network <net-UUID> with segmentation id <all> not found." exceptions in ovs-agent logs12:46
lajoskatonasahid: sorry for long link:  https://opensearch.logs.openstack.org/_dashboards/app/discover/?security_tenant=global#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-30d,to:now))&_a=(columns:!(build_status),filters:!(),index:'94869730-aea8-11ec-9e6a-83741af3fdcd',interval:auto,query:(language:kuery,query:'message:%22Mapping%20VLAN%20for%20network%20%22'),sort:!())12:46
opendevreviewRodolfo Alonso proposed openstack/neutron master: Execute functional test "test_get_all_devices" alone  https://review.opendev.org/c/openstack/neutron/+/86541412:53
opendevreviewMerged openstack/networking-midonet stable/victoria: Replace "x/tap-as-a-service" with "openstack/tap-as-a-service"  https://review.opendev.org/c/openstack/networking-midonet/+/86486713:38
opendevreviewMerged openstack/networking-midonet stable/ussuri: Replace "x/tap-as-a-service" with "openstack/tap-as-a-service"  https://review.opendev.org/c/openstack/networking-midonet/+/86486613:44
opendevreviewMerged openstack/networking-midonet stable/train: Replace "x/tap-as-a-service" with "openstack/tap-as-a-service"  https://review.opendev.org/c/openstack/networking-midonet/+/86486113:45
*** dasm|off is now known as dasm13:59
ralonsohfolks, if you have 1 min: https://review.opendev.org/c/openstack/neutron/+/86541414:05
ralonsohCI FT job is passing14:05
lajoskatonaralonsoh: cool, so this is again some concurrency issue....14:26
ralonsohI think so, yes14:26
lajoskatonaas I wrote to the LP, I was not able to reproduce locally, but my env where I run functional is not that big (I even played with it on jammy vs focal)14:27
opendevreviewMerged openstack/neutron stable/zed: ovn: first tear down old metadata namespaces, then deploy new  https://review.opendev.org/c/openstack/neutron/+/86497716:05
opendevreviewMerged openstack/neutron stable/yoga: Check subnet overlapping after add router interface  https://review.opendev.org/c/openstack/neutron/+/86327516:19
gmannlajoskatona: slaweq: on RBAC fix, it seems we need to skip trunk live migration test in neutron-ovs-tempest-dvr-ha-multinode-full job also16:57
gmannhttps://review.opendev.org/c/openstack/neutron/+/865040/ is failing with that16:58
gmannlajoskatona: slaweq : never mind, slaweq is always ahead on things :) https://review.opendev.org/c/openstack/neutron/+/86542417:00
lajoskatonagmann: thanks for reminding, I forgot to vote on that17:01
gmannthanks 17:02
opendevreviewAnton Vazhnetsov proposed openstack/ovsdbapp master: ovs_idl: provide 'update_timeout'  https://review.opendev.org/c/openstack/ovsdbapp/+/86545417:35
opendevreviewAnton Vazhnetsov proposed openstack/ovsdbapp master: ovs_idl: provide 'update_timeout'  https://review.opendev.org/c/openstack/ovsdbapp/+/86545417:44
opendevreviewDr. Jens Harbott proposed openstack/neutron master: Exclude neutron-dynamic-routing from abandon script  https://review.opendev.org/c/openstack/neutron/+/86546219:09
opendevreviewDr. Jens Harbott proposed openstack/neutron master: neutron-dynamic-routing now works with OVN  https://review.opendev.org/c/openstack/neutron/+/73864119:26
opendevreviewDr. Jens Harbott proposed openstack/neutron-tempest-plugin master: Test neutron-dynamic-routing on OVN  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/86546419:49
fricklerslaweq: tobias-urdin: bcafarel: ^^ couple of things for you to look at. I don't think we need to keep running a second for for ndr on OVS, do you agree?19:50
frickleralso regarding midonet, I wonder if https://opendev.org/openstack/neutron-tempest-plugin/src/branch/master/neutron_tempest_plugin/neutron_dynamic_routing/scenario/test_simple_bgp.py can be dropped, I don't think we have any CI coverage for that19:51
opendevreviewMerged openstack/neutron-lib stable/yoga: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING"  https://review.opendev.org/c/openstack/neutron-lib/+/86473619:57
opendevreviewMerged openstack/neutron stable/wallaby: Check subnet overlapping after add router interface  https://review.opendev.org/c/openstack/neutron/+/86385219:59
opendevreviewMerged openstack/neutron stable/wallaby: ovn: first tear down old metadata namespaces, then deploy new  https://review.opendev.org/c/openstack/neutron/+/86498019:59
opendevreviewMerged openstack/neutron master: Execute functional test "test_get_all_devices" alone  https://review.opendev.org/c/openstack/neutron/+/86541419:59
opendevreviewMerged openstack/neutron master: ovn: inline ensure_all_networks_provisioned method  https://review.opendev.org/c/openstack/neutron/+/86518319:59
opendevreviewMerged openstack/neutron master: ovn: use dicts instead of sets of tuples  https://review.opendev.org/c/openstack/neutron/+/86518419:59
opendevreviewMerged openstack/neutron master: Disable "test_live_migration_with_trunk" execution from dvr job  https://review.opendev.org/c/openstack/neutron/+/86542419:59
bcafarelfrickler: nice to see these! and also +1 on just keeping OVN (default mech driver) for testing20:28
opendevreviewMerged openstack/neutron master: Make MechanismDriverContext plugin_context public  https://review.opendev.org/c/openstack/neutron/+/86485520:33
opendevreviewMerged openstack/neutron-tempest-plugin master: Drop unused branch_override  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/86499520:33
opendevreviewMerged openstack/neutron master: Code move for metadata haproxy  https://review.opendev.org/c/openstack/neutron/+/86464820:33
opendevreviewMerged openstack/neutron stable/yoga: Avoid register config options on imports  https://review.opendev.org/c/openstack/neutron/+/86533320:33
opendevreviewMerged openstack/neutron stable/yoga: ovn: Use ovsdb-client to create neutron_pg_drop  https://review.opendev.org/c/openstack/neutron/+/86515920:33
opendevreviewAnton Kurbatov proposed openstack/neutron master: Add a DHCP provisioning block for the default device_owner  https://review.opendev.org/c/openstack/neutron/+/86547020:34
opendevreviewMerged openstack/neutron-lib stable/wallaby: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING"  https://review.opendev.org/c/openstack/neutron-lib/+/86473920:51
opendevreviewMerged openstack/neutron stable/wallaby: Avoid register config options on imports  https://review.opendev.org/c/openstack/neutron/+/86534421:31
opendevreviewDr. Jens Harbott proposed openstack/neutron master: Exclude neutron-dynamic-routing from abandon script  https://review.opendev.org/c/openstack/neutron/+/86546221:40
opendevreviewDr. Jens Harbott proposed openstack/neutron-dynamic-routing master: Add oslo.log to config generator  https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/86547321:45
opendevreviewDr. Jens Harbott proposed openstack/neutron master: neutron-dynamic-routing now works with OVN  https://review.opendev.org/c/openstack/neutron/+/73864121:57
opendevreviewMerged openstack/neutron stable/zed: Always create a "router_extra_attributes" register per router  https://review.opendev.org/c/openstack/neutron/+/86538022:09
*** dasm is now known as dasm|off23:49
opendevreviewMiguel Lavalle proposed openstack/neutron master: [WIP][DNM][OVN] Change the default firewall policy  https://review.opendev.org/c/openstack/neutron/+/83906623:56

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!