09:00:17 #startmeeting dragonflow 09:00:18 Meeting started Mon May 15 09:00:17 2017 UTC and is due to finish in 60 minutes. The chair is oanson. Information about MeetBot at http://wiki.debian.org/MeetBot. 09:00:19 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 09:00:21 The meeting name has been set to 'dragonflow' 09:00:30 Hello. 09:00:33 Hi 09:00:36 Who's here for the Dragonflow weekly? 09:00:39 hi 09:00:39 Good morning 09:00:55 dimak_, still jetlag-ed? 09:01:09 Might be 09:01:25 We'll wait another minute for nick-ma and xiaohhui, and then we'll begin 09:02:10 #info lihi irenab dimak_ in meeting 09:02:17 Let's begin 09:02:27 Maybe with an update from the summit. irenab, dimak_? 09:02:40 Sure 09:03:21 We spoke with neutron folks about the distributed SNAT for ref implementation 09:03:43 They seem to come up with similar requirements as ours 09:04:01 so we proposed looking at DF's SNAT 09:04:22 We should follow up on that in one of their meetings 09:04:32 Sure. Any idea what they plan to do? 09:04:39 Did they reach any conclusions? 09:04:52 I have the etherpad somewhere 09:05:01 This one? https://etherpad.openstack.org/p/boston-dvr 09:05:25 Yeah 09:06:06 deployment seems to be a focus for many projects, there are trends to deploy openstack projects in Containers to be managed by k8s. We need to chekc openstack-helm to add support for dragonflow 09:06:26 Yeah, helm was really popular 09:06:30 All right. What provisioning do they use? 09:07:18 https://github.com/openstack/openstack-helm 09:07:47 Neutron's team meeting is tonight at 09:07:51 Neutron's team meeting is tonight at 2100 UTC 09:08:08 Neutron L3 meeting is on Thursday 15:00 UTC. 09:08:30 Ok, is there a wiki with agenda for each? 09:08:41 Yes. 09:09:53 I don't know if I can make it on Thursday 09:10:07 But I should be able to make it tonight. dimak_, you'll join as well? 09:10:17 Yeah 09:11:02 openstack-helm - do you know how they provision the machines? Ansible, puppet, chef? 09:11:46 Umm 09:11:46 I do not know, something to check 09:12:15 Sure. Any volunteers? 09:12:27 I'll take a look 09:12:32 Thanks. 09:12:42 Anything else from the summit? 09:13:01 devs were missing in general 09:13:05 Not really I think 09:13:38 Yes, no doubt quarantining the devs is a good idea 09:14:13 I remember once asking a woman at one of the stands in the marketplace a question, and she looked to the developer on site: 'Igor, help me, the geeks are talking to me...' 09:14:27 :-) 09:14:36 :D 09:14:46 Shall we move on to the roadmap update? 09:14:55 yes 09:15:01 #topic Roadmap 09:15:18 IPv6 - lihi? 09:16:18 I need to add the tests to the patch, and rearrange the code a bit, but that's it for the portsec 09:16:50 no major changes like the secgroups 09:17:10 I just wanted to make sure all the regular tests are still running 09:17:25 (and succeeding ) 09:17:39 Sure 09:18:06 oanson, does it mean tempest should be back to live? 09:18:13 No 09:18:32 tempest is very broken. It needs a major drill-down to fix 09:18:34 We need a volunteer to pick it apart and fix it 09:19:13 Anything else on IPv6? 09:19:29 No 09:19:40 SFC - dimak_ ? 09:19:57 Its pretty stuck with the refactor 09:20:04 I'll rebase the lport and vlan patches tonight or tomorrow, but I think you can already rebase on top of them and update your patches 09:20:52 Aside from dealing with the jetlag, I'm trying to see what makes lport migration so hard 09:21:12 If you could tell me, I'd be happy for a hint :) 09:21:29 I can rebase but would the tests run? 09:21:32 I think it's almost ready. There was only a minor issue left last week, but I didn't have a chance to look at it 09:21:39 They should 09:21:49 There are only a couple of fullstack tests failing 09:21:56 (or were, before the merge conflict) 09:22:07 Ok, I've reviewed the patches under lport migration 09:22:28 Yes - sorry it's so big. I don't think it could be broken down :( 09:22:51 Is this the only thing blocking you on SFC? 09:22:57 It's ok I'm halfway through 09:23:26 Well I had some comments few weeks ago, need to check if they got replied :) 09:23:43 lihi, irenab, please also review the lport migration patch. I know it's long and boring, but it's also very error-prone, and once it's done we can breathe free :) 09:24:01 oanson, can you please post a link? 09:24:04 I'm working on it :) 09:24:09 dimak_, if they haven't, please bump them, so they won't get missed 09:24:16 oanson, sure 09:24:33 https://review.openstack.org/#/c/447366/ 09:24:39 irenab, ^^^^ 09:24:40 Also once lport is in, the rest of the model migrations are much smaller :) 09:24:50 ok 09:24:54 Yes. lport is definitely the biggest, most problematic one. 09:25:01 Which is why it's also taking so long :( 09:25:26 yes, it has impact on most of the services 09:25:54 Once it's done, I want to remove the special handling for logical port in the df-controller 09:26:27 We should also revamp nb_api to be more of an API part, and less of a dispatcher for the local controller 09:26:39 because we use it outside local controller as well 09:26:56 Yes. 09:27:18 We should create an 'event handler' API, which the df-controller (and the bgp-service, and other services) implement 09:27:54 Once refactor is over, we can build on top of the data model 09:28:10 irenab, can you explain? 09:28:46 add different services, such as notification, event handlers 09:29:14 aligned with waht you and dimak_ said 09:29:57 Yes. 09:30:12 Including higher-level events, such as when a logical port is matched with an OVS port 09:30:46 Looks like we're all in agreement. Just have to get the lport thing working 09:31:02 dimak_, are you free enough to help me debug the few fullstacks that are failing? 09:31:11 Yeah 09:31:14 Maybe we'll be able to get it along :) 09:31:25 Alright, so I'll try to rebase it once the meeting is over. 09:31:37 Great 09:31:45 This covers SFC, and NB API refactor 09:31:53 No update on Chassis health. Sorry :( 09:32:15 VLAN over VMs is stalled by the lport refactor. However, I did manage to test the feature and see that it works. 09:32:17 I'll rebase it too 09:32:24 BGP was merged. 09:32:48 There is a fix to the unit tests. I'd be happy if y'all could look at it so it could be merged. Link coming in a second 09:33:01 https://review.openstack.org/#/c/464334/ 09:33:14 dimak_, lihi, if you +1 it, I'll fast-forward it 09:33:15 Will take a look 09:33:21 I had to disable BGP service by deafult in devstack, so if required, it should be enabled 09:33:35 I'll look at it 09:34:03 irenab, I think that's all right - at least for now 09:35:25 That's it for roadmap updates, I think. 09:35:34 Anyone have anything to bring up? 09:35:48 Ah, irenab, are you testing the Vlan aware VMs patch on your scenario? 09:36:06 oanson, not yet. Waiting for rebase you promised 09:36:14 Sure 09:36:19 Anything else for roadmap? 09:37:29 #topic Open Discussion 09:37:37 Anyone wants the floor? 09:37:55 Grade A, virtualium floor. 09:38:10 Second hand, but *very* good shape! 09:38:36 Does it comes with Pizza? 09:38:40 I'm practically giving it away! 09:38:48 But no. Pizza's extra 09:38:58 Suite yourselves. 09:39:02 Thanks everyone for coming. 09:39:08 Bye 09:39:10 thank you 09:39:15 #endmeeting