15:00:15 #startmeeting neutron_l3 15:00:15 Meeting started Thu Apr 14 15:00:15 2016 UTC and is due to finish in 60 minutes. The chair is tidwellr. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:16 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:19 The meeting name has been set to 'neutron_l3' 15:01:07 #link https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam#April_14th.2C_2016 15:01:19 agenda ^^^ 15:01:39 hell 15:01:41 o 15:01:50 #topic Announcements 15:01:59 Summit is coming! 15:02:07 yeah, 2 weeks! 15:02:13 less actually 15:02:31 hi 15:02:53 looking forward to hanging out in mlavalle's backyard (semi-sort-of) :) 15:03:05 My best wishes to all the presenters 15:03:14 looking forward to it! 15:03:21 ++ 15:04:09 any other announcements? 15:05:02 alright, let's dive in 15:05:08 #topic Bugs 15:05:42 https://bugs.launchpad.net/neutron/+bug/1566383 15:05:44 Launchpad bug 1566383 in neutron "The creation fip does not endure restarting of l3-agent" [High,In progress] - Assigned to Brian Haley (brian-haley) 15:06:17 bhaley: anything to share on this? 15:06:40 haleyb: ^^^^ 15:06:47 lol 15:06:55 i must have udpated the review, let me look 15:07:35 I'll take another look at the review. 15:07:35 tidwellr: review needs an update as it's throwing an exception 15:07:45 i must have missed something 15:08:08 sounds like it's mostly under control then? 15:08:50 yes, just looks like an EINVAL running /sbin/ip 15:09:18 cool 15:09:46 anything else we should know? 15:10:24 not about that one, i'm looking at it now 15:10:37 I think we can just take it to the review and move on. 15:10:43 sounds good 15:10:46 https://bugs.launchpad.net/neutron/+bug/1564335 15:10:47 Launchpad bug 1564335 in neutron " [Pluggable IPAM] delete subnet in ml2 plugin does not comply with pluggable ipam (deletes ip allocations directly from db)" [High,In progress] - Assigned to Pavel Bondar (pasha117) 15:11:22 pavel_bondar ^^^ 15:11:31 fix is out for review and has one +2 15:11:33 https://review.openstack.org/#/c/300984/ 15:11:40 great! 15:11:57 Good job pavel_bondar 15:12:13 carl_baldwin: Thanks! 15:12:42 https://bugs.launchpad.net/neutron/+bug/1543094 15:12:44 Launchpad bug 1543094 in neutron "[Pluggable IPAM] DB exceeded retry limit (RetryRequest) on create_router call" [High,In progress] - Assigned to Ryan Tidwell (ryan-tidwell) 15:12:50 * tidwellr runs for cover 15:13:27 We'll get this. I think we're on the right track. 15:13:35 I think so too, the end is in sight 15:13:47 I pushed a couple more patch sets last night 15:14:31 tidwellr: I'll have a look. 15:14:46 what I have up for review will remove all the availability range logic from the code, we'll need a follow-on patch for a migration that removes the schema 15:15:01 tidwellr: cool 15:15:42 tidwellr: sounds good 15:16:25 alright, on the RFE front 15:16:28 https://bugs.launchpad.net/neutron/+bug/1566191 15:16:29 Launchpad bug 1566191 in neutron "Allow multiple networks with FIP range to be associated with Tenant router" [Medium,Confirmed] 15:16:45 not sure if anyone has taken a look at this 15:16:59 I need to catch up on this. 15:18:22 carl_baldwin: sounds good 15:18:40 #topic Routed Networks 15:19:16 My progress has slowed a little bit while I prepare for summit. But, it is still moving forward. 15:19:41 I'm going to try to get the CRUD patch in shape before summit and then work a little more on segment / subnet association. 15:20:02 That's really all I have for today. 15:20:18 sounds good 15:20:27 moving on 15:20:37 #topic BGP 15:21:12 hi 15:21:19 I have nothing to report other than my efforts to catch up with all the work others are doing :) 15:21:40 Need approval for https://review.openstack.org/#/c/268726/ 15:21:47 :-) 15:23:17 In Austin I'd like to catch up with folks about how the split and some of these RFE's can be done during this cycle 15:23:33 that will be an interesting dance :) 15:24:03 I'll reach out to people offline 15:24:43 vikram_, thanks for the persistence with https://bugs.launchpad.net/neutron/+bug/1566191 15:24:44 Launchpad bug 1566191 in neutron "Allow multiple networks with FIP range to be associated with Tenant router" [Medium,Confirmed] 15:24:55 oops, wrong link 15:25:01 https://review.openstack.org/#/c/268726/ 15:25:22 * tidwellr needs to clear his clipboard 15:25:23 np 15:26:00 alright, moving quickly today 15:26:07 #topic Open Discussion 15:27:09 anything we didn't cover that needs some discussion? 15:27:09 One time switch to pluggable ipam via alembic migration is ready for review https://review.openstack.org/#/c/181023/ 15:27:21 pavel_bondar: Thanks. 15:27:37 it passes grenade tests, but still don't have clear jenkins pass 15:27:55 pavel_bondar: How are the test failures looking? Bad? 15:28:29 test failures are different each time, so might be some concurency issue 15:29:59 I put this migration patch on top of the Kevin's review https://review.openstack.org/#/c/303085/2 that fixes restarting transaction on each concurent access 15:30:29 Okay, I'll have a look at both. 15:30:42 pavel_bondar: In the commit message I see a comment about IPAvailabilityRange not getting updates, could you elaborate? 15:31:04 tidwellr: ok 15:31:27 this is done to handle cases where users are already using pluggable ipam 15:32:07 so IPAvailabilityRange stops to receive updates, since this tables used only by non-pluggable ipam implementation 15:32:25 ok, got it 15:32:47 and just doing av range recalc in migration 15:33:09 Makes sense. 15:33:17 cool, thanks for patiently answering my silly question :) 15:33:40 no prob, case is not trivial anyway) 15:34:38 * tidwellr wonders what would happen if someone was working on removing IP availability ranges... 15:35:19 pavel_bondar: I don't think this complicates any of the work I'm doing, but I'll be sure to take a look today 15:35:40 I don't think it should complicate it either. 15:36:34 tidwellr: yeah, if remove av_ranges patch is merged before migration I just need to remove ~20 lines of code from migration, so I think we are ok there 15:37:27 pavel_bondar: let's both keep an eye on each other 15:37:52 sure, taking a look on your patches periodically 15:38:22 pavel_bondar: timing of which merges first will impact you 15:39:21 tidwellr: right, but it will be easy to fix (as I see) 15:39:36 pavel_bondar: good to know 15:39:53 pavel_bondar: anything else on this? 15:40:14 no, that is it 15:40:30 alright, any other topics for discussion? 15:41:26 going once 15:41:49 going twice 15:42:16 if there's nothing else, we'll give everyone back 15 minutes 15:42:31 thanks everyone 15:42:33 #endmeeting