09:00:20 #startmeeting dragonflow 09:00:21 Meeting started Mon Jun 20 09:00:20 2016 UTC and is due to finish in 60 minutes. The chair is gsagie. Information about MeetBot at http://wiki.debian.org/MeetBot. 09:00:22 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 09:00:25 The meeting name has been set to 'dragonflow' 09:00:30 Hello all, who is here for the Dragonflow meeting 09:01:09 ok.. 09:01:19 it seems like this is going to be a short meeting :) 09:01:39 or i will just talk to myself 09:01:57 o/ 09:01:58 so gal, what have you done this week 09:02:01 ohhhh! 09:02:05 oshidoshi :) 09:02:05 hi 09:02:13 where's the party 09:02:15 #info oshidoshi, gampel1, gsagie in meeting 09:02:17 * oshidoshi looking for cakes 09:02:19 Its party of 3 09:02:25 no one else came 09:02:35 oh, you poor thing 09:02:47 its ok, more cake for us 09:02:50 but everyone that *really* matters is here :) 09:02:51 hi 09:02:58 hi Duan :) 09:03:06 #info Duan is in the meeting! 09:03:20 #topic open patches 09:03:26 nick-ma: here? 09:03:30 #info hujie in meeting 09:03:33 yes 09:03:42 ohhh you were quiet :) 09:03:46 hey 09:03:49 #info nick-ma is in the meeting 09:04:01 i'm replying email, didn't notice irc. sorry. 09:04:27 np 09:04:34 #info The Brik is in the meeting as well 09:05:02 Duan, hujie, nick-ma: any open patches that we need to discuss about? 09:05:39 the bug patch we discussed ?? :) 09:05:44 liu haixia have two patches 09:05:48 hujie: want to describe it here? 09:05:55 Duan: can you please give links 09:06:04 Both Li Ma and Duan know it 09:06:12 https://review.openstack.org/#/c/329806/ 09:06:12 one is about modifing the vxlan implemantation 09:06:24 hujie: its good for the log... and oshidoshi/gampel are not familiar 09:06:24 if there are more important we could continue after the meeting :) 09:06:39 ok 09:06:44 ok 09:06:44 the other is add vlan support 09:07:06 we need to review thest two patches. 09:07:07 Duan: VLAN support needs to change all applications right? 09:07:36 the L2 09:07:46 We are using the VLAN as the segmentation id? 09:07:50 Hello vikasc ! 09:07:54 only need to change l2 app and neturon plugin 09:07:54 I have a remote port patch: https://review.openstack.org/#/c/328706/ 09:07:55 hi gsagie 09:08:10 #link https://review.openstack.org/#/c/328706/ remote port patch 09:08:14 hello everyone 09:08:25 hello 09:08:43 Duan: ok, we will review it 09:08:50 the implement code I need to further modification :) 09:09:37 hujie: i havent read the design yet, but isnt it something we need support from Neutron API? 09:09:44 or you use the port binding profile for now? 09:09:53 binding:profile 09:10:01 yes 09:10:14 Are we trying to make it a "standard" in Neutron in anyway? 09:10:21 as in have a formal API 09:10:23 no modification for neutron api are needed. 09:10:40 hujie: who will populate the chassis table with the remote Host chassis 09:10:47 we use the content of binding:profile 09:11:21 +1 gsagie's suggestion. we can try to promote it to neutron. 09:11:28 but we need to create the tunnel to that chassis 09:12:22 we do not to publish a specific chassis create msg 09:12:31 @gampel, the tunnel is created when first remote port is added. 09:12:32 for example, maybe you want to bind a whole subnet, instead of individual ports.. 09:12:39 we put the info in common create lport msg 09:12:57 the tunnel port is created as Duankebo said 09:13:38 ok, lets review this patch again 09:13:38 tunnel will be deleled when last remote port leave 09:14:01 So it will be another tunnel creating procedure not via the "chassis" event 09:14:02 the tunnel creation is dif from current implement 09:14:11 yes 09:14:44 it is created only when needed 09:15:31 because we only know the port info, no one will notify the specific chassis, we should do it ourselves 09:15:47 hujie: I agree with gsagie that we need a "standard" way as much as possible, if i remember correctly there was a remote port BP in neutron 09:16:49 ok, we will learn it :) 09:17:12 we could discuss other issues :) 09:17:13 Hi Eran, we can discuss this topic in detail after the IRC 09:17:27 ok 09:17:33 hujie: Ok 09:17:37 any other open patches that needs review? 09:18:20 #topic road map 09:18:31 heshan has summit a l3 plugin patch 09:18:45 will take a look 09:18:45 please help reviewing it if you have time 09:18:48 it is marked as WIP 09:19:07 is it working? 09:19:14 #link https://review.openstack.org/#/c/316785/ 09:19:26 yes, tell him to remove WIP and add tests 09:19:28 please 09:19:34 I have be completed, just need to update the title 09:19:58 it works 09:19:58 and also, we need some example local.confs 09:20:01 for it 09:20:11 ok, np 09:20:14 thanks 09:20:17 ok for road map 09:20:32 #link https://etherpad.openstack.org/p/dragonflow-newton 09:20:57 Any feedback on that? Duan we exchanged emails about LB 09:21:04 load balancing 09:21:19 and there is the QoS work 09:21:31 Is there any plans of what is the most urgent to work on? 09:21:40 Yes LB is oure desired feature. 09:21:43 are you going to replace the current plugin with ml2? or are you going to maintain both of them for a while? 09:22:03 QoS is under designing now, 09:22:10 yamamoto: i think the plan is to replace it with ML2 eventually, why? 09:22:37 but I think at the current stage, we need to maintain both of them in at least one release cycle. 09:23:20 gsagie: because how long we want to maintain both affects how desirable to share l3 code for the separate plugin 09:24:12 Duan: i think we need to understand what are the most important features and what features we can work together on the design 09:24:22 for example, we talked last meeting about working with nick-ma about DPDK 09:24:26 is there any progress there? 09:25:52 There are some missing features we wanted to add like provider networks ( i see availability zone but i dont think its really relevant for Dragonflow as this mainly talks about running agents) 09:26:23 yes. provider networks. 09:26:50 we plan to compete the basic features first 09:27:06 for example, qos, ml2/l2 plugin 09:27:25 and live migration 09:27:41 Duan: ok, for live migration is there any design? 09:27:54 is live migration working right now with DVR? 09:27:54 not yes 09:28:08 we are working on qos now 09:28:15 ok 09:28:21 I am not sure live migration is basic feature 09:28:22 qos using OVS queues? 09:28:32 and HA and db consistency 09:28:54 you mean redis HA? 09:28:57 Duan: HA for redis 09:28:58 or what? 09:29:01 ok 09:29:02 We will submit a spec about qos soon 09:29:18 yes redis HA 09:29:48 ok thanks Duan, please let us know if you need any help with anything 09:30:02 gal, yes, we plan to use ove queue 09:30:18 but are open for other options. 09:30:22 We do want your team feedback about future features, for example if LB is important we can start thinking about it 09:30:31 but we need to understand what is more important then other 09:30:47 for DPDK you need something else 09:30:55 has someone thought about live migration? 09:31:27 Duan: we need to do a talk about the requierments first and understand what is actually needed 09:31:45 i would like to understand how its done in Neutron DVR 09:31:48 (if it is) 09:32:10 anyway i think we will need to do a different meeting about that 09:32:16 I think the main issue is having the port bound to two chassis for the post copy 09:32:40 Duan: maybe you, Omer and nick-ma can talk about things in OpenStack day China 09:32:56 and the rest of the team of course.. 09:32:58 sure. Omer and I have submitted a talk. 09:33:04 it is done. 09:33:18 nick, do you get some feedback 09:33:31 feedback from where? 09:33:37 aobut the talk submitted. 09:33:52 Duan: i think they already published the schedule 09:33:59 look at openstackdaychina.com 09:34:06 Duan the application is done. i'm keeping in touch with the organizer. 09:34:24 Duan we are discussing with the topic and content. 09:34:44 OK 09:35:18 I will not be there unfortunately :( 09:35:34 the topic has not been published to public yet. but it is there, the organizer confirmed. 09:35:35 But i think you will recover from that 09:36:10 gampel: please take over the chat for 2 mins i have to go 09:36:17 WC 09:37:04 Ok whats the next topic 09:37:35 I guess open discussions 09:38:01 do we need to add features for core plugin, or we add them directly to ml2? like these ml2 extensions, qos, dns, etc? 09:38:52 I think that after we merge the ML2 we should support the new features in ML2 only 09:38:59 agreed 09:39:15 +1 09:39:16 got it. 09:39:22 #topic open discussion 09:39:28 ok the bot is not working :( 09:39:43 where should we put the db consistency logical? the ML2 driver or another process which is separate from neutron process 09:39:46 it seems that ci is not working either. I cannot read the log. 09:39:47 oh.. the bot had to leave, said you should take over 09:40:10 How can we work in such conditions :) 09:40:24 carl_baldwin: ??? :) 09:40:28 hujie: i think a separate agent/daemon process 09:41:20 hujie: do you have code available? 09:41:59 basically, but I need to confirm the place to deploy the code 09:42:20 yuval: you have to admit that this talk is more fun then Smaug 09:42:33 you need to join and send some patches in Dragonflow yuval 09:42:48 gsagie: feel free to suggest some :) 09:43:09 hujie: i think a separate daemon 09:43:23 like the publish service? 09:43:27 yes 09:43:29 in Neutron plugin side 09:43:32 ok 09:43:38 hujie: i think you have a way to register "workers" 09:43:48 i know its possible with the plugin, not sure about the ML2 09:44:15 but i will check for you 09:44:27 ok thank you :) 09:44:36 like rpc/api workers? 09:44:42 Duan: yep 09:44:50 exacly, but you can have your own implementation 09:44:53 gsagie: odl ml2 driver has worker threads and has (had?) startup issues 09:45:10 yamamot__: ohh thanks for the tip, you remember why> 09:45:11 ? 09:45:26 i think there was some work to fix it recently by Terry 09:45:28 I would avoid adding workers in the ml2 - it's an awkward design, imo 09:45:49 i forgot details. i don't know if it has been solved or not. 09:46:14 oshidoshi: the workers are there, its just a "platform" for running code..instead of adding another service 09:46:24 and Neutron suppose to know how to scale it :) 09:46:25 oshidoshi, do you have some details about that problem? 09:46:55 gsagie: not saying workers are not technically there, just saying database reconciliation/consistency seems a bit awkward to put in ml2 09:47:16 oshidoshi: its in Neutron server not ml2 09:47:18 Duan: it's more of an architectural point of view. technically, it can be done, but I don't think it belongs there 09:47:46 We need to see the design/code, i think it has to be there 09:47:51 oshidoshi: do you suggest to make it as a new service? 09:47:53 because you need to stop adding entries 09:48:06 gsagie: yes, but the DB consistency check is not really related to Neutron... it's an imlementation-related ancilliary process, so i would leave it out and handle it separately 09:48:07 you dont want a "sync process" when user update API 09:48:35 so we will need a way to somehow sync between them 09:48:54 nick-ma: I don't know if it's a new service... don't really see the new service APIs... 09:49:21 i just mean a separate process. 09:49:28 hujie: can you describe what the code is doing? for example will your process breaks if during the sync process a user change something in the API 09:49:48 usually, in big systems, when there are multiple databases holding partial views of the same data, there's a background reconciliation process that fixes discrepencies 09:49:49 you are comparing versions? 09:49:50 i think it can be handled by distributed lock. 09:50:12 gsagie: yes, just comparison 09:50:26 hujie: and if you find they are not synced, what do you do? 09:51:21 for the recover msg, I'll do db comparison and sync the data 09:51:53 gal, remove/insert some records to df db 09:52:10 for the periodically process, I'll sync the data after db comparison twice verification 09:52:41 ok, we can do this in a seperate service for now 09:52:49 you can review this spec: https://review.openstack.org/#/c/300877/ 09:52:50 but need to see the code to understand that we are doing it right 09:52:55 hujie: ok thanks 09:54:15 Yes lets all go over the code juts to make sure we are talking about the periodically check only 09:55:11 ok, thanks everyone for joining 09:55:12 ok let's go on:) 09:55:13 perhaps there's a way to make sure we have transactional consistency between neutron DB and DF DB without using additional workers/processes.. 09:55:45 oshidoshi: given the way neutron db is currently updated, the reconciliation process need to be somehow tightly coupled with the neutron server i guess. 09:56:20 yamamoto: we'll see :) 09:56:31 Let the Dragon flow! 09:56:37 and see you all next week 09:56:38 ;) 09:56:48 :) 09:56:49 yuli_s... 09:56:51 bye 09:56:58 #endmeeting