16:02:23 #startmeeting neutron_northbound 16:02:23 Meeting started Fri Mar 4 16:02:23 2016 UTC. The chair is yamahata. Information about MeetBot at http://ci.openstack.org/meetbot.html. 16:02:23 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:02:23 The meeting name has been set to 'neutron_northbound' 16:02:31 #topic agenda bashing and roll call 16:02:40 #info yamahata 16:02:49 #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings meeting agenda 16:03:16 any agenda in addition to usual topics? 16:03:58 I'd like to share my take away from ODL developer deisgn forum today. openmike? 16:05:13 seems nothing else, move on 16:05:15 #topic action items from last meeting 16:05:44 there was only one item. yamahata send link to the presentation for design forum. 16:06:00 I gave talk there. 16:06:51 #link https://docs.google.com/presentation/d/1zCtXJHW20JomaX6oVw-PybdGluTqw-i5koObWlsKv8g/edit?usp=sharing networking-odl talk 16:07:36 #link https://docs.google.com/presentation/d/1kq0elysCDEmIWs3omTi5RoXTSBbrewn11Je2d26cI4M/edit?usp=sharing neutron northbound boron planning 16:07:59 #topic patch review/bug 16:08:16 any patches/bugs which needs special attention? 16:08:50 I caught up with the patch review. 16:09:31 yes, thanks for that 16:09:49 I need two arbitoration needed. 16:10:08 FOr unit test breakage, https://review.openstack.org/#/c/280374/ and https://review.openstack.org/#/c/283018/ 16:10:42 for v2 driver https://review.openstack.org/#/c/276381/ 16:10:53 This patch interfares with l3 patch. 16:12:16 For unit test breakage, how do you want to proceed? I suppose we can consolidate into single patch. 16:13:10 asomya: do you want to driver 280374 or let Federico to drive his own? 16:13:19 yamahata: Federico can drive it 16:13:49 asomya: okay, so can you please leave your comment to his patch and abondan yours? 16:14:04 yamahata: will do it today 16:14:32 #action asomya take action on unit test breakage 16:14:43 Cool. then v2 patch 16:15:40 rcurran: Regarding to 276381 the issue is that it interferes with your patches, right? 16:16:30 yes, asomya commented that introducing the table may not be worth it ... i agree 16:16:35 at least for now 16:17:00 Okay, so then let's abandon table approach and merge 276381 first. 16:17:15 i have another patch that i'll be pushing up, once 276381 goes in (orignal style), which adds a lot more l3 validation code 16:17:50 Great. 16:18:10 asomya, you good with this 16:18:23 rcurran: yeah, i will roll back the patch 16:18:29 to a previous version 16:18:33 right 16:18:43 #action asomya update https://review.openstack.org/#/c/276381/ removing table approach 16:19:08 #info rcurran has another patch once 276381 goes in 16:19:46 per my undertanding, after merging those patches and securitygroup patch, we can actually start testing v2 driver. 16:20:00 Are we on the same page? 16:20:23 yes, no reason for ODL CI for fail (other than why it's failing today) 16:20:37 s/for/to/ 16:21:00 Cool, given the current openstack schedule, we are going to switch to v2 driver in Mitaka cycle. 16:21:38 any other patches/bugs? 16:22:43 #topic ML2 ODL driver rewrite 16:22:57 actually we covered most topic rigth now 16:24:06 I'd like to point out that yalei started on fullsync. It's far away from merge though. 16:24:32 lightweight testing patch was also merged. So we can start on testset and etc. 16:24:35 anyother? 16:25:53 okay next topic is openmike, but I'd like to share my take away at design forum 16:26:03 #topic odl developer design forum 16:26:12 I gave two talks there 16:26:19 my take away is 16:26:36 regarding to opnestack, odl support, there was no feedback and no help offered 16:26:56 So the support will be minimum due to engineering resource. 16:27:57 Regarding to feature gap for openstack, the biggest issues is (centralized) SNAT. 16:28:22 It requires modification on both openstack and ODL. I'm willing to drive it. 16:28:36 Several parties complained about it. 16:29:20 Another gap is portbinding. People didn't complain about it explicitly, but I understand people try to workaround the issue due to lack of good portbinding. 16:29:44 So IMHB clean support of portbinding is needed. 16:30:10 So I'd like to driver it also. 16:30:20 Isaku sorry to go back - regarding full sync is there a patch or RFE to review? 16:30:37 We would like to see the details as it is a tricky problem 16:31:21 john_a_joyce: it's a patch. But it's not ready for review unfortunately 16:31:31 john_a_joyce, https://review.openstack.org/#/c/275142/ 16:31:42 very much a WIP 16:31:53 https://review.openstack.org/#/c/275142/ 16:31:59 ok thanks 16:32:25 I think the patch needs total reorganization. 16:33:35 IPv6 is also major feature gap. But people are aware of it and willing to drive it as the community. 16:34:36 Another topic is testing. Right now ODL CI tests doesn't address clustering. So we should test it. 16:34:55 CI/test team will address it in Boron cycle. 16:35:12 I suppose networking-odl team should give them feedback. 16:35:35 Those are my take away. 16:36:13 questions/comments? 16:36:50 I introduced networking-odl v2 activities. It triggered hot technical discussion. 16:37:21 Unfortunately I couldn't recruit any resources. 16:37:27 they are basically ODL engineers. 16:37:55 #topic open mike 16:37:57 yamahata: What were the key concerns/reservations around the V2 discussion? 16:38:05 #undo 16:38:05 Removing item from minutes: 16:38:35 clustering support and how intergrity is guarrentted. 16:38:42 Some raised sequence number etc.. 16:39:32 no new tech issues. We had discussed them in the past. some are still open, though. 16:39:55 yamahata: Regarding clustering, I sent you a reply to the email.. do we have a reverse proxy layer between neutron and ODL or is the plugin to manage multiple ODL endpoints 16:40:35 At this point my personal preference is to use loadbalancer like haproxy between networking-odl and ODL. 16:41:36 yamahata: that's good, the driver already supports a single endpoint.. is there anything else we need to do to support clustering or is it just testing it? 16:45:09 opps? meeting over :-) 16:47:19 I lost the network. Do I loose messages? 16:47:25 no 16:47:45 ahh ... did you see asomya's last message? 11:41 16:47:55 no I didn't. 16:47:57 yamahata: that's good, the driver already supports a single endpoint.. is there anything else we need to do to support clustering or is it just testing it? 16:48:25 nothing right now. Maybe documentation for CI team. 16:48:45 jamo and others had asked how to set it up. 16:48:52 So documentation will help them. 16:49:15 Right now it's only README.rst in git repo of networking-odl and it's black magic. 16:49:35 ok thanks 16:50:33 anything else? any other topics? 16:51:17 okay thanks every one. 16:51:24 thanks 16:51:24 #topic cookies 16:51:29 thanks 16:51:31 #endmeeting