Monday, 2021-08-16

opendevreviewZhouHeng proposed openstack/neutron master: "default_availability_zones" need to be considered when validate az  https://review.opendev.org/c/openstack/neutron/+/80266500:14
opendevreviewTakashi Kajinami proposed openstack/neutron master: Add options for the healthcheck middleware  https://review.opendev.org/c/openstack/neutron/+/80457100:17
opendevreviewTakashi Kajinami proposed openstack/neutron master: Use importlib instead of imp  https://review.opendev.org/c/openstack/neutron/+/80459600:24
*** gibi_pto is now known as gibi06:08
opendevreviewmitya-eremeev-2 proposed openstack/neutron master: Agent RPC step size in config.  https://review.opendev.org/c/openstack/neutron/+/80259606:56
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: Add API extenstion for QoS minimum pps rule  https://review.opendev.org/c/openstack/neutron/+/80304507:05
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: ovs-agent: Report pkt processing info in heartbeat  https://review.opendev.org/c/openstack/neutron/+/80044407:05
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: Report CUSTOM_VNIC_TYPE_ traits on OVS agent RP  https://review.opendev.org/c/openstack/neutron/+/80044507:05
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: Bump os-resource-classes lib to 1.1.0  https://review.opendev.org/c/openstack/neutron/+/80106607:06
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: Report pkt processing capacity on OVS agent RP  https://review.opendev.org/c/openstack/neutron/+/80044607:08
opendevreviewOpenStack Proposal Bot proposed openstack/neutron-vpnaas-dashboard stable/victoria: Imported Translations from Zanata  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/80460707:47
opendevreviewOleg Bondarev proposed openstack/neutron-specs master: Add Node-Local Virtual IP Spec  https://review.opendev.org/c/openstack/neutron-specs/+/79779808:27
opendevreviewOleg Bondarev proposed openstack/neutron-lib master: Add Local IP API def  https://review.opendev.org/c/openstack/neutron-lib/+/80305108:40
opendevreviewOleg Bondarev proposed openstack/neutron-lib master: Add Local IP constants and exceptions  https://review.opendev.org/c/openstack/neutron-lib/+/80461308:44
opendevreviewTakashi Kajinami proposed openstack/neutron master: Add missing options to neutron.conf auto-generated  https://review.opendev.org/c/openstack/neutron/+/80457108:45
opendevreviewTakashi Kajinami proposed openstack/neutron master: Add missing options to generated neutron.conf  https://review.opendev.org/c/openstack/neutron/+/80457108:46
opendevreviewSzymon Wróblewski proposed openstack/neutron master: Use payloads for FloatingIP AFTER callbacks  https://review.opendev.org/c/openstack/neutron/+/80145308:55
opendevreviewSzymon Wróblewski proposed openstack/neutron master: Improve content of FloatingIP AFTER callbacks  https://review.opendev.org/c/openstack/neutron/+/79800908:55
lajoskatonaslaweq: Hi, could You check this one: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/803752 , it fails with regex issue: tempest run --regex '^neutron_tempest_plugin\.tap_as_a_service'09:13
lajoskatonaslaweq: perhaps we have to merge 1st the test and than ad the job to execute them?09:14
slaweqlajoskatona: hi, checking09:18
slaweqlajoskatona: I think that we first need to delete it from tap-as-a-service repository: https://opendev.org/openstack/tap-as-a-service/src/branch/master/neutron_taas/tests/tempest_plugin09:24
slaweqbecause now plugin is installed from there and maybe that's causing problems09:25
slaweqcan You try to propose patch which removes it from there and make https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/803752 to be depend on that new one?09:25
lajoskatonaslaweq: sure, I check it09:36
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: [OVN] Document Network Availability Zones  https://review.opendev.org/c/openstack/neutron/+/78804010:16
lucasagomesslaweq++ thanks for the review, I've added the release note as part of the documentation patch ^10:16
slaweqlucasagomes++ thx10:18
opendevreviewMerged openstack/neutron master: "default_availability_zones" need to be considered when validate az  https://review.opendev.org/c/openstack/neutron/+/80266510:19
slaweqlucasagomes: I have one small comment in that release note10:21
lucasagomesslaweq, will take a look, thanks!10:36
lucasagomesslaweq, apparently there's a merge conflict on the patchs again :-(10:37
lucasagomesI will fix it and fix the release note and other comments in the reviews, thanks!10:37
opendevreviewMerged openstack/ovn-octavia-provider stable/wallaby: Add Health Monitor support  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/80189010:53
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: [OVN] Make external ports aware of network AZs  https://review.opendev.org/c/openstack/neutron/+/76255011:04
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: [OVN] Document Network Availability Zones  https://review.opendev.org/c/openstack/neutron/+/78804011:04
lucasagomesslaweq, ^ sorry had to fix the merge conflict. Also addressed the comment u left in the patch (the if/or)11:05
slaweqlucasagomes: sure, I will take a look11:07
lucasagomeswhenever u take time, thanks for reviewing it!11:07
lucasagomesI know it's a long patch :-/11:07
slaweqlucasagomes: yes, but now I just checked diff from last PS :)11:18
slaweqso it's not that huge11:18
lucasagomesslaweq, cool yeah, it conflict with this change here https://review.opendev.org/c/openstack/neutron/+/802665 that moved a few things around11:19
slaweqlajoskatona: congrats - You now have +2 power in neutron patches for stable branches :)11:20
lucasagomeslajoskatona++ congrats11:20
lajoskatonaslaweq, lucasgomes: thanks11:22
slaweqlajoskatona: thank You for Your work with stable releases :)11:23
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Tests: remove tempest plugin from taas repository  https://review.opendev.org/c/openstack/tap-as-a-service/+/80470711:45
opendevreviewMerged openstack/neutron stable/victoria: Make ARP protection commands compatible with "ebtables-nft"  https://review.opendev.org/c/openstack/neutron/+/80405612:12
opendevreviewMerged openstack/neutron stable/ussuri: Make ARP protection commands compatible with "ebtables-nft"  https://review.opendev.org/c/openstack/neutron/+/80405712:17
opendevreviewMerged openstack/neutron stable/train: Make ARP protection commands compatible with "ebtables-nft"  https://review.opendev.org/c/openstack/neutron/+/80405812:17
opendevreviewMerged openstack/neutron-tempest-plugin master: setup.cfg: Replace dashes with underscores  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/80451012:17
lajoskatonaslaweq, amotoki: where should we land now new CLI code (like this one: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/792338 )?12:49
lajoskatonaslaweq, amotoki: openstackclient repo should be now the default for new CLI (https://opendev.org/openstack/python-openstackclient/src/branch/master/openstackclient/network/v2 )?12:50
slaweqlajoskatona: in the OSC and/or SDK repos12:50
lajoskatonaslaweq: ok so the 2nd option, thanks12:50
amotokilajoskatona: slaweq: neutronclient OSC plugin hosts network related features in the stadium projects.13:07
amotokilajoskatona: slaweq: an unclear point is where we should implement python binding support: openstacksdk vs python-neutronclient.13:08
lajoskatonaamotoki: like this one for bgpvpn: https://opendev.org/openstack/python-neutronclient/src/branch/master/neutronclient/osc/v2/networking_bgpvpn13:09
amotokilajoskatona: exactly13:09
lajoskatonaamotoki: the best would be to have everything in one place, but that's not cheap :-)13:10
amotokias of now, neutronclient OSC plugin consumes python bindings in python-neutronclient repo, so adding corresponding stuff to the neutronclient repo would be straight-forward.13:10
lajoskatonaand from checking governance perspective as well: python-neutronclient is governed by the team (plus the convenience features like notifications from new patches :P) vs sdk is out of team's hands13:12
amotokiCLI and SDK have a bit different stories. OSC focuses on covering core features. 13:16
amotokion the other hand openstacksdk tries to cover all as much as possible. To make it smooth openstacksdk has many cores from individual project teams.13:16
amotokias long term, we may need to revisit whether we really need to maintain two python bindings (sdk) but it does not happen soon.13:17
amotokilajoskatona: so my answer to your question is to implement the support for a new feature of both CLI (OSC plugin) and bindings in dynamic-rotuing in python-neutronclient.13:19
opendevreviewSzymon Wróblewski proposed openstack/neutron stable/stein: Fix notify listener syntax for SEGMENT_HOST_MAPPING  https://review.opendev.org/c/openstack/neutron/+/80373813:24
opendevreviewSzymon Wróblewski proposed openstack/neutron stable/rocky: Fix notify listener syntax for SEGMENT_HOST_MAPPING  https://review.opendev.org/c/openstack/neutron/+/80472013:25
opendevreviewSzymon Wróblewski proposed openstack/neutron stable/queens: Fix notify listener syntax for SEGMENT_HOST_MAPPING  https://review.opendev.org/c/openstack/neutron/+/80472113:25
opendevreviewAndrey Bubyr proposed openstack/neutron master: Pass binding:vnic_type in case of bulk port creation  https://review.opendev.org/c/openstack/neutron/+/80474613:34
lajoskatonaamotoki: thanks13:38
opendevreviewMerged openstack/neutron master: ovn: Don't fail db-sync if port binding changes  https://review.opendev.org/c/openstack/neutron/+/80440514:02
opendevreviewEduardo Olivares proposed openstack/neutron-tempest-plugin master: Checking IP version from extra-dhcp-options  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/80475514:13
opendevreviewOleg Bondarev proposed openstack/neutron master: [WIP] Add Local IP Extension and DB  https://review.opendev.org/c/openstack/neutron/+/80452314:22
opendevreviewmitya-eremeev-2 proposed openstack/neutron master: Agent RPC step size in config.  https://review.opendev.org/c/openstack/neutron/+/80259614:25
opendevreviewMerged openstack/neutron-lib master: Allow PUT on direction param in QoS minimum pps rule  https://review.opendev.org/c/openstack/neutron-lib/+/80391415:11
opendevreviewJakub Libosvar proposed openstack/neutron stable/wallaby: ovn: Don't fail db-sync if port binding changes  https://review.opendev.org/c/openstack/neutron/+/80472315:51
opendevreviewMerged openstack/neutron master: Remove ``ConfDriver`` code  https://review.opendev.org/c/openstack/neutron/+/79099917:36
opendevreviewTerry Wilson proposed openstack/neutron master: Support SB OVSDB connections to non-leader servers  https://review.opendev.org/c/openstack/neutron/+/80326822:07
opendevreviewTerry Wilson proposed openstack/neutron master: Support SB OVSDB connections to non-leader servers  https://review.opendev.org/c/openstack/neutron/+/80326823:09

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