Wednesday, 2019-01-16

*** aojea has joined #openstack-kuryr00:45
*** aojea has quit IRC00:49
*** hongbin has joined #openstack-kuryr02:03
*** rh-jelabarre has quit IRC02:12
*** aojea has joined #openstack-kuryr06:08
*** aojea has quit IRC06:09
*** hongbin has quit IRC06:16
*** yboaron has joined #openstack-kuryr06:34
*** gcheresh_ has joined #openstack-kuryr06:39
*** ccamposr has joined #openstack-kuryr06:56
*** pcaruana has joined #openstack-kuryr07:12
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Use default subnet mapping if subnet is not specified  https://review.openstack.org/62987707:20
*** maysams has joined #openstack-kuryr08:04
*** ccamposr has quit IRC08:27
*** ccamposr has joined #openstack-kuryr08:27
openstackgerritGenadi Chereshnya proposed openstack/kuryr-tempest-plugin master: Testing port_pool_min and port_pool_max  https://review.openstack.org/62006008:37
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Use default subnet mapping if subnet is not specified  https://review.openstack.org/62987709:26
*** yboaron_ has joined #openstack-kuryr09:32
*** yboaron has quit IRC09:33
*** yboaron_ has quit IRC09:52
*** yboaron_ has joined #openstack-kuryr09:57
*** yboaron_ has quit IRC10:15
*** rh-jelabarre has joined #openstack-kuryr12:07
*** gcheresh_ has quit IRC12:24
*** gcheresh_ has joined #openstack-kuryr12:51
*** aojea has joined #openstack-kuryr14:02
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Fix CRD update when NP has namespaceSelectors  https://review.openstack.org/63123014:28
ltomasboping dulek, I have a question for you14:34
dulekltomasbo: pong!14:35
ltomasboin one of the NP patch sets that got merged last week, I added a couple of fixes for a couple of problems I found, and I was expecting to move them out to a different commit before merging the patch14:35
ltomasbodulek, ^^ however the patch got merged while I was away last week14:35
ltomasboso, now we need to backport to rocky (and another one to queens) part of the code14:36
ltomasbodulek, what is the best way of doing it? send it directly to rocky?14:36
dulekltomasbo: I think it's best to merge follow up patch to master and then both squashed patches to rocky?14:37
ltomasbodulek, let me explain myself a bit better14:38
dulek:)14:38
ltomasbodulek, one patch was merged master which contains a couple of lines to fix one problem with the services14:38
ltomasbodulek, now, I want to backport those couple of lines to rocky14:38
ltomasbobut they are part of an already merge patch14:38
ltomasbodulek, and the NP patch cannot/shouldn't be backported to rocky14:39
dulekOh, okay!14:39
dulekltomasbo: Well, then just creating a new commit in stable/rocky sound totally fair.14:39
ltomasbook, I'll create a launchpad bug with the problem, and then manually add the information about it being fixed on the other merged patch for upstream14:40
ltomasbothanks!14:40
ltomasbodulek, actually, I found out the current master does not consider the NEUTRON_LBAAS_HAPROXY_PROVIDER case, which I guess it is ok as it is deprecated14:48
dulekltomasbo: You mean for NP?14:48
ltomasbodulek: yep14:49
dulekltomasbo: I think it's fine that new feature doesn't work with deprecated stuff.14:49
ltomasbowell, it will not work for NP, but the changes to acommodate NP will leave the SG rules created for the lbaasv2 undeleted14:49
ltomasbountil the service is deleted14:49
ltomasbodulek, ^^14:50
dulekltomasbo: I don't think I follow… Anyway nothing bad happens if you run with LBaaS v2 without NP, right?14:51
ltomasboyes, it will on master14:51
ltomasboif you modify the service definition, the security group rules added for the listeners will not be deleted14:51
ltomasbodulek, ^^14:53
ltomasbodulek, so, I'm going to address that on master, and backport it to rocky adding the extra couple of lines that are already on master14:53
ltomasbodulek, thougths?14:54
dulekltomasbo: And that may happen with service_security_group_driver=default, and enabled_handlers not listing networkpolicy?14:54
ltomasbodulek, yep14:54
ltomasboto make it easier (master) https://github.com/openstack/kuryr-kubernetes/blob/master/kuryr_kubernetes/controller/drivers/lbaasv2.py#L390-L39414:54
dulekltomasbo: So I'd say - whatever easier of the two. Removing lbaasv2 or fixing this. :D14:55
ltomasborocky https://github.com/openstack/kuryr-kubernetes/blob/stable/rocky/kuryr_kubernetes/controller/drivers/lbaasv2.py#L248-L24914:55
ltomasboI need to add to the if at line 390 the next on master14:55
ltomasboif loadbalancer.provider == const.NEUTRON_LBAAS_HAPROXY_PROVIDER:14:55
ltomasboand them backport the 5-6 lines to rocky14:56
*** dmellado has quit IRC14:56
*** aojea has quit IRC14:56
ltomasboremoving lbaasv2 code sounds appealing...14:56
ltomasbocan I?14:57
dulekltomasbo: Yeah, why not? Let me double check when we've deprecated it.15:39
ltomasbodulek, I'm already removing it...15:39
dulekltomasbo: Deprecation is on stable/rocky already, so I'd say - go for it!15:41
ltomasbodulek, https://review.openstack.org/#/c/631261/15:41
dulekltomasbo: Was it that easy? I never knew how to start it.15:42
ltomasbodulek, well, probably I've missed some parts...15:42
dulekltomasbo: Oh, you need to remove lbaasv2 gate from .zuul.d.15:42
ltomasbodidn't we already do that?15:43
ltomasboI'll update the patch with that15:43
dulekltomasbo: And as next step we could move to use python-octaviaclient, but that can totally be done in a next patch.15:45
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Removing lbaasv2 related code  https://review.openstack.org/63126115:49
dulekltomasbo: There's one more option to get removed, I've mentioned it in the comment.15:49
dulekltomasbo: It's not used anywhere, so really easy. :D15:50
ltomasboohh, I just saw it... resubmitting...15:50
ltomasbothanks!15:50
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Removing lbaasv2 related code  https://review.openstack.org/63126115:51
*** gcheresh_ has quit IRC15:56
*** maysams has quit IRC16:03
*** pcaruana has quit IRC16:25
*** maysams has joined #openstack-kuryr16:30
*** ccamposr has quit IRC16:43
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Remove way of running without kuryr-daemon  https://review.openstack.org/63127816:55
dulekltomasbo: I guess it's cleanup day. ^16:55
ltomasbo:)16:55
*** mrostecki has quit IRC17:05
dulekHeh, I'm surprised, but it seems to work on my env.17:13
*** aperevalov has quit IRC17:20
*** mrostecki has joined #openstack-kuryr17:31
*** aojea has joined #openstack-kuryr17:48
*** aojea has quit IRC18:01
*** maysams has quit IRC18:38
*** dmellado has joined #openstack-kuryr19:22
*** threestrands has joined #openstack-kuryr22:51

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!