14:00:30 <dmellado> #startmeeting kuryr 14:00:31 <openstack> Meeting started Mon Jun 25 14:00:30 2018 UTC and is due to finish in 60 minutes. The chair is dmellado. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:32 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:34 <openstack> The meeting name has been set to 'kuryr' 14:00:36 <dmellado> Hi fellow kuryrs 14:00:46 <dmellado> who's here today for this SUPER EXCITING SUMMER meeting? 14:01:29 <danil> o/ 14:02:21 <ltomasbo> o/ 14:03:09 <dmellado> #chair ltomasbo 14:03:10 <openstack> Current chairs: dmellado ltomasbo 14:03:45 <dmellado> dulek: snapiri irenab ? 14:04:00 <dulek> \o 14:04:06 <dmellado> well, let's start! 14:04:15 <dmellado> #topic kuryr-kubernetes 14:04:19 * dulek got sucked into debugging Ip conflict issue. 14:04:27 <dmellado> lol, dulek 14:04:37 <dmellado> I'm going to start today with the gates issues 14:04:58 <dmellado> so current situation is that we've a couple of blockers which makes the gates super-duper-unreliable 14:05:32 <dmellado> First one, and 10 points awarded to dulek: https://review.openstack.org/#/c/577760/ 14:06:02 <dulek> Go, go Gryffindor! 14:06:23 <ltomasbo> dmellado, dulek: didn't we also rely on flask for the healthchecks? 14:06:30 <ltomasbo> should it be changed there too? 14:06:31 <dmellado> and flask update also updated werkzeug (I swear I was typing zoidberg) 14:06:33 <dmellado> so boom 14:06:35 <dmellado> https://review.openstack.org/#/c/577760/ 14:06:39 <dulek> ltomasbo: We do, but we don't turn on multithreading there. 14:06:45 <dmellado> ltomasbo: yeah, but check the patch 14:06:48 <dmellado> exactly 14:06:50 <ltomasbo> dulek, ahh, got it! 14:06:52 <dulek> dmellado: It's Flask who broke us, not werkzeug. 14:06:53 <dmellado> without multithreading all should be ok 14:07:02 <dmellado> dulek: but zoidberg just sounded funny 14:07:06 <dmellado> so I decided to include it 14:07:07 <dulek> ltomasbo: s/multithreading/multiprocessing. 14:07:15 <dulek> :) 14:07:20 <dmellado> all right 14:07:23 <dmellado> 2nd issue) 14:07:31 <dmellado> Amphoraes IP going haywire again 14:07:40 <dmellado> https://bugs.launchpad.net/kuryr-kubernetes/+bug/1778516 14:07:40 <openstack> Launchpad bug 1778516 in kuryr-kubernetes "Amphora fails to start with IP address already allocated error" [Critical,New] - Assigned to Yossi Boaron (yossi-boaron-1234) 14:07:51 <dmellado> this looks like some kind of regression 14:08:00 <dmellado> as we hit this in the past 14:08:11 <dmellado> dulek: any progress so far in your investigation? I haven't been able to reproduce it locally... 14:08:12 * dulek checked that it's definitely not pods stealing IPs. And it's not K8s API stealing IP. 14:09:00 <dmellado> the third issue are random timeouts, which seems to have been hitting us as of lately 14:09:05 <dulek> dmellado: Nothing more yet, I can continue this debugging that for next ~40 minutes, so maybe something will be found. 14:09:18 <dmellado> I'll check this with the infra folks as it seems to be unrelated with our changes so far 14:09:26 <dmellado> so with 1,2,3 14:09:29 <dulek> dmellado: Timeout issue is probably manifestation of bug 1 or 2. 14:09:29 <openstack> bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 - Assigned to MFauzilkamil Zainuddin (apogee) 14:09:38 <dmellado> lol 14:09:40 <dulek> Thanks openstack. 14:09:57 <dmellado> In order to try to merge 1) ASAP 14:10:05 <dmellado> I've proposed a patch to skip services tests 14:10:12 <dmellado> once 1) is merged, I'll revert it 14:10:33 <dmellado> https://review.openstack.org/#/c/577821/ 14:10:41 <dulek> dmellado: If that's the idea I'm giving +2. 14:10:47 <dmellado> dulek: yeah, that's it 14:10:57 <dmellado> I was thinking even about doing the dictator for once 14:10:57 <dulek> dmellado: But don't try to fool me! 14:11:05 <dmellado> but if you can go ahead and give it 14:11:07 <dmellado> dulek: lol 14:11:33 <dmellado> dulek: no worries, I might be sending you to train city 14:11:38 <dmellado> so that would be unkind of me 14:11:39 <dmellado> xD 14:12:12 <dmellado> and that's all the infra report from my side today 14:12:19 <dulek> dmellado: Wasn't that "city above the clouds" or something like that? 14:13:03 <dmellado> dulek: more like 14:13:05 <dmellado> https://images-na.ssl-images-amazon.com/images/I/A1ruwlilt%2BL._SX425_.jpg 14:13:09 <dulek> Ah, mile high city. 14:13:24 <dmellado> heh 14:13:39 <dmellado> so besides this, I'll keep working on the NPS stuff whenever we finish this 14:13:41 <dmellado> how about you folks? 14:13:46 <dmellado> anything you'd like to share ? 14:13:58 <danil> hello, folks. I have some questions 14:14:11 <dulek> Not much from me, was trapped in downstream stuff lately… :( 14:14:36 <danil> Due to suggested approach for multi-vif driver from Yash and Peng Lui (https://review.openstack.org/#/c/575629/5 and https://review.openstack.org/#/c/577070/) I think it's worth to abandon last approach (https://review.openstack.org/#/c/524590/) and also the asme for the following patches using old approach for multi-vif driver 14:14:45 <dulek> danil: Go on! 14:14:56 <dmellado> danil: sure, shoot 14:15:13 <danil> I've already abanodned one of them 14:15:38 <danil> I see sugested approach more unified 14:16:00 <dmellado> danil: tbh I haven't been following those patches too much 14:16:17 <dmellado> but if you feel like you can depend on theirs then sure, go for it 14:16:25 <dmellado> I'll keep those in my to-review list now ;) 14:16:30 <dmellado> thanks! 14:16:33 <danil> sure, thanks 14:16:38 <danil> and one more thing 14:17:11 <danil> I think SRIOV functionality (on controller side and cni side) could be reviewed and merged. These patches are sepadated from multi-vif driver approach. https://review.openstack.org/#/c/512280/ and https://review.openstack.org/#/c/512281/23 14:17:40 <danil> It wold be good to merge this functionality 14:18:01 <dmellado> danil: sure! my only concern is about the lack of current third party CI with SRIOV functionality 14:18:04 <dulek> danil: Will you rebase those? 14:18:13 <dmellado> I'd love to see some tempest tests there, tbh 14:18:24 <dmellado> but I understand it 14:18:50 <danil> dulek: yeah, sure, I'll rebase it 14:19:03 <danil> dmellado: I see, I will move tests from another patch 14:19:05 <danil> thanks 14:19:14 <dmellado> danil: yw! 14:19:31 <danil> so , I think that's all from my side 14:19:34 <dmellado> ltomasbo: how about you? what did you do besides crying out loud due to the tie with Portugal? 14:19:38 <dmellado> thanks danil ! 14:19:57 <ltomasbo> xD 14:20:07 <danil> =D 14:20:07 <ltomasbo> not much 14:20:18 <ltomasbo> the KuryrPortCRD devref got merged 14:20:30 <ltomasbo> so I'm planning to work on a PoC 14:20:48 <ltomasbo> and probably ping dulek for advise/review as he already has something related in one patch 14:21:02 <ltomasbo> and other than that I was testing OCP-Route 14:21:19 <ltomasbo> so, that's it 14:21:26 <dmellado> great! 14:21:42 <dmellado> #topic open discussion 14:21:58 <dmellado> Here again let me remind you that the CFP for the Berlin Summit ends July 17th 14:22:12 <dmellado> I'll send you folks an invite next week to settle in for some sessions there 14:22:21 <dmellado> so start thinking about something if you haven't already 14:22:23 <dmellado> thanks! 14:23:10 * dulek needs to think as Berlin is really nice and close. :) 14:23:58 <dmellado> Noch ein Bier, bitte! xD 14:24:27 <dmellado> all right, let's settle it for today as we're small in numbers 14:24:36 <dmellado> #endmeeting