15:00:27 #startmeeting neutron_ci 15:00:27 Meeting started Tue Oct 5 15:00:27 2021 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:27 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:27 The meeting name has been set to 'neutron_ci' 15:00:35 hi 15:00:42 hi 15:02:15 let's wait few more minutes for others to join and we will start 15:03:01 Hi 15:03:51 Grafana dashboard: http://grafana.openstack.org/dashboard/db/neutron-failure-rate 15:03:56 o/ (sorry was wrapping up a downstream meeting) 15:04:14 #topic Actions from previous meetings 15:04:24 slaweq to check vpnaas stable/train patch https://review.opendev.org/c/openstack/neutron-vpnaas/+/805969/10 15:04:37 this is done, with huge help from gmann :) 15:04:51 yes gmann++ indeed 15:05:08 that passing CI job made me smile :) 15:05:17 np! 15:05:22 we missed to define tempest_plugins there :) 15:05:35 next one 15:05:37 alonsoh to check functional tests issue with router's state transition 15:06:27 yes, I have a patch, one sec 15:06:46 #link https://review.opendev.org/c/openstack/neutron/+/811751 15:08:12 thx ralonsoh 15:08:25 ok, next one 15:08:27 slaweq to check api extensions list in ovs based jobs, how it was generated 15:08:35 I didn't check it but I think that gibi and gmann found the solution for that issue already 15:09:11 I added the link to that checklist to our checklist for relase 15:10:12 https://review.opendev.org/c/openstack/neutron/+/812112 15:10:47 thx lajoskatona 15:11:01 and that are all actions from last week 15:11:07 #topic Stadium projects 15:11:11 any updates? 15:11:24 all is green, except vpnaas 15:11:41 fix is here: https://review.opendev.org/c/openstack/neutron-vpnaas/+/811731 15:12:33 autumn cleanup time there I guess 15:12:35 some news for vpnaas (half stable topic): p, q, r, s branches are deleted so no more failures from periodic jobs 15:12:58 sorry that I missed that one 15:13:01 +train and newer fixed :) 15:13:08 cool! 15:13:32 and I have a question: for bgpvpn theres patches for centos8 : https://review.opendev.org/q/owner:bshewale%2540redhat.com+project:%2522%255Eopenstack/networking.*%2522+intopic:%2522%255Ec7-to-c8.*%2522 15:14:24 with redhat hat (:P) could you help me if those are ok? 15:14:51 LOL 15:14:53 sure 15:15:24 interesting, added to the list 15:15:33 I added it for my tomorrow's todo list 15:15:46 thanks 15:16:26 that's it for stadium from me 15:16:34 thx lajoskatona 15:16:41 I think we can move on 15:16:46 #topic Stable branches 15:17:06 I have a few pending backports to check but overall all good 15:17:15 we got the needed fixes in xena just in time for rc2 15:18:31 +1 to this 15:19:35 yeah, that were "last minute" patches 15:19:49 I don't know what you are talking about... 15:19:55 :) 15:19:58 btw. speaking about xena 15:19:58 ralonsoh++ 15:20:04 I proposed https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/811003 some time ago 15:20:09 please review it 15:20:13 suer 15:20:15 sure 15:21:16 thanks yes time to add xena to the list 15:22:15 ok, I think we can move on to the next topic then 15:22:17 #topic Grafana 15:24:33 I don't see anything critically wrong there 15:24:38 it seems that after the release week the gods of CI are more merciful 15:24:45 :D 15:24:51 well said lajoskatona :) 15:25:28 there was some short spike yesterday but it was on most of the jobs (or all even) so I think it was something outside neutron 15:25:33 and it is gone already 15:26:47 lets talk about some specific jobs and issues there :) 15:27:00 #topic fullstack/functional 15:27:21 I found one fullstack failure: 15:27:26 https://8d5ef598bba78b1573a4-7dfe055f87ad090ed1b50745545f409a.ssl.cf1.rackcdn.com/805391/10/check/neutron-fullstack-with-uwsgi/6e03086/testr_results.html 15:27:38 it was failed neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_router_fip_qos_after_admin_state_down_up test 15:27:51 and I saw in logs "Network unreachable" errors 15:28:04 so IMO this may be some issue with test itself, not in the Neutron code really 15:28:17 I will report bug for that 15:28:29 but I don't think I will have time to check it really this week 15:28:55 #action slaweq to report fullstack issue with neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_router_fip_qos_after_admin_state_down_up test 15:30:26 #topic Tempest/Scenario 15:30:31 here I saw something interesting 15:30:57 at least 3 times scenario jobs failed with errors like e.g. in: https://6599da62140c9583e14a-cd7f53ffbb0b86c69deae453da021fe8.ssl.cf5.rackcdn.com/811746/4/check/neutron-tempest-plugin-scenario-openvswitch/3cafcd7/testr_results.html 15:31:13 basically all HA routers were in backup state but non of them were transitioned to master 15:31:38 I wonder if that could be the same issue as the one which ralonsoh fixed with https://review.opendev.org/c/openstack/neutron/+/811751 15:31:42 I think so 15:31:47 I was checking that 15:32:02 because are those routers created only for those tests? 15:32:14 yes, each test is creating router 15:32:25 and deleting it on cleanup 15:32:29 if so, they initial "primary" state could be delayed unnecessarily 15:33:38 but can this delay actually cause the issue that it will never later be switched? 15:33:42 to be primary 15:34:05 no, this delay is by design 15:34:18 to avoid histeresis during the transitions to master 15:34:24 *primary 15:34:54 so that is likely different issue probably 15:35:01 could be, yes 15:35:10 as in this case routers aren't switched to primary at all 15:35:25 I will report bug and will try to investigate in the logs 15:35:39 but help is welcome with that one :) 15:35:54 sure, I'll check it once we have the other patch merged 15:36:01 #action slaweq to report bug regarding ha routers not going to be primary never 15:36:06 ralonsoh++ thx 15:36:31 ok, next one 15:36:38 we still have some issues with ovs agent crashing, like https://04824dc10f811bf71cc7-f60cbd2bdbb8b5648c0b0982a5f4272f.ssl.cf1.rackcdn.com/805391/10/check/neutron-ovs-tempest-slow/cd391db/compute1/logs/screen-q-agt.txt 15:36:49 but I hope that recent backports to os-ken will solve that issue 15:37:11 the bad thing is that we need to have new os-ken release for that 15:37:25 yes but we need the new branches in "releases" 15:37:29 and releases repo isn't ready for yoga yet 15:37:31 and then create a new tag there 15:37:32 nope 15:38:35 side note: I tried to reach directly some ryu developers (most active ones in last months) to have some discussion with them 15:40:07 can we add a topic in Neutron meetings? to track weekly any change in ryu that should be backported to os-ken 15:40:20 that could take 5 secs (if nothing is merged) 15:40:31 or a couple of links to be reviewed 15:40:35 I can take care of it 15:40:43 sounds good 15:41:01 sure, that;s a good idea, to follow ehat happens there 15:42:54 maybe we can also propose some simple script in https://github.com/openstack/neutron/tree/master/tools to list such changes 15:43:09 and maybe even to backport such patches to os-ken 15:43:11 wdyt? 15:43:14 I can check it before the meeting and we can triage if there's anything during the meeting to include or not 15:43:40 yeah, that's a good idea 15:43:41 the first triage will be the worst, I'll check on friday what we should migrate 15:43:52 and I'll propose the needed patches 15:43:56 as I see not much activity (weekly 1-2 patches) in ryu 15:44:16 ok, thx ralonsoh for that 15:44:34 #action ralonsoh will come up with list of ryu patches which we should backport to os-ken 15:44:53 #action lajoskatona will add ryu - os-ken sync topic to the neutron weekly meeting's agenda 15:45:01 +1 15:45:01 is that ok for You ^^ ? 15:45:42 yes it's ok for me 15:45:49 perfect for me too 15:45:56 thx 15:46:13 that was the last topic from me for today 15:46:21 btw. periodic jobs are fine - even fedora one :) 15:46:25 thx ralonsoh 15:46:44 nice CI status for release week then 15:46:55 yeah suprisingly few failures this week, and we can get rid of old vpnaas jobs now 15:47:05 yeah, I just need to check tobiko job there but that's not urgent 15:47:17 I don't know how the error in the compute test is passing now in fedora 15:47:30 me neighter but it's green :) 15:47:37 I'll close the bug (half of it) 15:47:43 so I don't want to worry about it 15:47:46 thx ralonsoh :) 15:47:56 ok, anything else You want to discuss today? 15:48:07 all good here 15:49:02 nothing from me 15:49:12 I'm ok 15:49:45 so thx for attending the meeting 15:49:49 and have a great evening 15:49:51 o/ 15:49:53 #endmeeting