15:06:06 #startmeeting bgpvpn 15:06:07 Meeting started Tue Sep 6 15:06:06 2016 UTC and is due to finish in 60 minutes. The chair is tmorin. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:06:08 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:06:10 hi everyone 15:06:11 The meeting name has been set to 'bgpvpn' 15:06:15 hi 15:06:42 hi bfernando, doude, eon`, matrohon, michchap, pcarver, timirnich, wdeclercq... 15:07:06 hi 15:07:12 hello 15:07:26 hi 15:07:51 (i'll be afk in 30 min to go sit in another meeting..) 15:07:55 hello 15:08:03 wdeclercq: ok :) 15:08:29 let's see what we have on our agenda 15:08:34 feel free to add items 15:08:51 I have: 1) questions on backport branches 15:09:01 2) status on things merged in last week 15:09:32 3) go through launchpad bugs 15:10:55 matrohon: do you see anything else ? 15:11:02 (or anyone) 15:11:36 #topic backport/* branches 15:12:24 the question that we have is: as is, we can't merge anything in our backport/juno and backport/kilo branches, because the stable/juno and stable/kilo branches do not exist anymore in neutron 15:12:58 we could tweak our deps and config, but the general wisdom seems to be to invest *zero* time in maintaining branches so old 15:13:21 would anyone object to a decision to not backport anything more in backport/juno and backport/kilo ? 15:13:31 tmorin: do we know of anyone using them? I would agree with the general wisdom 15:14:09 eon`, timirnich ? 15:15:03 no objection 15:15:11 we plan to use bgpvpn with mitaka 15:15:19 eon`: makes sense 15:15:56 let's assume noone objects 15:16:09 I will abandon the two pending change I had on these branches 15:16:38 #topic merged in last week 15:17:22 hmm 15:17:26 not much to say in fact 15:17:42 sorry just one question for the last topic. The tempest tests will be backported to the mitaka branch ? 15:17:43 we mostly cherry-picked various fixes onto stable branches 15:18:19 eon`: the previous question was about our "backport/*" branches --> nothing closed for "stable/*" branches 15:18:37 ok, sorry :) 15:18:47 eon`: if you want the recent tempest changes to be backported, I think we can try that 15:19:01 cool :) 15:19:02 eon`: the decision will be made by the neutron stable maintainer team 15:19:19 I can work on it if needed 15:19:52 ihrachys: can you tell what the policy is with reference to increasing test coverage with a change to a stable/x branch ? 15:20:05 ihrachys: more tempest tests in our precise case ? 15:20:36 tmorin: tests are always welcome 15:20:44 tmorin: as long as we prove they work 15:20:48 with a gate job 15:22:08 ok, so it means that our recent change to enable tempest in our gate job need to first be backported to stable/* 15:22:14 ihrachys: thanks for the reply 15:22:31 eon`: you've got your roadmap: 1) backport gate changes 2) backport tempest changes 15:23:26 tmorin: ok 15:23:45 next topic ? 15:23:51 here is the gate change for the master branch : https://review.openstack.org/#/c/352401/ 15:24:18 matrohon: the project-config change above applies to all of our branches 15:24:57 tmorin, so what gate change are tolking about? 15:24:59 the change that need to be backported to our stable/* branches is https://review.openstack.org/#/c/355999/ 15:25:13 ha yep 15:25:23 sorry gong back to sleep :) 15:26:26 ;) 15:26:40 #topic pending bugs for next release 15:26:49 nothing changed much since last week 15:27:20 one minor annoyance in bagpipe ovs extension is likely to go away thanks to a change in neutron API for agent extensions 15:27:39 that's bug #1602296 15:27:39 bug 1602296 in networking-bgpvpn "Can't load extension bagpipe_bgpvpn" [Medium,Confirmed] https://launchpad.net/bugs/1602296 15:28:12 then we have bug #1537067 which matrohon offered to solve 15:28:12 bug 1537067 in networking-bgpvpn "enforce constraints on "neutron router-interface-add"" [High,Confirmed] https://launchpad.net/bugs/1537067 - Assigned to Mathieu Rohon (mathieu-rohon) 15:28:22 comment matrohon ? 15:28:41 matrohon: ^ 15:28:45 tmorin, yep, I didn't have time so submit any patch 15:30:06 do you see what needs to be done to solve it, or not fully yet ? 15:31:56 then we have a contrail driver improvement suggested by eon` 15:32:29 this is #1619651 15:32:46 bug #1619651 15:32:46 bug 1619651 in networking-bgpvpn "OC driver: use VN api to associate RTs" [Wishlist,Confirmed] https://launchpad.net/bugs/1619651 15:32:50 yep, I have a clear idea, but it needs tests 15:32:51 though not specifically targetted for next release AFAIK 15:33:12 matrohon: ok, always the part that takes time... 15:34:40 anything else on bugs ? 15:34:42 next topic ? 15:34:53 ... do we have a next topic ? 15:35:06 #topic open dicussion 15:35:19 go ahead everyone :) 15:36:16 I'm having a hard time to setup a master devstack with bgpvpn ;) seems to me that master bgpvpn does not work with mitaka 15:36:25 what's your dev setup ? 15:37:03 enable_plugin networking-bgpvpn git@github.com:openstack/networking-bgpvpn.git stable/mitaka 15:37:38 works fine, as long as you point your enable_plugin to the right branch 15:39:27 yep I know. I was just trying to setup everything on master 15:39:59 devstack breaks randomely.. anyway it's devstack 15:40:02 I don't follow you 15:40:24 I also have a devstack master branch, pointing to master on all components 15:40:47 working fine, most of the time (may break if a particular checkout of a particular project has a bug) 15:41:09 At first I wanted to use bgpvpn master with devstack mitaka because devstack mitaka builds ok 15:41:17 but indeed net-bgpvpn master will not work with neutron's and neutron-lib stable/mitaka 15:41:43 yes ok 15:41:45 I think most of the incompatibilities are due to things we now import from neutron-lib 15:42:17 but you are likely to have the general issue of the requirements not being in sync anyway 15:43:19 have to try again.. and again ;) 15:45:08 :) 15:45:16 ok, I guess we're done for today 15:45:21 thanks everyone! 15:45:30 #endmeeting