Wednesday, 2023-09-20

opendevreviewZhouHeng proposed openstack/neutron master: DNM: test remove some rpc message  https://review.opendev.org/c/openstack/neutron/+/89489102:52
opendevreviewMerged openstack/ovn-bgp-agent master: Update master for stable/2023.2  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/89507405:58
opendevreviewMerged openstack/ovn-bgp-agent stable/2023.2: Update .gitreview for stable/2023.2  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/89507205:58
opendevreviewMerged openstack/ovn-bgp-agent stable/2023.2: Update TOX_CONSTRAINTS_FILE for stable/2023.2  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/89507305:58
*** ykarel|away is now known as ykarel06:33
opendevreviewZhouHeng proposed openstack/neutron master: DNM: test remove some rpc message  https://review.opendev.org/c/openstack/neutron/+/89489106:47
opendevreviewMerged openstack/neutron-vpnaas-dashboard stable/2023.2: Update .gitreview for stable/2023.2  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/89507807:38
opendevreviewMerged openstack/neutron-vpnaas-dashboard stable/2023.2: Update TOX_CONSTRAINTS_FILE for stable/2023.2  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/89507907:38
ralonsohhaleyb, btw I forgot to talk about the next PTG, that will be in a month. I'll open an etherpad to start adding topics. I'll make it public next week, during the team meeting08:26
ralonsohor maybe sending a mail, that will be nice too08:26
ralonsohhaleyb, I've created the etherpad and updated the Neutron agenda: https://wiki.openstack.org/wiki/Network/Meetings08:32
opendevreviewRodolfo Alonso proposed openstack/neutron master: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89344708:54
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2023.2: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89589909:05
opendevreviewRodolfo Alonso proposed openstack/neutron stable/2023.1: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89479109:06
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89479209:06
opendevreviewRodolfo Alonso proposed openstack/neutron stable/yoga: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89479309:06
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: Revert "[OVN][Trunk] Add port binding info on subport when parent is bound"  https://review.opendev.org/c/openstack/neutron/+/89479409:07
opendevreviewLucas Alvares Gomes proposed openstack/neutron master: [OVN] External ports scheduling (WIP)  https://review.opendev.org/c/openstack/neutron/+/89476709:20
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP remove W0105 flake8 error  https://review.opendev.org/c/openstack/neutron/+/89592209:32
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add a "port" child table "porthardwareoffloadtype"  https://review.opendev.org/c/openstack/neutron/+/88283209:32
opendevreviewliuyulong proposed openstack/neutron master: Add basical functionalities for metadata path extension  https://review.opendev.org/c/openstack/neutron/+/88153509:50
opendevreviewliuyulong proposed openstack/neutron master: Add metadata path extension openflows  https://review.opendev.org/c/openstack/neutron/+/88809709:50
opendevreviewliuyulong proposed openstack/neutron master: Fullstack case for metadata path  https://review.opendev.org/c/openstack/neutron/+/88809809:50
ralonsohslaweq, do you know what could be failing https://review.opendev.org/c/openstack/neutron/+/882832/? In particular the pep8 job12:49
ralonsohI've pushed https://review.opendev.org/c/openstack/neutron/+/895922/ under this other patch12:49
ralonsohand is still failing12:49
slaweqralonsoh I will check it in a minute12:51
fricklerthe latter failure seems just an unrelated timeout?13:16
ralonsohno, the pep813:21
ralonsohI don't know why is failing13:21
haleybralonsoh: pep8 is complaining on this13:23
haleybneutron/db/migration/alembic_migrations/versions/kilo_initial.py:39:0: W0105: [35mString statement has no effect[0m ([35mpointless-string-statement[0m)13:23
haleybwhich makes no sense to me yet13:23
ralonsohyes but I've pushed a patch under this one removing this W010513:23
slaweqhaleyb++ exactly, I was going to write the same now :)13:23
slaweqthx13:23
haleybthere's a lot of expand code with the same comment13:23
ralonsohI've pushed a patch under this one13:24
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/895922/13:24
ralonsohso this error should not be happening13:24
haleybright, i guess we should fix if it's just one occurrence, just odd13:25
haleybralonsoh: and thanks for the reminder about the etherpad, will put on my list13:31
ralonsohyw13:31
ralonsohhaleyb, I've created a link13:31
ralonsohthis is in the Neutron meeting agenda13:31
ralonsohhttps://etherpad.opendev.org/p/neutron-caracal-ptg13:32
haleybralonsoh: so there are two fixes for that pep8 error, which now seems to happen for most files in the db migration dir for me - either move the docstring above the imports, or make it a # comment14:04
ralonsohor avoid this pylint warning, but seems that is not working14:05
ralonsohif we do the first, we'll need to change all db migrations and the script creating the migration python file14:06
haleybi thought your patch that ignored worked for now?14:06
ralonsohnope14:06
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/882832/14:07
ralonsoh^^ this is in top of the WIP patch removing the flake8 error14:07
ralonsohor warning14:07
haleybhttps://review.opendev.org/c/openstack/neutron/+/895922 worked i mean14:08
haleybthere's over 250 migration files :(14:08
ralonsohyes and any other patch in the CI14:09
ralonsohI don't know why my patch is triggering it14:09
ralonsohconsidering that my patch is not touching this file14:09
haleybactually there is maybe 125, my grep found both """14:10
haleybpylint runs on the whole tree except for test in the gate14:10
ralonsohI'm testing locally the new pylint version14:10
ralonsohbut takes 6 mins each test14:10
haleybsomething must have just changed, when i rebased master it started failing here14:11
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Doc: add documentation for usage and flow examples for OVS  https://review.opendev.org/c/openstack/tap-as-a-service/+/82838214:11
opendevreviewMiro Tomaska proposed openstack/neutron master: OVN Metadata handle process execeptions  https://review.opendev.org/c/openstack/neutron/+/89098614:50
haleybralonsoh: i think i have another fix - tweak .pylintrc to disable the warning (for now) until we have time to fix all occurences.15:05
ralonsohhaleyb, pylint==2.17.5 seems to fix this issue. I'll update the binary in the pep8 requirements, in tox.ini15:14
ralonsohhaleyb, no, false alarm, it took even more time15:15
ralonsohok, let's skip this warning15:15
haleyback. since the warning has been enabled for almost 10 years we probably should re-enable eventually. i'm on-call this weekend so might have some un-interrupted cycles to fix 100 files...15:19
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add "pointless-string-statement" W0105 to the pylint disable list  https://review.opendev.org/c/openstack/neutron/+/89592215:23
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add a "port" child table "porthardwareoffloadtype"  https://review.opendev.org/c/openstack/neutron/+/88283215:23
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add the "abortable" flag to the ``CallbacksManager`` events  https://review.opendev.org/c/openstack/neutron-lib/+/89594015:30
ralonsoh^^ your idea (just the n-lib part, that is the most complex): if a callback fails (in this case AFTER_INIT) we can force a CallbackFailure exception15:32
ralonsohlucasagomes, 15:32
ralonsohI'll push now the Neutron code, that is easier15:32
lucasagomeschecking15:33
lucasagomesah nice! I see where it's going15:33
opendevreviewRodolfo Alonso proposed openstack/neutron master: Make ``OVNMechanismDriver.post_fork_initialize`` callback abortable  https://review.opendev.org/c/openstack/neutron/+/89594616:10
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add the "abortable" flag to the ``CallbacksManager`` events  https://review.opendev.org/c/openstack/neutron-lib/+/89594016:21
opendevreviewRodolfo Alonso proposed openstack/neutron-lib master: Add the "abortable" flag to the ``CallbacksManager`` events  https://review.opendev.org/c/openstack/neutron-lib/+/89594016:36
fricklerhaleyb: that's an interesting find for the MTU issue. maybe test with snat disabled to see if that works better. I've always been meaning to do a test with IPv6, which only allows fragmentation on the source host, too16:55
haleybfrickler: yeah, it just appeared on the ovs-discuss ML today, although i do see you didn't see any icmp messages in your testing17:32
*** jlibosva is now known as Guest77218:14
opendevreviewMiguel Lavalle proposed openstack/neutron master: [PoC][DNM] Router flavors and service type for OVN  https://review.opendev.org/c/openstack/neutron/+/88398818:42
opendevreviewBrian Haley proposed openstack/neutron master: Fix pointless-string-statement pylint warning  https://review.opendev.org/c/openstack/neutron/+/89597519:54

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