14:03:27 #startmeeting kuryr 14:03:28 Meeting started Mon Oct 23 14:03:27 2017 UTC and is due to finish in 60 minutes. The chair is apuimedo. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:03:29 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:03:31 The meeting name has been set to 'kuryr' 14:03:33 Hello 14:03:39 who's here today for the kuryr weekly? 14:03:43 Hi 14:04:44 Looks like there's not going to be quorum today 14:04:52 lots of people in meetings 14:05:34 dulek ask about the meeting in the channel.. 14:05:43 o/ 14:06:12 let's wait a couple minutes to see if anybody else shows up 14:06:30 o/ 14:06:36 dulek: please review https://review.openstack.org/#/c/513715/ 14:07:01 dmellado: ltomasbo: still in the meeting? 14:07:08 apuimedo: Tab opened. 14:07:14 thanks 14:08:30 Ok, let's get started 14:08:35 #topic kuryr 14:08:46 o/ 14:09:09 #info 0.7.0 release of kuryr-lib has been submitted and is awaiting its second +2 https://review.openstack.org/513069 14:09:14 sorry I was late 14:09:17 hongbin: anything else on kuryr-lib? 14:09:19 still on the meeting 14:09:28 apuimedo: nothing else from me 14:09:40 ok 14:09:45 #topic kuryr-libnetwork 14:11:26 hongbin: do you have anything? 14:12:00 We're still waiting for limao's availability for the VTG session on it 14:12:00 apuimedo: just a comment that i will restart the sriov patch after the kurry-lib release 14:12:09 hongbin: good 14:12:14 looking forward to that 14:12:18 anybody else? 14:12:26 this patch is under review: https://review.openstack.org/#/c/505443/ 14:13:08 nice one 14:13:18 #action apuimedo to review https://review.openstack.org/#/c/505443/ 14:13:48 nothing else from my side 14:13:55 #topic kuryr-kubernetes 14:14:08 dulek: update on daemon? 14:14:41 Sure. I think I've fixed the problems irenab found. 14:15:16 Those were related to usage of BaseHTTPServer with threading and unix socket. 14:15:35 :/ 14:15:51 In a perfect world I'd just switch to oslo.service and oslo.service.wsgi and get over it, but turns out eventlet breaks pyroute2. 14:15:54 we should check out if we can reproduce with a proper wsgi server 14:16:21 apuimedo: Any preference on "proper server"? 14:17:27 well, I was using uwsgi, but apache should work too 14:17:36 we were using it with flask 14:17:54 but still, the problem is that for the handlers we need something like oslo service 14:18:05 dulek: did you try how it behaves with cotyledon? 14:18:11 IIRC it uses normal thread 14:18:15 *threads 14:18:45 apuimedo: I haven't even looked at it, I've used my energy to try to make pyroute2 work with eventlet. And failed with that. 14:18:51 BTW: https://github.com/svinota/pyroute2/issues/431 14:19:30 Maybe this cotyledon thing is what we need, I'll look how Octavia uses it. 14:19:41 dulek: svinota is quite sick of eventlet related breakage, if we don't fix it ourselves, I'm not sure he'll be willing to sink more hours into compat 14:19:49 thanks dulek 14:19:59 #action dulek to investigate cotyledon for the daemon 14:20:02 My main problem with not using oslo.service is that whole signal handling needs to be written again. 14:20:12 And rewriting stuff sucks. 14:20:19 I thought cotyledon is compatible 14:20:25 but I may misremember 14:20:39 * apuimedo wishes we could revert to python3 async 14:20:41 :'() 14:20:43 :'( 14:21:14 apuimedo: It might be, I haven't looked hard at it yet. :) 14:21:52 ok 14:21:59 dulek: anything else from your side? 14:22:04 Nope! 14:22:07 okey 14:22:17 leyal: IIRC you were looking at network policy 14:22:19 is that right? 14:22:34 apuimedo , yes 14:22:41 leyal: any news? 14:22:52 Did you check the ovn-kubernetes approach for ideas 14:22:58 https://github.com/openvswitch/ovn-kubernetes/blob/74d6dfd9a540185d0a0c35a883ed6ee29b2c676d/go-controller/pkg/ovn/policy.go 14:24:01 Currently it's i am in the research phase .. 14:24:38 ok 14:24:52 leyal: let us know how it goes 14:24:57 and ping with questions ;-) 14:25:02 We had few discussions with leyal, I think we can have some draft proposal by next week 14:25:10 nice! 14:25:40 ltomasbo: what about you? Still working on odl related kuryr deployment? 14:26:03 yep, I finally manage to install multinode odl, with nested kuryr 14:26:20 hit a couple of bug in my way, but not on the kuryr side 14:26:30 also, this is ready for reviews: https://review.openstack.org/#/c/510157/ 14:26:45 Do you deploy with de stack? 14:26:54 Devstack 14:26:55 ltomasbo: you have to walk me through that one 14:27:00 when you have time 14:27:03 Irena, yep 14:27:18 apuimedo, the multinode devstack or the patch? 14:27:50 the patche 14:27:52 *patch 14:27:56 Jenkins is complaining 14:27:59 sure! 14:28:09 dmellado said we don't care about jenkis 14:28:24 I did some rechecks 14:28:42 and it is failing randomly, even the pep8 pass in zuul but not in jenkins 14:28:45 Irena: you can ignore jenkins 14:28:46 Will check the patch then 14:28:48 it's only zuul now 14:29:44 apuimedo, I'll ping you tomorrow and we can go through it 14:29:45 Did I miss the update on testing? 14:29:55 Irena: maybe :P 14:30:06 I think we were' asking the same as you in #openstack-kuryr 14:30:21 and dmellado said that jenkins does not matter anymore 14:30:37 Ok 14:30:56 I hope dmellado was not drunk 14:31:18 xD 14:31:19 he had a cold 14:31:26 no, some flu 14:31:32 so maybe it's not 100% sure 14:31:34 :-) 14:31:42 :-) 14:31:44 anything else on kuryr-k8s? 14:31:45 Irena: I can find you an openstack-dev post that confirms that. ;) 14:31:52 he is here at the office, I'll double check with him later today 14:32:00 Thanks 14:32:06 ahh, then dulek already knows! 14:33:28 #info Please ignore jenkins on kuryr-k8s. Only zuul matters now 14:33:30 there 14:33:32 settled 14:33:34 :-) 14:33:36 #topic general 14:33:43 Does anybody have anything else? 14:33:50 What about kuryr tests? Any updates on this? 14:34:02 Irena: not without dmellado on the meeting :( 14:34:36 Irena: http://lists.openstack.org/pipermail/openstack-dev/2017-October/123643.html - found it! :) 14:34:54 Ok, we can sync n the channel one dmellado is back 14:35:01 "There is no Jenkins, only Zuul." - sounds serious. ;) 14:35:18 dukes:thanks! 14:35:56 Autocomplete kills me... 14:36:14 dulek: that's a Ghostbuster's reference IIRC 14:36:38 https://www.youtube.com/watch?v=lg7MAacSPNM 14:36:56 apuimedo: Niiiice! 14:37:36 * janonymous got late 14:37:39 :-) 14:37:54 janonymous: anything to report before we close the meeting? 14:38:05 nopes :D 14:38:34 alright 14:38:38 THank you all for joining 14:38:40 ! 14:38:42 #endmeeting