16:01:21 #startmeeting neutron_ci 16:01:22 Meeting started Tue Dec 19 16:01:21 2017 UTC and is due to finish in 60 minutes. The chair is ihrachys. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:01:23 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:01:26 The meeting name has been set to 'neutron_ci' 16:01:29 o/ 16:01:39 hi 16:01:42 #topic Actions from prev meeting 16:01:44 hi 16:01:50 "jlibosva to post wishlist bugs for fullstack improvements (reuse db dump; reuse env per class)" 16:01:55 hi 16:01:58 I did a few minutes ago 16:02:14 haha 16:02:16 links? 16:02:29 https://bugs.launchpad.net/neutron/+bug/1739075 16:02:29 Launchpad bug 1739075 in neutron "fullstack: Improve test suite by creating environment per test class" [Wishlist,New] 16:02:34 https://bugs.launchpad.net/neutron/+bug/1739078 16:02:34 Launchpad bug 1739078 in neutron "fullstack: Use a pre-built database schema" [Wishlist,New] 16:02:35 hi 16:03:16 jlibosva, is 'rfe' tagneeded? 16:03:33 I did tag it as rfe since it's an enhancement and not a real bug 16:03:42 we have Wishlist for that alredy 16:03:45 but dunno :) 16:03:50 'rfe' would trigger drivers discussion 16:03:51 ok, I'll remove the rfe tags 16:03:55 + 16:04:04 and we want to avoid those guys 16:04:15 yeah they are the worst 16:04:19 LOL 16:04:25 removed :) 16:04:37 ok thanks for the reports! moving on 16:04:48 "haleyb to post patch disabling east-west tests" 16:05:23 https://review.openstack.org/#/c/527992/ merged 16:05:28 great 16:05:36 there is another change that seems related 16:05:50 https://review.openstack.org/#/c/528795/ 16:06:17 is it the reason why dvr flavor failed on setup? 16:06:47 yes it could be, i just noticed this morning so haven't looked closely 16:07:22 I think it is. I saw dvr job failing after ~20mins of setup without triggering tempest 16:07:35 since the patch passes dvr job it should be ok 16:07:41 I +2d, thanks for the link 16:07:42 frickler: ^^ ? 16:08:23 yes, that was the latest reason I saw for dvr failure 16:08:35 thanks frickler ! 16:08:49 #topic Tempest plugin 16:08:59 https://etherpad.openstack.org/p/neutron-tempest-plugin-job-move 16:09:25 there is still some cleanup work to do 16:09:41 though I saw Chandan posted a governance patch marking it as completed here: https://review.openstack.org/#/c/524605/2 16:09:51 I think we should first clean up than claim victory 16:10:12 I have a question there related to stable branches 16:10:29 shoot 16:10:42 the jobs using tempest plugin are failing on stable branches for neutron-dynamic-routing 16:11:08 is the intention to use tests from neutron repo instead for that instead? 16:11:09 I don't think they are supposed to be used for any stable branches 16:11:18 yes, new repo = queens+ 16:11:22 e.g. https://review.openstack.org/528990 16:11:57 so I'd cancel these cherry-picks and do unmodified backports of the "original" legacy jobs? 16:12:18 yeah. for stable you just move legacy jobs as is, using in-tree tests 16:13:24 k 16:14:50 I remember Chandan said he will update subproject patches consuming new repo but I don't see updates except for midonet that is all red anyway: https://review.openstack.org/#/c/521342/ 16:16:37 what we need to do with all subprojects is to switch to new paths and install plugin using devstack plugin that was merged in https://review.openstack.org/#/c/526044/ 16:16:57 should we ask project owners to take over those patches? 16:17:12 that's a good idea 16:17:15 we have midonet, vpnaas and dynamic-routing that are stadium projects 16:17:34 it looks like frickler drives d-r 16:17:46 with midonet, yamamoto can help 16:18:00 with dynamic-routing garyk can help 16:18:03 who's vpnaas point of contact 16:18:18 hoangcx 16:18:54 hoangcx_ 16:19:07 mlavalle, would you mind if I ask you to reach out to yamamoto and hoangcx about those two patches? https://review.openstack.org/#/c/521341/ and https://review.openstack.org/#/c/521342/ 16:19:17 mlavalle: do you need help with https://review.openstack.org/522931? master is working, so I think having this new patch for stable/pike seems the right approach 16:19:17 not a problem 16:19:59 frickler, I believe that's another topic we should discuss now. mlavalle had master patch doing the same that we may want to move forward first. 16:20:14 this: https://review.openstack.org/#/c/525345/ 16:20:26 yes 16:20:37 once that merges, I'll take care of the cherrypicks 16:21:04 https://review.openstack.org/522931 should be abandoned 16:21:20 ah, I hadn't seen that one, o.k. 16:21:42 mlavalle, do you have a patch ready that rips of duplicate jobs from gate? 16:22:00 ihrachys: no, I will do that next 16:22:06 I think we should prioritize it right now because x2 number of jobs => unstable gate 16:22:14 yeah 16:22:15 ok cool 16:22:29 #action mlavalle to send patch(es) removing duplicate jobs from neutron gate 16:22:52 if you ping me once they are ready, I can push them on the infra side 16:22:56 you already have https://review.openstack.org/#/c/516724/ for -api so maybe makes sense to reuse it 16:23:03 frickler: thanks. will do 16:23:17 ihrachys: yes, I will expand that 16:23:45 ok cool 16:24:22 and also once we migrate subprojects to new imports we should be able to kill tempest remainings in neutron tree (the base class etc.) 16:24:44 seems like that's all there is for migration 16:24:45 a bit related: the neutron-api test on devstack-gate currently is doing nothing because the tests it tries to run are removed from neutron repo 16:24:55 this is to use the plugin job instead: https://review.openstack.org/529000 16:25:15 frickler, yeah good catch 16:26:31 frickler, gerrit suggests it needs a respin 16:26:36 not sure if that's correct though 16:27:23 ok now let's move from migration issues to looking at new patches for the plugin 16:27:24 https://review.openstack.org/#/q/project:openstack/neutron-tempest-plugin+status:open 16:27:34 ihrachys: hello 16:27:53 ihrachys: yes, I'll rebase 16:28:25 chandankumar, heya, we were discussing remaining migration bits for new tempest plugin for neutron. we decided that subproject owners will take over patches you have for vpnaas, midonet, and dynamic-routing 16:28:39 ihrachys: sure 16:28:50 ihrachys: but i have one questions 16:29:18 shoot 16:29:29 other neutron dependent projects have also their intree tempest plugins are they also moving to new repo or merging in the same neutron tempest plugin? 16:30:07 each repo may have its own plugin, it's ok 16:30:30 but for stadium projects, we may consider adopting their tests too 16:30:34 mlavalle, what do you think? 16:30:39 then it will be so many plugins repo again 16:30:52 ihrachys: i was thinking to merge all in the neutron tempest plugin 16:31:03 one tempest plugin to rule them all 16:31:09 yeah, I also thin we can adopt their tests 16:31:22 bcafarel has been asking about that 16:31:29 ihrachys: for telemetry projects i have merged aodh, ceilometer, panko in one project telemetry-tempest-plugin 16:32:46 I think it's a matter of will and effort. from my perspective it makes sense that stadium extensions are part of neutron api and hence covered by unified plugin. 16:32:56 but it's probably a question for drivers 16:33:14 because it involves definition of neutron api and stadium structure etc. 16:33:45 we can discuss in the next drivers meeting 16:33:48 + 16:33:59 ihrachys: l2gw tests are moved to a new repo tempest plugin as it does not comes under neutron deliverables 16:34:10 #action mlavalle to report back about result of drivers discussion on unified tempest plugin for all stadium projects 16:34:33 chandankumar, yes, anything not in stadium is out of discussion :) 16:34:49 l2gw won't re-join the stadium 16:35:00 I had a conversation about it in Sydney 16:35:32 ok back to plugin patches... 16:35:49 let's look at the patch adding dns test: https://review.openstack.org/#/c/520233/ 16:36:09 https://review.openstack.org/#/c/510525/ was a patch to move l2gw under stadium but it got abandoned 16:36:11 I had a concern there about us importing code from designate plugin here: https://review.openstack.org/#/c/520233/11/neutron_tempest_plugin/scenario/test_dns_integration.py@36 16:36:30 this is needed to get access to all the helpers that inspect dns zones 16:37:04 I suggested to maybe keep the test inside designate plugin but frickler replied that the functionality under test is in neutron repo 16:37:34 so I guess we are good to go with it? of course assuming that designate tempest plugin changes will be gated against the job right? 16:37:45 I am good with it 16:37:57 there's a patch up for that already: https://review.openstack.org/522950 16:38:36 frickler, it's not voting. is it going to change? or you think it's not a risk? 16:38:59 ihrachys: well, it is not voting yet on the neutron side either 16:39:03 ah right 16:39:22 so it will inherit once we flip in neutron? 16:39:33 but I'd envision changing both, once it proves stable, yes 16:40:00 we talked about that a few weeks ago, didn't we? 16:40:29 ok. one risk is that currently designate job is not in neutron gate at all. so we may break the dns driver and in result block your gate and plugin gate 16:40:44 mlavalle, we haven't discussed the tempest cross-import details 16:41:02 ok 16:41:12 we will also need a dashboard update right? 16:41:28 haleyb, yeah true 16:41:53 #action frickler to post patch updating neutron grafana board to include designate scenario job 16:42:01 yes, I can do that 16:42:13 anyway, as for the test itself, I think it's ok to land. we can revisit voting later. 16:43:41 ok other patches in the queue just need reviewer love but seem innocent to skip them 16:43:47 #topic Grafana 16:43:52 http://grafana.openstack.org/dashboard/db/neutron-failure-rate 16:44:15 we have dvr-scenario at 100% but it should resolve with brian's and frickler's patches 16:44:30 I am eager to see result after both land 16:45:04 besides that, there is linuxbridge scenario and fullstack 16:45:09 I saw another failure in dvr-scenario related to trunk 16:45:25 I think it might be a race between ovs firewall and trunk handler. I need to investigate further 16:45:37 jlibosva, how did you see it if it's supposedly broken? do you have a link to a bug? 16:45:47 * mlavalle stepping away from keyboard for a few minutes 16:46:22 I guess it's not 100% failure because of devstack-gate issue 16:46:29 I saw it here http://logs.openstack.org/92/527992/2/check/neutron-tempest-plugin-dvr-multinode-scenario/166eee3/logs/testr_results.html.gz 16:47:15 same test fails in slightly different but similar way for linuxbridge too: http://logs.openstack.org/88/526488/5/check/neutron-tempest-plugin-scenario-linuxbridge/66f8835/logs/testr_results.html.gz 16:47:27 yes, I saw that a couple of times, too. maybe also mark that one as unstable? 16:47:51 the dvr one fails with SSH failure probably because of an issue in trunk plugging 16:47:53 we first need to make sure there is a bug report for the failure 16:48:12 there is https://bugs.launchpad.net/neutron/+bug/1722644 for dvr job 16:48:12 Launchpad bug 1722644 in neutron "TrunkTest fails for OVS/DVR scenario job" [High,Confirmed] 16:48:27 though the error message is different there 16:48:33 I haven't seen that one for a while 16:48:50 so we probably should close it and create a new one 16:48:59 this is my suspected culprit http://logs.openstack.org/92/527992/2/check/neutron-tempest-plugin-dvr-multinode-scenario/166eee3/logs/subnode-2/screen-q-agt.txt.gz#_Dec_14_18_31_25_801432 16:49:09 I'll do that 16:49:48 #action jlibosva to close bug 1722644 and open a new one for trunk connectivity failures in dvr and linuxbridge scenario jobs 16:49:50 bug 1722644 in neutron "TrunkTest fails for OVS/DVR scenario job" [High,Confirmed] https://launchpad.net/bugs/1722644 16:49:50 jlibosva, thanks! 16:50:20 jlibosva, this seems ovs specific, so maybe two bugs for dvr and linuxbridge respectively 16:50:41 I see 16:51:09 jlibosva, you will post a disabling patch right? 16:51:30 ok 16:52:03 #action jlibosva to disable trunk scenario connectivity tests 16:53:02 * mlavalle back 16:53:18 another failure in linuxbridge is test_ip_prefix_negative here: http://logs.openstack.org/88/526488/5/check/neutron-tempest-plugin-scenario-linuxbridge/66f8835/logs/testr_results.html.gz 16:53:24 I don't think we have a bug for that reported either 16:53:54 I think that my patch: https://review.openstack.org/#/c/527965/ fixes this one 16:54:05 https://bugs.launchpad.net/neutron/+bug/1736674 16:54:05 Launchpad bug 1736674 in neutron "sg rules are sometimes not applied" [High,In progress] - Assigned to Slawek Kaplonski (slaweq) 16:54:17 frickler: thx, I just wanted to post link to it :) 16:54:33 riiight 16:55:10 ok let's review it then :) 16:55:15 thx 16:55:18 I see linuxbridge is green for this patch, good ;) 16:55:25 #topic Fullstack 16:55:36 we have little time so let's review it quick 16:55:45 fullstack job is same 80% as it was for a while 16:55:59 example: http://logs.openstack.org/65/527965/4/check/legacy-neutron-dsvm-fullstack/12b03b9/logs/testr_results.html.gz 16:56:07 recently I found new issue on fullstack: https://bugs.launchpad.net/neutron/+bug/1737892 16:56:07 Launchpad bug 1737892 in neutron "Fullstack test test_qos.TestBwLimitQoSOvs.test_bw_limit_qos_port_removed failing many times" [High,Confirmed] 16:56:16 but I haven't got time to check it yet 16:57:06 ack 16:57:22 not enough details to suggest anything there yet. I assume agent log is clean? 16:57:38 to be honest I didn't check it yet 16:57:52 I just reported issue on launchpad 16:58:12 but I will try to debug it ASAP if anyone else will not take it :) 16:58:48 I bet no one will 16:58:50 :) 16:59:06 yes, so I will try to debug it :) 16:59:14 ok there is little time, but I will take it on myself to report the security group failure 16:59:18 it's qos and fullstack so it's what I like most :D 16:59:26 #action ihrachys to report sec group fullstack failure 16:59:40 no meeting next week? 16:59:57 ihrachys: You can add action for me that I will check this issue with qos and fullstack 16:59:57 slaweq, your desires are unconventional ;) 17:00:09 mlavalle, yeah absolutely 17:00:19 :) 17:00:26 meaning no meeting? 17:00:36 #action slaweq to debug qos fullstack failure https://bugs.launchpad.net/neutron/+bug/1737892 17:00:36 Launchpad bug 1737892 in neutron "Fullstack test test_qos.TestBwLimitQoSOvs.test_bw_limit_qos_port_removed failing many times" [High,Confirmed] - Assigned to Slawek Kaplonski (slaweq) 17:00:52 mlavalle, sure. we will have shutdown as expected 17:00:58 cool 17:01:05 next time Jan 2 right?\ 17:01:25 I will send an email, I hope 1/2 is fine with most 17:01:40 we are out of time, thanks everyone for all the hard work! 17:01:41 #endmeeting