Friday, 2017-03-24

*** limao has joined #openstack-kuryr00:30
openstackgerritgecong proposed openstack/kuryr-libnetwork master: Remove support for py34  https://review.openstack.org/44937701:01
openstackgerritRuijing proposed openstack/kuryr-kubernetes master: remove unused devstack settings  https://review.openstack.org/44738101:18
*** hongbin_ has joined #openstack-kuryr01:28
*** yedongcan has joined #openstack-kuryr01:33
*** svinota has quit IRC01:39
*** limao has quit IRC02:36
*** limao_ has joined #openstack-kuryr02:36
*** yuanying has quit IRC02:58
*** hongbin_ has quit IRC03:24
*** limao_ has quit IRC04:09
*** limao has joined #openstack-kuryr04:10
*** limao has quit IRC04:14
*** yuanying has joined #openstack-kuryr04:20
*** limao has joined #openstack-kuryr04:43
*** janki has joined #openstack-kuryr04:53
*** aojea has joined #openstack-kuryr06:12
*** aojea has quit IRC06:18
*** yedongcan has quit IRC06:19
*** yedongcan has joined #openstack-kuryr06:26
openstackgerritLiping Mao proposed openstack/kuryr-libnetwork master: Kuryr-libnetwork container ssl error in multi-thread  https://review.openstack.org/44900206:27
*** svinota has joined #openstack-kuryr07:04
*** pmannidi has quit IRC07:21
*** pmannidi has joined #openstack-kuryr07:28
*** pmannidi has quit IRC07:32
*** ltomasbo|away is now known as ltomasbo07:38
*** kzaitsev_ws has joined #openstack-kuryr07:46
*** aojea has joined #openstack-kuryr08:18
*** aojea has quit IRC08:18
*** aojea has joined #openstack-kuryr08:19
openstackgerritgecong proposed openstack/kuryr-libnetwork master: Remove support for py34  https://review.openstack.org/44937708:19
*** janki has quit IRC08:20
kzaitsev_wshave you folks dug into that privsep issue? I'm looking into it now, but so far it looks like the issue might not be in kuryr-k8s.08:45
apuimedokzaitsev_ws: I haven't had the time yet08:46
apuimedoit looks unrelated, but for some reason, for nova-compute dmellado told me it didn't blow up08:46
apuimedoand our usage is almost the same08:46
*** devvesa has joined #openstack-kuryr08:54
*** garyloug has joined #openstack-kuryr09:09
*** aojea_ has joined #openstack-kuryr09:10
*** yuanying has quit IRC09:12
*** aojea has quit IRC09:12
*** garyloug_ has joined #openstack-kuryr09:21
*** garyloug has quit IRC09:21
*** limao has quit IRC09:21
mchiapperoHi folks, hi apuimedo, hi irenab, hi ltomasbo09:23
mchiapperoI have a question on this comment https://review.openstack.org/#/c/440669/3/kuryr_kubernetes/objects/vif.py@2309:23
apuimedomchiappero: irenab doesn't work Fridays, she does Sundays instead09:24
mchiapperooh cool :)09:24
apuimedothe comment is from ltomasbo09:24
mchiapperoI would happy to do the same :)09:24
apuimedoltomasbo: I summon thee09:24
apuimedo:D09:24
ltomasboI was a question, but my understanding about OVO09:25
mchiapperoyes I know but you're probably familiar with oslo versioned objects09:25
ltomasbois that if you modify the object, you should bump the version09:25
mchiapperono, it makes sense09:25
mchiapperomy question is: did we have any realease meanwhile? Is such a change going to break any deployment in production?09:26
ltomasboahh, that is true too09:26
mchiapperoI guess supporting both versions would require different codepaths in the CNI driver, which defeats the purpose of the refactoring itself (which is actually good)09:26
mchiapperoI have some (not yet working) code to share the parent interface logic in the controller side09:27
mchiapperoso it would be beneficial to have the same shared logic on the CNI side, but my concern is having to unecessarily support different versions09:28
mchiapperoespecially if no one actually started using the previous one09:28
mchiapperolet me know if you have feedbacks/opinions09:28
ltomasbomakes senses09:29
mchiapperoI've been busy this week, and I'll be next week (as I'll be at KubeCon), but I would like to push at least some of the code I have, that the only big thing I need to address09:29
mchiapperoI mean push today09:30
ltomasboit is find with me to not increase the version09:31
mchiapperois anyone else fine with that? :)09:31
ltomasboas, as you said, it will not break deployments09:32
ltomasbothat said, if I got the OVO right09:33
ltomasbothe think is that you just need to specify which one to use09:33
ltomasboand it should be ok09:33
ltomasbobut I see you changed some code to use that field in the vlan side, so that is your concern, right?09:34
ltomasboso, fine with me09:36
*** janki has joined #openstack-kuryr09:38
*** yedongcan1 has joined #openstack-kuryr09:43
*** yedongcan has quit IRC09:46
*** yamamoto has quit IRC09:50
*** yuanying has joined #openstack-kuryr09:54
apuimedofine for me too09:55
*** pcaruana has joined #openstack-kuryr10:05
kzaitsev_wsafter digging some logs I stumbled onto 'oslo.privsep.daemon [-] privsep log: root is not in the sudoers file.  This incident will be reported.'10:07
kzaitsev_wsand after adding 'root ALL=(ALL) NOPASSWD: ALL'10:08
kzaitsev_wsthe issue is gone for me10:08
kzaitsev_wswell not entirelly — I still have that logging issue irenab commented about in the bug10:11
mchiapperook, thanks :)10:23
mchiapperoguys, what's the story with the localization? I get "Log messages require translation hints!" from pep8, but I saw a change under review claiming translations should no longer be used10:40
mchiappero(and I started removing them)10:40
kzaitsev_wsmchiappero: there was a letter from i18n team, stating that they no longer want to translate log messages10:42
kzaitsev_wssince when you get an error and try to google the log message10:43
kzaitsev_wsand it's translated — you severely limit your results10:43
kzaitsev_wsI can dig the message if you want10:43
mchiapperobut pep8 errors will prevent the code to be merged10:44
mchiapperoI mean, I don't have an opinion, I'm okay with removing the translations, but...10:44
kzaitsev_wscan you show me an example? cause I'm pretty sure we merged a similar patch in murano this week10:45
kzaitsev_wsnot that I like this kind of patches, but...10:45
mchiapperomaybe I'm misinterpreting pep810:47
mchiappero./kuryr_kubernetes/controller/drivers/nested_macvlan_vif.py:87:13: N531  Log messages require translation hints!10:47
mchiappero            LOG.warning('Unable to release port {} as it no longer '10:48
mchiapperoBTW there is an error in the message :D10:48
mchiapperojust spotted10:48
mchiapperooh no, it's ok, never mind10:48
*** yamamoto has joined #openstack-kuryr10:49
*** yamamoto_ has joined #openstack-kuryr10:50
mchiapperoof course I have many more, LOG.error and so on10:50
*** yamamoto has quit IRC10:54
kzaitsev_wsI wonder who adds the check, but it looks like you have a non-standard check registered somewhere10:56
kzaitsev_wshttps://github.com/openstack/neutron/blob/master/neutron/hacking/checks.py#L9010:56
kzaitsev_wslike this one10:56
mchiapperook, so, it shouldn't complain when pushing to gerrit, right?11:01
kzaitsev_wsi don't think so )11:04
mchiapperocool, tnx :) We will soon find out anyway :)11:05
*** yamamoto_ has quit IRC11:05
*** yamamoto has joined #openstack-kuryr11:05
*** yamamoto has quit IRC11:17
apuimedomchiappero: it probably needs a change to hacking11:47
*** yamamoto has joined #openstack-kuryr12:06
*** yamamoto has quit IRC12:15
*** dougbtv_ has joined #openstack-kuryr12:18
*** yedongcan1 has left #openstack-kuryr12:30
*** janki has quit IRC12:30
*** dougbtv_ has quit IRC12:42
*** dougbtv_ has joined #openstack-kuryr12:45
*** dougbtv_ is now known as dougbtv|laptop12:46
*** vikasc has quit IRC13:12
*** yamamoto has joined #openstack-kuryr13:19
kzaitsev_wsapuimedo: do I understand correctly, that I need https://review.openstack.org/#/c/376045/ is needed for k8s's service virtual IPs and kube-proxy implementation?13:33
apuimedokzaitsev_ws: yes. You need that patch, otherwise services won't get fully translated to neutron-lbaasv213:35
apuimedokzaitsev_ws: make sure that kube-proxy doesn't run13:35
kzaitsev_wsoh, so that patch makes kuryr-k8s take place of kube-proxy then13:37
kzaitsev_wsI wonder if Ilya is still around. looks like he's not actively working on it at the moment =(13:38
apuimedokzaitsev_ws: he is when he has time13:38
apuimedowhich is not often these days13:38
kzaitsev_wsI should see if I would be able to help out with the patch. It feels pretty much obligatory to have it in.13:43
apuimedokzaitsev_ws: aboslutely obligatory13:49
*** vikasc has joined #openstack-kuryr14:05
apuimedokzaitsev_ws: We're also looking at moving to using octavia14:27
*** hongbin has joined #openstack-kuryr14:37
*** pcaruana has quit IRC16:03
*** kzaitsev_ws has quit IRC16:20
*** mattmceuen has joined #openstack-kuryr16:24
*** devvesa has quit IRC16:42
*** aojea_ has quit IRC16:56
*** yamamoto has quit IRC17:19
*** ltomasbo is now known as ltomasbo|away17:45
*** yamamoto has joined #openstack-kuryr17:56
*** ltomasbo|away is now known as ltomasbo17:56
*** ltomasbo is now known as ltomasbo|away18:07
*** yamamoto has quit IRC18:19
*** tonanhngo has joined #openstack-kuryr19:09
*** tonanhngo has quit IRC19:09
*** yamamoto has joined #openstack-kuryr19:17
*** tonanhngo has joined #openstack-kuryr19:19
*** yamamoto has quit IRC19:25
*** kzaitsev_mb has joined #openstack-kuryr19:43
*** aojea has joined #openstack-kuryr20:18
*** yamamoto has joined #openstack-kuryr20:23
*** yamamoto has quit IRC20:33
*** dougbtv|laptop has quit IRC20:35
*** aojea has quit IRC21:06
*** kzaitsev_mb has quit IRC21:11
*** mattmceuen has quit IRC21:18
*** aojea has joined #openstack-kuryr21:22
*** kzaitsev_mb has joined #openstack-kuryr21:25
*** kzaitsev_mb has quit IRC21:34
*** kzaitsev_mb has joined #openstack-kuryr22:00
*** kzaitsev_mb has quit IRC22:12
*** tonanhngo has quit IRC22:30
*** svinota has quit IRC22:35
*** kzaitsev_mb has joined #openstack-kuryr22:38
openstackgerritHongbin Lu proposed openstack/fuxi master: [WIP] Add fullstack test for manila provider  https://review.openstack.org/44983322:38
*** kzaitsev_mb has quit IRC22:43
*** apuimedo has quit IRC22:45
*** aojea has quit IRC22:59
openstackgerritHongbin Lu proposed openstack/fuxi master: [WIP] Add fullstack test for manila provider  https://review.openstack.org/44983323:11
*** hongbin has quit IRC23:28
*** tonanhngo has joined #openstack-kuryr23:30
*** tonanhngo has quit IRC23:34
*** kzaitsev_mb has joined #openstack-kuryr23:41

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