15:05:35 #startmeeting neutron_northbound 15:05:35 Meeting started Wed Sep 21 15:05:35 2016 UTC. The chair is yamahata. Information about MeetBot at http://ci.openstack.org/meetbot.html. 15:05:35 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:05:35 The meeting name has been set to 'neutron_northbound' 15:05:39 #chair mkolesni 15:05:39 Current chairs: mkolesni yamahata 15:05:45 #topic agenda bashing and roll call 15:05:47 #info yamahata 15:05:49 #info mkolesni 15:06:13 #link https://wiki.opendaylight.org/view/NeutronNorthbound:Meetings meeting agenda 15:06:29 We have usual item. 15:06:36 and also ODL summit planning 15:06:41 any other agenda items? 15:08:22 none from me 15:08:23 seems nothing else. move on. 15:08:30 #topic Announcements 15:08:39 next week opendaylight summit will be held 15:09:04 So the irc meeting on Sep 28 will be skipped as we will meet there in f2f 15:10:04 any other announcement? 15:11:10 okay next 15:11:12 #topic action items from last meeting 15:11:21 there is none from the last week 15:11:41 #topic ODL summit planning 15:12:21 #link https://wiki.opendaylight.org/view/Events:Carbon_Dev_Forum#Neutron_Northbound:_Carbon_and_openstack_Ocata_Planning 15:12:41 The schedule for developer design forum is not announce yet? 15:13:03 anyway we will have a session there to discuss on neutron northbound and networking-odl 15:13:17 #link https://docs.google.com/presentation/d/1606VOorn9pk90ICw99IeT9tIwB_itoGS2jIErp7pGwg/edit 15:13:23 #link https://trello.com/b/LhIIQ8Z0/odl-neutronnorthbound 15:13:51 Please feel free to update trello board for wishlist and slide. 15:14:52 at high level, I'd like to cover restspect the last cycle, networking-odl plan for newton release, prioritize features of neutron northbound 15:15:50 networking-odl will need more stabilization work 15:16:11 mkolesni: I can't agree with you more! 15:17:27 seems like a lot of slides 15:17:30 any other thoughts/ideas on topics of developer design forum? 15:17:35 how much time do we have for this? 15:17:39 Yeah, too much. 15:17:49 Maybe around 30min-50min I guess. 15:17:59 not enough.. 15:18:08 I need to slim it down. 15:18:19 Probably continue with unconference session. 15:18:38 makes sense 15:19:15 whats the plan for monday? 15:19:26 Regarding to prioritization, netvirt session would also help. 15:19:29 besides some tutorial sessions? 15:19:48 there is fd.io mini summit. 15:19:49 maybe we should meet a bit on monday to start discussing these? 15:20:11 #link http://events.linuxfoundation.org/events/opendaylight-summit/program/schedule 15:20:18 mkolesni: Yes it makes sense. 15:20:37 i plan on sight seeing manday but i can come to couple of hours since we have a lot to talk about 15:21:05 whats your take on this? 15:21:46 what time is convenient for you? 15:22:06 I'll be available after lunch. 15:22:30 Given you'll go for sightseeing, late evening is better for you? 15:22:56 e.g. 4pm, 5pm 15:22:57 i can do 4PM 15:23:10 lets try to get more people though 15:23:23 perhaps send an email? 15:23:59 do you mean monday? 15:24:10 anyway I'll make announce for it 15:24:13 now with the perliminary details 15:24:27 and monday with exact details of where we meet and so 15:24:29 #action yamahata make announce for odl summit developer design forum. 15:24:57 because i dont know if they'll let us in to the conf center on monday if were not registered for tutorials/fdio 15:25:30 At worst we can meet lobby at the venue, marriott hotel. 15:25:41 yeah ok 15:26:07 what i meant perhaps send email today to start some traction so people won't be surprised next week 15:26:17 that was my idea 15:27:38 anything else? 15:29:09 okay move onto next 15:29:13 #topic #topic patches/bugs 15:30:14 any urgent patches to discuss? 15:30:23 https://review.openstack.org/#/c/359501/ 15:30:34 This is the one I'd like to make progress somehow. 15:31:01 My patches for v2 driver can be discussed at ODL Developer design forum 15:31:25 i loked at it but im not enough knowledgable in that area yet 15:31:36 i can perhaps give +1 15:31:49 okay. 15:31:56 any other patchtes/bugs? 15:33:16 no as you said we can discuss others at the smmit 15:33:33 #topic open mike 15:33:47 anything else to discuss? 15:34:13 do we want to have bluejeans? I suppose no. 15:34:13 i wanted to discuss something from journal recovery 15:34:18 Sure. 15:34:23 no bluejeans necessary 15:34:49 so i came across a little problem in the journal recovery 15:35:06 for most L2/L3 resources were ok 15:35:29 but for router interface, we don't have a way to know whats on the ODL side 15:35:44 Do you mean add/remove interface operation? 15:36:02 yeah 15:36:09 theres only the add/remove operations 15:36:23 but no way to actually know what interfaces are "present" 15:36:52 now, in the new netvirt its not a problem since they ignore this and just go by the port info 15:36:54 do you mean "present" on router? attached or not to the router? 15:37:22 yeah 15:37:46 i.e. if add_router_interface was called, there is no apparent change in any ODL resource 15:38:05 I see. 15:38:24 We need to see it the device owner of the port is router or not. 15:38:36 It's updated by update_port. 15:38:36 yeah but thats on the ports anyway 15:38:51 regardless if you call add_router_interface for that port or not 15:38:52 Actually add/remove interface operation is nop in ODL neutron northbound 15:39:25 i thought old netvirt did support that? 15:39:53 old netvirt doesn't use add/remove interface operation. 15:40:08 But it looks into the owner of port 15:40:16 ok so i suggest then that we remove those from the ODL REST API 15:40:28 and in the driver just ignore these 15:40:54 Yeah. Recently I'm wondering if router interface operation can be removed. 15:41:29 #action yamahata add the topic to remove add/remove interface for ODL summit discussion. 15:41:31 ok so for now im ignoring it in the journal recovery code 15:41:39 and we can discuss removal in the summit 15:42:30 ok nothing else from me then 15:42:37 https://git.opendaylight.org/gerrit/gitweb?p=neutron.git;a=blob;f=northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronRoutersNorthbound.java;h=2eee4be8e396cde856a0617bdd02ac4fc5bd6a20;hb=refs/heads/master#l189 15:42:54 The add/remove router interface is implemented as nop 15:43:17 anything else. 15:43:22 or close the meeting 15:43:35 nothing from me 15:46:09 #topic cookies 15:46:13 #endmeeting