14:04:46 <dmellado> #startmeeting kuryr
14:04:47 <openstack> Meeting started Mon Jan 22 14:04:46 2018 UTC and is due to finish in 60 minutes.  The chair is dmellado. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:04:48 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:04:51 <openstack> The meeting name has been set to 'kuryr'
14:04:59 <dmellado> o/ Hi everyone, who's here online today? ;)
14:05:06 <irenab> hi
14:05:25 <dmellado> #chair irenab
14:05:26 <openstack> Current chairs: dmellado irenab
14:06:04 <dmellado> ltomasbo: dulek juriarte gcheresh?
14:06:08 <irenab> dmellado, do you know of any holidays that people are not here?
14:06:20 <dmellado> irenab: not really holidays that I know
14:06:32 <dmellado> some preparations for devconf.cz presentation, but besides that
14:06:36 <dmellado> nothing that I'm aware of
14:06:52 <irenab> leyal, joining?
14:07:09 <dmellado> just gave a shot internally, let's see
14:08:00 <dmellado> let's try to start
14:08:05 <irenab> ok
14:08:09 <dmellado> #topic kuryr-kubernetes
14:08:11 <yboaron_> Hi
14:08:18 <dmellado> hi yboaron_
14:08:25 <dmellado> #chair yboaron_
14:08:26 <openstack> Current chairs: dmellado irenab yboaron_
14:08:36 <dmellado> anything to discuss on kuryr-kubernetes?
14:08:53 <irenab> patch for the net policy is up for review
14:09:16 <dmellado> great, the slides and presentation were really useful
14:09:28 <irenab> https://review.openstack.org/#/c/530655/
14:09:29 <yboaron_> irenab, I'll review it ASAP
14:09:53 <irenab> yboaron_, thanks! leyal is about to add tests, but the overal direction is there
14:10:12 <yboaron_> irenab, cool!
14:10:44 <dmellado> https://review.openstack.org/#/q/project:openstack/kuryr-kubernetes+status:open
14:11:19 <dmellado> https://review.openstack.org/#/q/project:openstack/kuryr-kubernetes+status:open+topic:bp/k8s-network-policies
14:11:27 <dmellado> #link https://review.openstack.org/#/q/project:openstack/kuryr-kubernetes+status:open+topic:bp/k8s-network-policies
14:11:31 <dmellado> yboaron_: ^^
14:11:36 <irenab> there are sr-iov and multi-vif related patches, but zuul is with -1
14:11:45 <dmellado> I'll also try to spend some time on reviewing those
14:12:08 <dmellado> on that, we just approved a patch for renaming the gates in concordance with new infra politics
14:12:11 <dmellado> just FYI
14:12:17 <irenab> I think -1 should be resolved first
14:12:45 <irenab> dmellado, seems it was merged
14:12:49 <dmellado> #link https://review.openstack.org/#/c/536165/
14:12:51 <dmellado> yeah, it's merged
14:12:58 <dmellado> so I'd recheck those patches
14:13:06 <irenab> dmellado, thanks
14:14:10 <dmellado> there were also a few patches from danil golov
14:14:30 <dmellado> he's picking up work from multi-vif and sriov
14:14:35 <dmellado> I guess you referred to them, irenab
14:14:48 <irenab> dmellado, yes
14:14:51 <dmellado> basically the patches need to be adapted to daemonized kuryr
14:14:58 <dmellado> should be fine once they fix that
14:15:34 <dmellado> on the testing side, gcheresh was kind enough to put up a gate and tests for port pools
14:15:50 <dmellado> seems his patches are in merge conflict but I saw those tests running locally
14:15:56 <dmellado> so should be about to work
14:16:03 <irenab> dmellado, sounds great
14:16:10 <irenab> do you have a link?
14:16:13 <dmellado> irenab: sure
14:16:30 <dmellado> #link https://review.openstack.org/#/c/530728/
14:17:00 <irenab> thanks
14:17:11 <dmellado> should we move to the next topic?
14:17:25 <irenab> yboaron_, any updates/requests on your side?
14:17:39 <yboaron_> Yes ,
14:18:18 <yboaron_> I'm struggling with devstack octavia and Router support . for router support we should create loadbalancer
14:18:33 <yboaron_> if  ingress control is enabled
14:18:59 <yboaron_> but in devstack environment there's kind of race between kuryr-controller service and octavia
14:19:07 <dmellado> yboaron_: did you get to speak with johnsonm
14:19:08 <dmellado> ?
14:19:21 <yboaron_> dmellado, spoke with nmagenzi
14:19:39 <irenab> what kind of race?
14:20:09 <yboaron_> dmellado, kuryr-controller calls to octavia services before octavia is ready , no exception
14:20:17 <yboaron_> but octavia worker failed
14:20:17 <dmellado> yboaron_: pls ping johnsom as well on openstack-lbaas
14:20:33 <dmellado> johnsom: ^^
14:20:43 <yboaron_> dmellado, will do it
14:20:47 <yboaron_> dmellado, 10x
14:20:58 <dmellado> thanks yboaron_!
14:21:08 <irenab> yboaron_, interesting, maybe it should be gated before k8s controller moves to active
14:21:13 <irenab> readiness probe
14:21:37 <dmellado> we can put up a gate in experimental for checking
14:21:49 <irenab> or for the dev environment, it can be resolved at devstack level
14:21:52 <yboaron_> yes , but the issue that there is no API for checking octavia readinees with LBAASV2/octavia
14:21:54 <dmellado> yboaron_: I'll be somehow busy this week but will have that read y next one for you
14:22:05 <dmellado> so at least you can modify the experimental gate for your testing
14:22:28 <irenab> yboaron_, no services status?
14:22:57 <irenab> yboaron_, sounds basic requirement to check services health
14:23:07 <yboaron_> service is up and everything looks OK , but loadbalancer creatin returns ERROR
14:23:13 <yboaron_> creation
14:23:47 <irenab> yboaron_, I see, so more complicated issue on octavia side
14:23:50 <yboaron_> load balancer provision status , I tried to play with order of plugin in local conf , helped partially
14:24:15 <dmellado> yboaron_: I see
14:24:20 <yboaron_> irenab, yes , I'll contact octavia experts
14:24:36 <dmellado> did you try to put up some kind of wait or while in the devstack plugin?
14:24:55 <yboaron_> dmellado, Yes
14:25:06 <dmellado> didn't help, I assume
14:25:16 <yboaron_> That's correct
14:25:39 <irenab> yboaron_, interesting issue, ping me on the channel if I can help somehow
14:25:42 <dmellado> ack, let's contact octavia folks
14:25:48 <dmellado> and see if we can get this sorted out
14:25:56 <dmellado> same here yboaron_
14:25:57 <yboaron_> irenab, thanks !
14:26:06 <yboaron_> dmellado, thanks!!
14:26:19 <yboaron_> that's it from my side
14:26:21 <irenab> dmellado, maybe worth to mention about the ptg etherpad
14:26:31 <dmellado> irenab: I was going to do so at the end of the meeting
14:26:42 <dmellado> but now that you pointed it out, yeah!
14:26:45 <irenab> I assumed we already there :-)
14:27:02 <dmellado> I put out an etherpad for the upcoming kuryr session on the PTG
14:27:18 <dmellado> so please, in order to help us out in terms of space and rooms
14:27:32 <dmellado> please do let us know if you're planning to attend and if there's any topic you might want to tackle
14:27:59 <irenab> dmellado, I guess we will try to enable remote participation, right?
14:28:00 <dmellado> #link https://etherpad.openstack.org/p/kuryr-ptg-rocky
14:28:12 <dmellado> irenab: yeah, I do plan to carry an speakerphone
14:28:35 <dmellado> and will record the sessions on bluejeans, just in case there's someone not being able to attend
14:28:43 <irenab> great
14:28:46 <dmellado> as well as live participation
14:28:46 <kaliya> thanks
14:29:06 <dmellado> hopefully this time there will be no train disturbing us xD
14:29:22 <dmellado> I was going to switch the topic to kuryr-libnetwork
14:29:35 <irenab> sure
14:29:35 <dmellado> but I guess it'll be faster to just call it out to "another topics"
14:29:44 <dmellado> and check if there's something else you'd like to discuss
14:29:54 <irenab> actually there is a request regarding libnetwork
14:30:04 <irenab> https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg114930.html
14:30:07 <dmellado> #topic kuryr-libnetwork
14:30:19 <irenab> please check this #link https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg114930.html
14:31:07 <dmellado> oh, didn't see it but fully agree
14:31:15 <dmellado> we can just create out a branch
14:31:24 <dmellado> plus will handle rdo stuff
14:31:54 <irenab> dmellado, please vote on the mail thread and see if Toni is in agreement
14:32:32 <dmellado> #action (dmellado) vote on mail thread and get lazy ptl to create branch for kuryr-libnetwork
14:32:33 <dmellado> xD
14:33:09 <irenab> no more issues on libnetwork
14:33:13 <dmellado> #topic open discussion
14:33:32 <dmellado> all right, so besides this, we already spoke about the upcoming PTG
14:33:47 <dmellado> as of now, we do have a 10ppl room from Tue to Fri
14:33:51 <dmellado> (thanks Irena!)
14:34:12 <dmellado> so please, again, if you plan to attend, let us know or you'll have to cope up with a crowded room!
14:34:46 <dmellado> kaliya: if you plan to attend, even remote
14:34:53 <dmellado> please do put that on the etherpad as well
14:35:03 <dmellado> I'll be adding a remote attendee section
14:35:31 <kaliya> Sure dmellado I will
14:36:12 <dmellado> thanks!
14:36:24 <dmellado> so I guess will be calling it a day for now
14:36:29 <irenab> +1
14:36:30 <dmellado> thanks everyone for attending!
14:36:46 <dmellado> #endmeeting