15:01:00 #startmeeting distributed_virtual_router 15:01:01 Meeting started Wed Jul 9 15:01:00 2014 UTC and is due to finish in 60 minutes. The chair is Swami. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:02 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:01:04 The meeting name has been set to 'distributed_virtual_router' 15:01:05 xuhanp: hi 15:01:30 #info Back from vacation 15:01:48 no more disconnects or power cuts. 15:02:47 armax: is busy with an another meeting so may not be able to join the discussion 15:03:07 armax: I’ll try to chip in if you guys need me 15:03:09 #topic L3_Plugin Status 15:03:26 armax: thanks, will ping you if I need you. 15:03:52 L3_Plugin is up there for review and I hope most of the review comments have been addressed. 15:04:06 It had gone through lot of reviews. 15:04:18 There was one item that need to be addressed. 15:04:35 Router migration or convertion. 15:05:08 Today the plugin supports migrating a centralized router to a distributed router, but the underlying scheduler code does not handle it right. 15:05:56 So we have been thinking about for time being to raise "NotImplementedError" from the plugin side. 15:06:14 Also we have been looking to solve this problem from the scheduler. 15:06:52 I had some offline discussions with Murali on the scheduler requirement to perform the migration. 15:07:48 The scheduler should be in a position to identify if it is regular router update or a router migration/conversion. 15:08:08 Here is my thought on this. 15:08:59 Probably it might be helpful to add a flag in the extraattributes table to include the migration identifier. 15:09:32 similar to "migration": central-to-distributed or distributed-to-central 15:10:04 Any suggestions!! 15:11:08 If the migration: attribute is null, it would considered a regular update and there is no need for the scheduler to reschedule the router. 15:11:59 But if the migration: attribute has a value, then the scheduler can take action on rescheduling the router and also at the same time safely removing the old namespace from the legacy l3 agent. 15:12:46 i think for now we should raise a NotImplementedError on detecting a conversion 15:13:14 viveknarasimhan: agreed. 15:13:31 we have to brainstorm further on all use-cases before we attempt to change code 15:13:50 But at the same time, if this flag is required for the scheduler to take the necessary action, we just add it to the plugin and still include the "NotImplementedError". 15:14:06 basically we will allow manual conversion where router is deleted and recreated in its entirety as distributed router by the admin 15:14:25 all auto-conversions (by router-update) command we return 'NotImplemented' 15:14:27 So later we don't need to change the plugin code. 15:14:46 we will figure out what changes need to go into l3_dvrscheduler and l3_agentscheduler and also any changes to l3-agent 15:14:59 and then we can know the scope of changes to attack this 15:15:14 vivek: I agree with you that there are more use cases that we need to validate and test before we can comfortably claim that we support the migration. 15:15:18 yeah, basic sheet code can be in plugin 15:15:32 but breadth of functionality will not be done until it is scoped fully 15:15:44 Swami and vivek, when you guys saying that raising a NotImplementedError, you mean the conversion from legacy to dvr, right? 15:15:51 yes legacy to dvr 15:15:58 does it includes enable SNAT function? 15:16:02 is that allowed? 15:16:02 xuhanp: Yes 15:16:26 xuhanp: snat is already supported and allowed. 15:16:49 I mean from a DVR router not having dvr_SNAT enabled updated to dvr_snat enabled. 15:16:53 this is allowed, right? 15:17:10 this requires re-scheduling as well? 15:17:16 xuhanp: Yes this is allowed. 15:17:24 Swami, got it. Thanks 15:17:56 xuhanp: but the snat service migration from one service node to another is not supported yet. 15:18:29 Swami, how can that be done by API? 15:18:59 or there is no API available too? 15:19:12 xuhanp: we were planning to support an API to associate the snat service with an l3-agent that is running in the service node. 15:19:26 Swami, got it. 15:19:33 once we have the support for this feature we will implement the API. 15:20:04 Swami, I am happy to help it if you need 15:20:28 xuhanp: sure, I will ping you. 15:20:34 Swami, thanks 15:21:05 That's all I had on the plugin side. 15:21:15 Otherwise the plugin looks good. 15:22:01 since vivek is here, I will move on to L2 . 15:22:15 #topic DVR L2/Plugin/agent 15:23:06 vivek: are you there 15:23:18 can you provide any updates on the L2 side. 15:23:58 on the L2 side 15:24:14 the upstream patches are under review 15:24:17 all the 4 of them 15:24:21 we have addressed review comments 15:24:55 we are looking forward to merge after acceptance by neutron core team 15:25:15 thanks to xuhan for testing the patches and reporting issues 15:25:17 #link https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+topic:bp/neutron-ovs-dvr,n,z 15:25:26 that crept in due to rebase issues 15:26:11 vivek: anything else 15:26:53 murali: hi 15:27:09 Hi Swami 15:27:13 #topic DVR Scheduler 15:27:24 murali: can you provide an update on the DVR scheduler 15:27:45 Scheduler almost all review comments are addressed 15:28:27 and now armando simplfiying the usuage of the flag to findout the distributed agent and centralised agent 15:28:46 The pending task is migration 15:29:23 centralised to distributed and distributed to centralised 15:29:30 murali: we just briefly touch based on the migration requirements 15:30:15 ok 15:30:31 any conclusion ? 15:30:50 how are dealing it in plugin side? 15:30:55 murali: It would be great if you could come up with a list of use cases for the migration and let me know your requirements on the plugin side to support the migration path. 15:31:33 from the discussion today, we have not come to any conclusion, but we wanted to get all the use case for the migration. 15:31:43 I need the information about the previous router status. which means whether it is distributed or centralised 15:32:02 Use case 1: Convert a router without snat to distributed. 15:32:17 Use case 2: Convert a router with snat to distribtued 15:32:43 First let us only target the "legacy to distributed" migration. 15:33:04 ok 15:33:19 Swami/Murali: sorry to interrupt, need to leave the meeting. Will catch up later. Updated blueprint posted for review here: https://review.openstack.org/#/c/105659 15:33:54 As far as my discussion with you, the only additional information that you need is the transition state of the router. 15:34:17 But in your use case walk through if you have any other requirements feel free to let me know. 15:34:24 vivek: thanks 15:34:44 yes Swami. It would be good if you add one more variable in router dict to say that it is in migration state 15:35:17 then scheduler can unbind the existing leagcy and try to bind to distributed agents if nay in the given nodes 15:35:47 murali: Yes I suggested a "string" attribute that says "legacy-to-distributed" or "distributed-to-legacy". If the string attribute is null, then no migration 15:36:13 I will discuss further with Armando and let you know. 15:36:31 thats good. then it easy for scheduler to handle the migration both wise 15:36:56 But as you said let us target only first leagcy-to-dist 15:37:07 The attribute name can be "migration-state" or similar. 15:37:32 murali: Yes we are going to target only 'legacy-to-distributed' first. 15:37:54 Let try sometime tomorrow 15:38:22 please add the attribute in plugin and let me know and i can take-it up tomorrow 15:38:38 murali: thanks 15:38:59 #topic L3 agent 15:39:34 Mike is on vacation this week. 15:40:07 L3 agent patch is also under review. 15:40:34 carl is currently testing it, he will let us know the status. 15:41:28 #topic Services 15:42:03 There was a discussion on the FWaaS and the DVR issues recently in the ML and the Neutron team meeting. 15:42:49 I am not sure if Yi is here in this meeting, but we will be having an ongoing discussion with the FWaaS team to resolve the problem. 15:43:55 But in the short term, the Neutron team have decided to document that FWaaS may have issues with the DVR, if we as a team cannot fix this problem. 15:44:14 I will further have a discussion with the FWaaS team today. 15:44:58 Again all the legacy Services need to addressed with the DVR including the VPNaaS, FWaaS and LBaaS. 15:45:32 But we need to focus on the services once we have the base DVR up running and testable. 15:45:39 Hope this helps. 15:45:54 #topic DVR_testing 15:46:13 Neutron team is working on including a multi node setup to test the DVR. 15:46:51 This work might be taken up in the mid-cyle meetup that is held from today to friday. 15:47:23 #topic Open Discussion 15:47:39 Any items for open discussion please let me know. 15:48:57 If there are no other topics, then I will end the meeting. 15:49:24 Thanks everyone for joining the meeting. 15:49:30 see you all next week. 15:49:39 bye 15:49:42 ok bye 15:49:51 #endmeeting