08:00:57 #startmeeting Dragonflow 08:00:58 Meeting started Mon Dec 25 08:00:57 2017 UTC and is due to finish in 60 minutes. The chair is oanson. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:00:59 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:01:01 The meeting name has been set to 'dragonflow' 08:01:19 hi 08:01:21 hey 08:01:26 Roll call! Lift your hands, say yeah! 08:01:26 o/ 08:01:35 \o/ 08:01:43 HI 08:01:54 Let's give lihi a second to join the party 08:02:21 Hi 08:02:25 All right! 08:02:35 #info irenab dimak leyal lihi in the meeting 08:02:39 #topic Roadmap 08:02:49 LBaaS - no progress 08:02:52 DNS - lihi ? 08:03:38 I uploaded yesterday an update to the spec 08:03:55 link? 08:04:03 You must have a bug - it fails the gate :( 08:04:12 #link DNS as a service spec https://review.openstack.org/#/c/527956/ 08:04:35 Must be too controversial 08:05:09 maybe recheck will fix 08:05:26 Christmas fails the gate :( 08:06:19 Do we have a decision on how to implement? virtual port (like metadata) or hijack DNS packet? 08:07:20 Is performance comparable? 08:07:30 oanson , did we must to bind between the virtual-port and external-app ? 08:07:49 Currently the virtual port is the prefered option 08:08:03 dimak, theoretically, the service (metadata-like) option should be more performant. But for actual numbers, we need to run tests. 08:08:11 leyal, sorry? 08:08:33 irenab, I don't see your vote on the spec. Do you have an opinion? 08:08:59 oanson, I missed the spec. Just added it to the queue, will rview and vote 08:09:00 oanson, can we do virtual-port , but still run in context of the controller process ? 08:09:34 leyal, yes. We can have the controller listen on the tap device. 08:09:38 I wonder what are the benefits to have it as a separate service 08:10:37 irenab, 1. if one process crashes, it doesn't take the other with it. 2. If one process hogs the CPU, the other can still do its thing (since we use cooperative threading) 08:11:02 3. separation of responsibilities: control (DF Controller) vs. data (DNS service) 08:11:35 oanson, so why other Apps are not spearated? 08:11:42 separated 08:12:19 metadata is the only other app that has this behaviour (i.e. needing to parse the packets outside of OVS/OpenFlow). And metadata is separated. 08:12:39 dhcp .. 08:12:42 once we go for IGMP, it will be the third? 08:12:55 LBaaS is also planned to be separated for anything stronger than OpenFlow can provide 08:13:05 I just think we should have proper pattern to decide which way to go 08:13:13 irenab, I think IGMP is a special case, since IGMP packets will control the installed flows. 08:13:44 leyal, yes, dhcp is the odd one out. It was written before the metadata-like pattern was invented 08:15:08 I am afraid we may end up with many services per compute node, need proper mechanisms to keep them alive and decide if compute is functional 08:15:25 I'm willing to put DHCP as a special case too, since it's broadcast based (not unicast) and happens before the network is strictly set up 08:16:01 irenab, true. But I'm not sure moving this instability into the DF controller is the correct solution 08:16:27 We have systemd. We have service self-notification. We can leverage these to build something 08:16:37 oanson, me too. We should see the whole picture. Lets continue discussion over the patch? 08:16:53 Yes and no. I want to separate the two things 08:17:02 I don't want this to block DNS 08:17:20 If we agree that a separate service, regardless of this issue, is the correct way to go, let's run with that. 08:17:32 In parallel, let's see how we construct a services framework 08:17:39 I still need to review the spec, will vote asap 08:18:01 Sure. I just meant that I don't want this issue to block DNS. 08:18:09 sure, agreed 08:18:15 Are we done for DNS? 08:18:55 Upgrades 08:19:04 #link Upgrades spec https://review.openstack.org/#/c/500647/14/doc/source/specs/database_migration_and_upgrade.rst 08:19:30 This is another voting thing 08:19:30 I still owe a comment there 08:19:38 First of, lihi, dimak, you both have to vote 08:19:50 (So does snapiri, but they're PTO) 08:20:32 👍🏿 08:20:43 leyal, you want to take a minute to raise your concerns with two offline migration scripts? 08:21:09 well not more that what i wrote in the patch. 08:21:57 the main issue is that we use neutron for things like IPAM 08:22:01 MAC allocation 08:22:31 I agree this shouldn't happen offline 08:22:46 segmentation allocation and maybe more - and if upgrade need to create a new port or new network it's can be an issue 08:22:50 But is there a scenario for this? In e.g. DHCP, we remove ports, not create ports 08:23:27 And if such a scenario exists, how do Neutron solve it? 08:23:41 DHCP create new ports per lswitch . 08:24:25 The upgrade script can reuse the first port (since now there are ports per subnet). If no such port exists, then there's no dhcp enabled subnet, and we don't need an lswitch dhcp lport 08:24:25 if we delete and add the ports to neutron when neutron is alive it's will done all that for us ..' 08:25:15 oanson , sure but that a workaround - maybe in future changes it will not fit .. 08:25:45 That's why I'm looking for a scenario. I think the benefits of two offline scripts is worth one workaround. 08:25:52 But maybe not four 08:27:27 I suggest we try and understand how Neutron solves this issue. I'm sure they have. At the moment, I don't think DHCP is blocking the two offline migration scripts solution, and I stand by my preference to that option. 08:27:28 oanson , i don't sure that we could predict if this issue will appear in future changes - but i think it defiantly possible .. 08:27:41 definitely* 08:27:44 True 08:28:37 But there will always be a limit to what we can support. Is supporting this worth the trade-off? 08:29:10 well, i vote for the online option :) 08:29:42 I'll read the comments and vote 08:29:45 All right. This looks like an impass :) Let's keep discussion on the spec. I'll look up how Neutron handles this in their upgrades. And we'll take it from there. 08:29:53 Worse comes, we'll vote in two weeks time 08:30:07 #action oanson look up how Neutron handles IPAM / port creation during upgrade 08:30:27 Deployment - OSA - lihi, you're up 08:31:02 It is not stable, but I managed to make the deployment work occasionally 08:31:20 The main problem with it that each run takes ~4 hours, so it takes time 08:32:27 All right 08:32:41 RPM packaging - 08:32:49 Gimme a sec to find the bug link 08:33:10 Working on getting python-jsonmodels into RDO. ( https://bugzilla.redhat.com/show_bug.cgi?id=1525362 ) 08:33:10 bugzilla.redhat.com bug 1525362 in distribution "Review Request: python-jsonmodels - Models to make easier to deal with structures that are converted to, or read from JSON in python" [Unspecified,Post] - Assigned to lars 08:33:42 It's built. I think we just need someone to push it in. 08:33:56 But it's Christmas, so we may need to wait a week or two 08:34:56 Dirk Mueller also said he'll look into the suse ci failure - I told him it's jsonmodels missing in suse. I doubt he'll volunteer to add it :) 08:35:04 But I'm taking it one step at a time 08:35:16 Unless there's a rush I should know about? 08:35:46 oanson, is it mandatory for OSA? 08:35:53 irenab, no 08:36:01 OSA take it from pip or from the git repo 08:36:27 good, thanks 08:36:52 Migration to Dragonflow - As far as I know, there's no progress. 08:37:08 Gates 08:37:13 Grenade gate - pending on the spec 08:37:24 oanson, is there someone who was interested in the migration? 08:37:40 Shachar did some work to split gate configurations 08:37:43 irenab, I don't recall that of the top of my head 08:38:02 dimak, yes 08:38:09 #link Split gate configurations https://review.openstack.org/#/c/529515/ 08:38:41 I want to add to it a small change - creating a common fullstack file too, so the difference between redis and etcd will only be the db services 08:39:00 +1 08:39:05 I had some comment as well 08:39:13 adding -fullstack suffix to those files 08:39:14 I hope I'll get to it... tomorrow. 08:39:25 dimak, sure. Add it to the review (so I won't forget) and I'll do that too 08:39:41 It's there 08:40:20 Cool 08:40:42 My understanding is that tempest now only fails on BGP 08:40:51 I can't check that now since zuul is completely shot 08:41:10 But if that's the case, I'll work with the neutron-dynamic-routing guys to see what we can do 08:41:23 I understand it's mostly strange docker disappearing acts. 08:41:37 Anything else for gates? 08:42:24 Troubleshooting - anything for this? 08:42:49 #topic bugs 08:43:30 I'm still hacking at bug 1720734 08:43:31 bug 1720734 in DragonFlow "Floating IP association to LBaaS VIP supported by Octavia does not work" [Critical,In progress] https://launchpad.net/bugs/1720734 - Assigned to Omer Anson (omer-anson) 08:43:45 I have high hopes with https://review.openstack.org/#/c/529692/ 08:44:09 Will review 08:44:30 I still have to test it with kuryr-kubernetes. But as I said, I have high hopes ;) 08:44:35 oanson, we can verify in my env 08:44:43 irenab, sure. Let's do that. 08:44:48 Any other bugs to discuss? 08:46:31 #topic Open Discussion 08:46:36 Hey! We made it! 08:46:38 Anything here? 08:47:00 lihi, dimak, I recall you mentioned you have something? 08:47:51 We're working on the application decoupling spec/code 08:47:55 its out there 08:48:06 kind-of starting to work 08:48:26 https://review.openstack.org/#/q/status:open+project:openstack/dragonflow+branch:master+topic:bug/1738986 08:48:58 Cool! 08:49:01 dimak , lihi - it's really cool :) 08:49:31 I had a question on the spec regarding the impact on the users (devs, operators) 08:49:59 Looking 08:50:41 Missed your review, will answer on gerrit 08:50:58 But I don't think there should be much impact there 08:51:04 please address in the spec, I am concerned if it may complicate day to day for the operators 08:51:21 We'll still be shipping the datapath "assembled and ready for use" 08:51:34 troubleshooting, debugging 08:51:41 Will do 08:51:57 thanks 08:52:12 Anything else for this? 08:52:26 yep - I Uploaded a patch for POC for kubernetes support - it's still not working . but if anyone interested the patch is here https://review.openstack.org/#/c/529971/ . as we don't using neutron it's can give us good view of what neutron done for us -for DF-api 08:53:10 leyal, could you also add a tutorial on how to setup a deployment like this (i.e. k8s without openstack)? 08:53:47 It might be interesting in case we want to play around and get a better feel for what's missing 08:54:06 oanson, better have something like DF without openstack 08:54:25 irenab, I meant with DF :) 08:54:57 oanson , I will do when it's work , it's also just POC we still have some missing parts in DF 08:55:42 leyal, up to you. But it will help us to understand what's going on, and help if we can 08:56:30 sure , thanks :) 08:56:48 Anything else on this? 08:57:49 Anything else for open discussion? We have two minutes left :) 08:58:46 Well, thanks everyone for coming! 08:59:13 #endmeeting