Friday, 2018-12-07

*** hongbin has joined #openstack-kuryr02:41
*** rh-jelabarre has quit IRC03:08
*** janki has joined #openstack-kuryr04:46
*** celebdor has joined #openstack-kuryr05:57
*** hongbin has quit IRC06:32
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-tempest-plugin master: Add exclusive run facility  https://review.openstack.org/62340807:07
*** JJ-Club has joined #openstack-kuryr07:24
JJ-Clubwhen I was creating pods, ERROR kuryr_kubernetes.handlers.logging NoMatches: No 'kuryr_kubernetes.vif_translators' driver found, looking for u'binding_failed' , how to fix it07:31
*** dims has quit IRC07:44
*** dims has joined #openstack-kuryr07:47
*** maysams has joined #openstack-kuryr08:27
dulekJJ-Club: Can you paste whole log? This seems like Neutron has issues with port creation/binding?08:55
dulekJJ-Club: By paste I mean paste.openstack.org. ;)08:55
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-tempest-plugin master: Enhance svc namespace isolation with LoadBalancer type svc  https://review.openstack.org/61875108:56
*** garyloug_ has joined #openstack-kuryr09:40
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-tempest-plugin master: Add exclusive run facility  https://review.openstack.org/62340809:45
dulekcelebdor: Regarding ^. Tempest has oslo.concurrency in the requirements.txt anyway, so I've advised gcheresh to just use lockutils from there.10:38
celebdordulek: what is the advantage of that?10:38
dulekcelebdor: Tested and proved implementation?10:39
dulekcelebdor: And won't your implementation use 100% CPU because of lack of any delays between lock acquiring tries?10:40
celebdordulek: I don't see any decorator in oslo lockutils10:40
celebdorwhich retries?10:41
dulekcelebdor: Oh, you're not looping. Sorry. :P10:43
dulekcelebdor: @lockutils.synchronized10:44
celebdorif I don't want timeouts I don't see why I should do non-block and loop with sleep10:44
dulekcelebdor: Naaah, this is fine, I've got confused a bit.10:45
celebdorno worries. I was not aware of those oslo facilities10:46
celebdorI may be biased against them10:46
celebdorso I appreciate the outside look10:46
dulekcelebdor: It doesn't matter too much in tempest plugin, which needs oslo.concurrency anyway.10:46
celebdordulek: I'm fine with using this @lockutils.synchronized10:47
openstackgerritDaniel Mellado proposed openstack/kuryr-kubernetes master: Remove non-containerized/daemon gates  https://review.openstack.org/62344410:50
dulekdmellado: Whoa, that was quick, when did we discussed this? ^10:53
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-tempest-plugin master: Synchronize port pool tests  https://review.openstack.org/62340810:57
celebdordulek: ^^10:58
celebdornote that I had to add oslo.concurrency as it was not part of requirements yet10:59
dulekcelebdor: Yes, but it's tempest requirement, so plugins have it anyway.10:59
dulekBut yup, good to add it to ours as well.10:59
celebdordulek: but if we use it, we have to put it explicitly11:00
dulekcelebdor: Sure, sure.11:00
celebdorltomasbo: dmellado: dulek: https://review.openstack.org/#/c/621597/ before I need to rebase..11:00
dulekcelebdor: http://logs.openstack.org/97/621597/2/check/kuryr-kubernetes-tempest-daemon-openshift-octavia/a23a18e/job-output.txt.gz#_2018-12-04_16_38_22_16020211:02
dulekcelebdor: This still breaks OpenShift gate.11:02
celebdorok, thanks11:05
celebdorI'll check later11:05
*** danil has quit IRC11:10
openstackgerritMerged openstack/kuryr-kubernetes master: Use /var/run instead of /var/run/openvswitch  https://review.openstack.org/60262111:13
*** celebdor has quit IRC11:23
openstackgerritMerged openstack/kuryr-kubernetes master: Fix labels encode  https://review.openstack.org/62296511:31
dmelladocelebdor_: ok diario?11:33
dmelladohey dulek11:40
dmelladodidn't see your ping11:40
dulek:)11:40
dmelladoso before you complain about the changes11:40
dmelladotwo things11:40
dulekdmellado: I've already did a bit in the review. ;)11:40
dmellado1st of all, I'm fine keeping some of the stuff there but I'd like to change for example centos7 version to containerized as well, asap11:41
dmellado2nd, sow your issue on the another patch with the lower-contraints11:41
dmelladothat doesn't apply to tempest plugins11:41
dulekdmellado: I'm okay with such change, sure.11:42
dulekdmellado: I haven't added lower-constraints to Tempest plugins, I think.11:42
dulekdmellado: We need to do another approach here if we want to drop non-containerized from gate.11:42
dmelladomaybe you changed it after I reviewed, R-view is fine but doesn't suit long reviews xD11:42
dulekdmellado: First of all we don't advertise that as recommended way of running Kuryr.11:42
dmelladothat needs to be changed, deff11:42
dulekdmellado: So we should start to do that.11:43
dmellado+111:43
dmelladothen after that we'll make the changes, and yeah, I'd keep at least lbaas for now11:43
dulekdmellado: Second - this isn't just adding a new kuryr-daemon service. This is completly changing how you run it.11:43
dulekdmellado: We need some feedback about how people use Kuryr. We need a post to openstack-discuss, feedback from irenab, guys from Samsung.11:44
dmelladowell, we already had a lot of containerized/daemonized gates, so it's not like is new11:44
dmelladobut it'll take some time11:44
dmelladoactually I'll discuss that on the Mon meeting11:44
dmelladoalongside with the os-vif stuff11:44
dulekSure, but it's an option, so operators may not be aware of that.11:44
dulekdmellado: Sure, meeting's designed for such discussions.11:44
dmelladoso I'll hold on the patch until then11:45
dulekdmellado: Sure.11:45
*** aperevalov has joined #openstack-kuryr11:45
dmelladodulek: just make sure the 'new party' there don't get you before11:45
dmelladoxD11:45
dulekdmellado: Oh come on, I've lived in Poland all my life, I know how to avoid conflicts with right-wing. ;)11:47
dmelladowell, you used to have 'twin wings'11:47
dmelladonow maybe there's a 'right one' xD11:47
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Fix -D option on build_cni__daemonset_image  https://review.openstack.org/62346211:55
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Fix -D option on build_cni_daemonset_image  https://review.openstack.org/62346211:55
dulekFixup for the HA gate. ^11:56
*** aperevalov has quit IRC12:03
*** celebdor has joined #openstack-kuryr12:06
openstackgerritMerged openstack/kuryr-kubernetes master: Add experimental gate with cri-o  https://review.openstack.org/62038812:13
*** garyloug_ has quit IRC12:18
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: devstack: move master config to separate dir  https://review.openstack.org/62159712:26
*** rh-jelabarre has joined #openstack-kuryr12:39
openstackgerritMerged openstack/kuryr-kubernetes master: Allocate service FIP after LB was provisioned  https://review.openstack.org/62225712:46
*** janki has quit IRC13:24
celebdordulek: https://twitter.com/runc0m/status/107097689840103424113:42
dulekcelebdor: I think it'll get tested once it's in the PPA.13:43
dulekcelebdor: They have it automated so it should happen soon.13:44
celebdorcool13:46
*** celebdor has quit IRC13:56
*** celebdor has joined #openstack-kuryr13:58
*** celebdor has quit IRC14:00
*** celebdor has joined #openstack-kuryr14:00
celebdorltomasbo: https://review.openstack.org/#/c/623408/14:03
celebdordmellado: https://review.openstack.org/#/c/623408/14:03
dmelladoI'll take a look14:06
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-tempest-plugin master: Testing port_pool_min and port_pool_max  https://review.openstack.org/62006014:41
*** takamatsu has joined #openstack-kuryr14:43
openstackgerritAlexey Perevalov proposed openstack/kuryr-kubernetes master: Add DPDK support for nested pods  https://review.openstack.org/55936315:11
*** maysams has quit IRC15:36
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Amend the spelling error of a word  https://review.openstack.org/57271015:36
celebdordmellado: what do you think of https://review.openstack.org/#/c/585866/ should I close for lack of activity or you want to salvage some of it15:39
openstackgerritMerged openstack/kuryr-tempest-plugin master: Synchronize port pool tests  https://review.openstack.org/62340815:44
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: spelling error  https://review.openstack.org/61986115:47
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: fix a typo in docstring  https://review.openstack.org/61714015:48
*** janki has joined #openstack-kuryr16:00
openstackgerritMerged openstack/kuryr-kubernetes master: Fix -D option on build_cni_daemonset_image  https://review.openstack.org/62346216:02
openstackgerritMerged openstack/kuryr-kubernetes master: [Trivialfix]Modify a grammatical error  https://review.openstack.org/54997916:02
*** celebdor has quit IRC16:18
*** celebdor has joined #openstack-kuryr16:20
*** hsnuonly has joined #openstack-kuryr16:27
hsnuonlyHi, I saw @JJ-Club mentioned that he has an issue of "No 'kuryr_kubernetes.vif_translators' driver found"16:29
hsnuonlyI just want to say that had the same issue on CentOS 7 with devstack+kubeadm16:30
hsnuonlyit seems to be a common issue, do you have any idea how to fix it?16:31
*** hsnuonly has quit IRC16:39
dmellado@celebdor close it16:48
*** sean-k-mooney has quit IRC16:59
*** sean-k-mooney has joined #openstack-kuryr17:05
*** dims has quit IRC17:21
*** janki has quit IRC17:33
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Move job list to project-template  https://review.openstack.org/62318317:43
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add support for podSelector  https://review.openstack.org/62355417:44
openstackgerritMerged openstack/kuryr-kubernetes master: Set kuryr_daemon_enabled in tempest.conf correctly  https://review.openstack.org/62292817:44
*** dims has joined #openstack-kuryr18:50
*** JJ-Club has quit IRC19:27
*** sean-k-mooney has quit IRC20:20
*** sean-k-mooney has joined #openstack-kuryr20:28
*** celebdor has quit IRC21:54
*** dmellado has quit IRC22:22
*** EricAdamsZNC2 has quit IRC22:27
*** EricAdamsZNC has joined #openstack-kuryr22:27
*** dmellado has joined #openstack-kuryr23:11
*** celebdor has joined #openstack-kuryr23:34

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