*** limao has joined #openstack-kuryr | 00:36 | |
*** yedongcan has joined #openstack-kuryr | 00:50 | |
*** hongbin has quit IRC | 01:07 | |
*** edisonxiang_ is now known as edisonxiang | 01:18 | |
*** limao_ has joined #openstack-kuryr | 01:39 | |
*** limao has quit IRC | 01:39 | |
*** hongbin has joined #openstack-kuryr | 03:05 | |
*** yamamoto has joined #openstack-kuryr | 03:57 | |
*** salv-orlando has joined #openstack-kuryr | 04:12 | |
*** salv-orlando has quit IRC | 04:13 | |
*** salv-orlando has joined #openstack-kuryr | 04:22 | |
*** salv-orlando has quit IRC | 04:27 | |
*** janki has joined #openstack-kuryr | 04:28 | |
*** hongbin has quit IRC | 04:30 | |
*** limao_ has quit IRC | 04:30 | |
*** limao has joined #openstack-kuryr | 04:31 | |
*** limao has quit IRC | 04:35 | |
*** gouthamr has quit IRC | 04:43 | |
*** kzaitsev_mb has joined #openstack-kuryr | 04:51 | |
*** limao has joined #openstack-kuryr | 04:58 | |
*** salv-orlando has joined #openstack-kuryr | 05:02 | |
*** limao has quit IRC | 05:03 | |
*** limao has joined #openstack-kuryr | 05:03 | |
*** limao has quit IRC | 05:04 | |
*** limao has joined #openstack-kuryr | 05:04 | |
*** kzaitsev_mb has quit IRC | 05:25 | |
*** salv-orlando has quit IRC | 05:39 | |
*** salv-orlando has joined #openstack-kuryr | 05:39 | |
*** salv-orlando has quit IRC | 05:44 | |
*** ltomasbo|away is now known as ltomasbo | 06:03 | |
*** pcaruana has joined #openstack-kuryr | 06:31 | |
*** ivc_ has quit IRC | 06:43 | |
*** ivc_ has joined #openstack-kuryr | 06:44 | |
*** ivc_ has quit IRC | 06:49 | |
dmellado | kzaitsev_pi: oh, I see, I'll put some doc gate, even if only for the release | 07:06 |
---|---|---|
dmellado | thanks kzaitsev_pi ;) | 07:07 |
dmellado | I'll review this and will create a doc gate us too when merged ;) | 07:07 |
dmellado | apuimedo: irena or any core, would you mind reviewing that in order to avoid me being a dictator? | 07:13 |
dmellado | thanks! | 07:13 |
dmellado | https://review.openstack.org/475901 | 07:13 |
*** egonzalez has joined #openstack-kuryr | 07:38 | |
*** janki has quit IRC | 07:38 | |
apuimedo | dmellado: if you ask in such a compelling way... | 07:50 |
dmellado | heh xD | 07:51 |
apuimedo | merged | 07:51 |
*** salv-orlando has joined #openstack-kuryr | 07:54 | |
openstackgerrit | Merged openstack/kuryr-tempest-plugin master: Add initial documentation https://review.openstack.org/475901 | 07:55 |
*** foutatoro has joined #openstack-kuryr | 07:56 | |
apuimedo | vikasc: any luck with the str to bytes | 07:56 |
vikasc | apuimedo, that i got work arounded | 07:56 |
apuimedo | how? | 07:57 |
vikasc | apuimedo, now problem i am stuck with is , pyroute2/netlink/rtnl/ifnfmsg/__init.py access local filesystem using "os.chdir and os.listdir" and there it fails because path of folders in frozen binary are not present on local filesystem | 07:58 |
vikasc | apuimedo, somehow this problem i dint face earlier with 2.7 | 07:58 |
dmellado | vikasc: don't say that, it kinda implies that we no longer need you xD | 07:58 |
vikasc | dmellado, i am trying :D | 07:59 |
vikasc | apuimedo, RUN sed -i -e "s/delimiter='/delimiter=b'/" /usr/local/lib/python3.5/site-packages/kuryr_kubernetes/k8s_client.py \ | 08:00 |
vikasc | && sed -i -e "s/self.bytebuffer + newdata/self.bytebuffer + newdata.encode()/" /usr/local/lib/python3.5/codecs.py | 08:00 |
vikasc | adding above to cni_builder dockerfile | 08:01 |
vikasc | i got rid of type erros | 08:01 |
vikasc | apuimedo, changing 'str' to 'byte' | 08:01 |
vikasc | apuimedo, ofcourse these are uglu hacks | 08:01 |
vikasc | s/ugly | 08:02 |
vikasc | apuimedo, moving to 3.5 is proving to be painful | 08:03 |
vikasc | apuimedo, pyroute2 problem, which i explained above, will also need some hack. | 08:04 |
vikasc | first i want to get it working and then can work to get rid of hacks. | 08:05 |
*** vikasc is now known as vikasc|lunch | 08:07 | |
vikasc|lunch | apuimedo, to be specific, this is the error which occurs at binding: kubelet[23773]: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIgZb61P/pyroute2/netlink/rtnl/ifinfmsg/plugins | 08:09 |
vikasc|lunch | os.chdir(<above-path>) is run from pyroute2 which leads to this error | 08:11 |
*** garyloug has joined #openstack-kuryr | 08:29 | |
*** kzaitsev_mb has joined #openstack-kuryr | 08:33 | |
apuimedo | isn't htat about missing modules in the binary? | 08:37 |
*** vikasc|lunch is now known as vikasc | 08:38 | |
vikasc | apuimedo, nope, i checked that in .pyz with pyi-archive-viewer | 08:38 |
vikasc | apuimedo, its there for sure | 08:39 |
vikasc | apuimedo, but the path binary knows(starting with /tmp) is not present on host filesystem. A similar issue i found here https://github.com/pyinstaller/pyinstaller/issues/2438 | 08:41 |
vikasc | this is related to juniper/junos | 08:41 |
*** neiljerram has joined #openstack-kuryr | 08:45 | |
kzaitsev_mb | dmellado: https://review.openstack.org/#/c/475904/ I already have a couple +2 here =) | 08:51 |
dmellado | kzaitsev_mb: yep, I moved my 'contacts' xD | 08:51 |
dmellado | kzaitsev_mb: oh, so you did that one as well? xD | 08:52 |
dmellado | heh, didn't realize and did mine | 08:52 |
dmellado | https://review.openstack.org/#/c/476028/ | 08:52 |
dmellado | kzaitsev_mb: | 08:52 |
dmellado | I'll abandone mine | 08:52 |
dmellado | kzaitsev_mb: next time pls add me a as a reviewer ;) | 08:53 |
kzaitsev_mb | np, it happens all the time with concurrent changes ) | 08:53 |
kzaitsev_mb | oh sure | 08:53 |
kzaitsev_mb | I left a note here, but forgot to add you guys as reviewers | 08:53 |
*** limao has quit IRC | 08:54 | |
dmellado | kzaitsev_mb: np! thanks for being quick on this ;) | 08:55 |
dmellado | my fault on setting python-jobs without relizing I couldn't leave the doc for after the release in any case :P | 08:56 |
apuimedo | dmellado: do you still need the kuryr-release thing? | 08:59 |
apuimedo | AFAIK now it shouldn't be needed, there's the openstack/release repo for that | 08:59 |
kzaitsev_mb | and I mostly have nothing to do here in the evenings. my hometown is getting ready for football world cup and it's a mess %) | 08:59 |
dmellado | apuimedo: it'd come in handy, but I did the openstack/release thing | 08:59 |
dmellado | so np | 08:59 |
dmellado | kzaitsev_mb: heh xD | 08:59 |
apuimedo | ok | 08:59 |
dmellado | apuimedo: kzaitsev_mb and me handled that, it should be ready soon | 09:00 |
apuimedo | dmellado: just saying because I'm not in that group either | 09:00 |
apuimedo | xD | 09:00 |
apuimedo | only gsagie is | 09:00 |
kzaitsev_mb | one giant construction site here %) | 09:00 |
dmellado | apuimedo: lol | 09:00 |
kzaitsev_mb | whats new on your side of things? =) | 09:00 |
dmellado | maybe we should consider spreading that xD | 09:00 |
dmellado | kzaitsev_mb: I'm melting here in Madrid | 09:01 |
dmellado | xD | 09:01 |
dmellado | it will get to 39ÂșC here today | 09:01 |
kzaitsev_mb | wow. that's hot. I liked Madrid. got myself an iphone there and apple still sends me ads in spanish =) Even though I'm in Russia and my official locale on all devices is french %) | 09:02 |
dmellado | kzaitsev_mb: lol xD | 09:02 |
*** salv-orlando has quit IRC | 09:02 | |
*** salv-orlando has joined #openstack-kuryr | 09:03 | |
*** salv-orlando has quit IRC | 09:03 | |
apuimedo | xD | 09:04 |
*** salv-orlando has joined #openstack-kuryr | 09:06 | |
*** salv-orlando has quit IRC | 09:08 | |
*** salv-orlando has joined #openstack-kuryr | 09:09 | |
*** limao has joined #openstack-kuryr | 09:16 | |
*** yamamoto has quit IRC | 09:22 | |
*** limao has quit IRC | 09:25 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Delete or recover precreated ports upon controller restart https://review.openstack.org/474576 | 09:28 |
ltomasbo | irenab, I included the two extra unittests you requested ^^ | 09:28 |
*** kzaitsev_mb has quit IRC | 09:43 | |
*** yamamoto has joined #openstack-kuryr | 09:46 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Add a new subnet driver to allow non-default subnet selection https://review.openstack.org/476070 | 09:50 |
*** kzaitsev_mb has joined #openstack-kuryr | 09:50 | |
ltomasbo | apuimedo, irenab, vikasc, kzaitsev_mb, kzaitsev_pi ^^ | 09:52 |
ltomasbo | I just created that one for discussions | 09:52 |
vikasc | thanks ltomasbo | 09:53 |
ltomasbo | if that is something in the line we can use, as well as something we can extend/adapt to unify it with multiple VIFs | 09:53 |
ltomasbo | like for instance passing a list of uuids and return a list of subnets or the like | 09:53 |
*** kzaitsev_mb has quit IRC | 09:55 | |
ltomasbo | vikasc, I saw your comment | 10:06 |
ltomasbo | and I agree with you | 10:06 |
ltomasbo | so, should we go for the assumption that there is only one subnet per network | 10:06 |
ltomasbo | or even more, should we instead of making the developer including the subnet/network | 10:07 |
vikasc | ltomasbo, my +1 for one subnet per network :) | 10:07 |
ltomasbo | allow him to just specify a range, for instance | 10:07 |
ltomasbo | I want this container in 10.10.0.0/24 | 10:07 |
ltomasbo | and then check if that network/subnet exists? | 10:07 |
vikasc | ltomasbo, ip address details IMO should not be expected from end user | 10:08 |
vikasc | ltomasbo, this is too much infra detail | 10:08 |
ltomasbo | ok | 10:08 |
ltomasbo | yep, makes sense | 10:08 |
vikasc | ltomasbo, network name/uuid seems reasonable to me | 10:09 |
ltomasbo | ok | 10:09 |
*** yamamoto_ has joined #openstack-kuryr | 10:09 | |
ltomasbo | I'll include the modifications and will let other people comment on it too | 10:09 |
vikasc | ltomasbo, lets see what other people think | 10:09 |
ltomasbo | thanks for the feedback | 10:09 |
vikasc | yw! | 10:10 |
*** salv-orl_ has joined #openstack-kuryr | 10:12 | |
vikasc | ltomasbo, ip address request in pod spec might restrict portability as well to some extent | 10:12 |
*** yamamoto has quit IRC | 10:13 | |
*** salv-orlando has quit IRC | 10:14 | |
openstackgerrit | Merged openstack/kuryr-libnetwork master: Ensure the returned pool has a matched cidr https://review.openstack.org/470773 | 10:15 |
*** yamamoto_ has quit IRC | 10:30 | |
*** yamamoto has joined #openstack-kuryr | 10:32 | |
*** yamamoto has quit IRC | 10:33 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Add a new subnet driver to allow non-default subnet selection https://review.openstack.org/476070 | 10:40 |
*** yamamoto has joined #openstack-kuryr | 10:43 | |
*** yamamoto has quit IRC | 10:54 | |
*** janki has joined #openstack-kuryr | 10:59 | |
*** rwallner has joined #openstack-kuryr | 11:17 | |
*** atoth has joined #openstack-kuryr | 11:21 | |
*** yamamoto has joined #openstack-kuryr | 11:24 | |
*** yamamoto has quit IRC | 11:28 | |
vikasc | apuimedo, this same issue, ifinfmsg/plugins not found, facing now with python2.7 as well. going crazy, how i got this working earlier :) | 11:29 |
*** kzaitsev_mb has joined #openstack-kuryr | 11:32 | |
*** yedongcan1 has joined #openstack-kuryr | 11:33 | |
*** yedongcan has quit IRC | 11:34 | |
*** garyloug has quit IRC | 11:34 | |
*** garyloug has joined #openstack-kuryr | 11:35 | |
*** vikasc has quit IRC | 11:41 | |
*** vikasc has joined #openstack-kuryr | 11:53 | |
*** yamamoto has joined #openstack-kuryr | 11:54 | |
*** irena has quit IRC | 12:00 | |
*** irena has joined #openstack-kuryr | 12:10 | |
*** vikasc has quit IRC | 12:19 | |
openstackgerrit | Daniel Mellado proposed openstack/kuryr-kubernetes master: [DNM] Infra check DNM https://review.openstack.org/476113 | 12:21 |
*** egonzalez has quit IRC | 12:23 | |
*** egonzalez has joined #openstack-kuryr | 12:26 | |
*** vikasc has joined #openstack-kuryr | 12:37 | |
*** rwallner has quit IRC | 12:43 | |
*** kzaitsev_mb has quit IRC | 12:43 | |
*** rwallner has joined #openstack-kuryr | 12:44 | |
*** salv-orl_ has quit IRC | 12:54 | |
*** salv-orlando has joined #openstack-kuryr | 12:56 | |
*** salv-orlando has quit IRC | 12:57 | |
*** salv-orlando has joined #openstack-kuryr | 12:58 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Add a new subnet driver to allow non-default subnet selection https://review.openstack.org/476070 | 12:58 |
*** rwallner has quit IRC | 13:04 | |
*** rwallner has joined #openstack-kuryr | 13:05 | |
*** gouthamr has joined #openstack-kuryr | 13:06 | |
*** salv-orlando has quit IRC | 13:08 | |
*** yedongcan has joined #openstack-kuryr | 13:08 | |
*** yedongcan1 has quit IRC | 13:11 | |
*** salv-orlando has joined #openstack-kuryr | 13:12 | |
*** gsagie has joined #openstack-kuryr | 13:12 | |
*** gsagie has quit IRC | 13:19 | |
*** yedongcan has left #openstack-kuryr | 13:48 | |
*** salv-orlando has quit IRC | 13:49 | |
*** rwallner has quit IRC | 13:50 | |
*** rwallner has joined #openstack-kuryr | 13:52 | |
*** ivc_ has joined #openstack-kuryr | 13:53 | |
*** hongbin has joined #openstack-kuryr | 14:20 | |
apuimedo | vikasc: ping | 14:25 |
vikasc | apuimedo, pong | 14:26 |
apuimedo | vikasc: I created https://github.com/svinota/pyroute2/pull/376 | 14:26 |
apuimedo | I think this may help solve the problem | 14:26 |
apuimedo | could you check if it helps? | 14:26 |
apuimedo | didn't have time to properly test it though | 14:26 |
vikasc | apuimedo, wow, so you avoided using local file system calls and import instead. cool | 14:27 |
vikasc | apuimedo, going to try | 14:28 |
apuimedo | thanks vikasc | 14:28 |
vikasc | apuimedo, thanks to you, i am stuck on this since hours | 14:29 |
vikasc | apuimedo, going back and forth | 14:29 |
apuimedo | that's why I try to help ;-) | 14:30 |
*** gouthamr has quit IRC | 14:37 | |
*** gouthamr has joined #openstack-kuryr | 14:38 | |
ltomasbo | apuimedo, any comments/input on this: https://review.openstack.org/#/c/476070/ | 14:42 |
apuimedo | ltomasbo: yes | 14:43 |
apuimedo | my comment is... | 14:43 |
ltomasbo | and also, please take a look at this (when you have time) https://review.openstack.org/#/c/474576/3 | 14:43 |
apuimedo | *drumroll* | 14:43 |
ltomasbo | jejejej | 14:43 |
apuimedo | I haven't looked at it yet | 14:43 |
apuimedo | xD | 14:43 |
ltomasbo | lol | 14:43 |
*** janki has quit IRC | 14:43 | |
apuimedo | I was trying to help vikasc with the pyinstaller stuff | 14:43 |
ltomasbo | there is no hurry | 14:43 |
ltomasbo | plus I think we are having some problems at the gate too | 14:44 |
apuimedo | ltomasbo: please, investigate those | 14:44 |
ltomasbo | I managed to install ODL with kuryr and it seems to work out-of-the-box | 14:44 |
vikasc | apuimedo, https://paste.fedoraproject.org/paste/VoJeNSJJsP-BCfMn60qicQ | 14:44 |
apuimedo | ltomasbo: did you already have the odl meeting? | 14:44 |
ltomasbo | nop, it will be in 15 min | 14:45 |
apuimedo | vikasc: what were you running when that happened? | 14:45 |
apuimedo | CNI? | 14:45 |
vikasc | apuimedo, yes | 14:45 |
apuimedo | oh, I see. cni of course | 14:45 |
vikasc | yes | 14:45 |
apuimedo | I'll look into it | 14:46 |
apuimedo | I wonder if it is due to pyinstaller or I fucked up something | 14:46 |
vikasc | sometime back in the day, i tried hardcoding plugin file names, commenting out chdir and listdir, at that time i too get same error | 14:46 |
apuimedo | vikasc: the old error or this new one? | 14:46 |
vikasc | this new one | 14:46 |
vikasc | so what yr pr is doing using stdlib, i just hardcoded that | 14:47 |
apuimedo | ok | 14:47 |
vikasc | like plugins=set(['vlan','ipvlan']) | 14:47 |
apuimedo | oh, I see | 14:47 |
vikasc | just to see if that helps | 14:47 |
vikasc | then i got same error which i pasted in paste now | 14:47 |
vikasc | then i dint explored further | 14:48 |
vikasc | i will be away now for some time | 14:48 |
apuimedo | vikasc: gotcha | 14:50 |
apuimedo | will try to reproduce in a smaller program | 14:51 |
vikasc | going for dinner, will get back | 14:51 |
apuimedo | vikasc: without pyinstaller it works | 14:52 |
apuimedo | so I'll try to find out why pyinstaller fails with it | 14:52 |
openstackgerrit | Hongbin Lu proposed openstack/kuryr-libnetwork master: Upgrade from docker-py to docker https://review.openstack.org/475893 | 15:04 |
*** rwallner has quit IRC | 15:05 | |
*** rwallner has joined #openstack-kuryr | 15:06 | |
*** pcaruana has quit IRC | 15:12 | |
*** limao has joined #openstack-kuryr | 15:32 | |
*** limao_ has joined #openstack-kuryr | 15:35 | |
*** limao has quit IRC | 15:36 | |
*** dougbtv_ has joined #openstack-kuryr | 15:37 | |
*** dougbtv has quit IRC | 15:40 | |
*** limao_ has quit IRC | 15:42 | |
*** limao has joined #openstack-kuryr | 15:42 | |
*** rwallner has quit IRC | 15:52 | |
*** salv-orlando has joined #openstack-kuryr | 15:55 | |
*** salv-orlando has quit IRC | 15:56 | |
*** salv-orlando has joined #openstack-kuryr | 15:57 | |
apuimedo | vikasc: I solved it!!! | 15:57 |
*** egonzalez has quit IRC | 15:58 | |
vikasc | apuimedo, superb, how? | 16:01 |
vikasc | apuimedo, i was still reading pyroute2 code :) | 16:02 |
apuimedo | vikasc: I'll send the patch now | 16:03 |
vikasc | apuimedo, sure | 16:03 |
vikasc | apuimedo, just give me a hint, i am curious to know | 16:04 |
ltomasbo | :D | 16:07 |
apuimedo | vikasc: https://github.com/svinota/pyroute2/pull/376/files | 16:07 |
apuimedo | this was a difficult issue | 16:07 |
apuimedo | vikasc: but now IPDB works for me in pyinstaller programs | 16:07 |
*** yamamoto_ has joined #openstack-kuryr | 16:10 | |
apuimedo | vikasc: so what do you think of the hack? | 16:11 |
apuimedo | xD | 16:11 |
*** salv-orl_ has joined #openstack-kuryr | 16:12 | |
*** yamamoto has quit IRC | 16:13 | |
*** salv-orlando has quit IRC | 16:15 | |
vikasc | apuimedo, i just got back, taking a look now.. | 16:15 |
apuimedo | ;-) | 16:18 |
vikasc | apuimedo, awesome, pyinstaller guys suggest such hacks only :) | 16:18 |
vikasc | apuimedo, going to test it | 16:18 |
apuimedo | dmellado: ping | 16:24 |
apuimedo | thanks vikasc | 16:24 |
dmellado | apuimedo: pong | 16:24 |
vikasc | apuimedo, a very big thank to you :) | 16:24 |
apuimedo | vikasc: you are the one working late | 16:25 |
apuimedo | ;-) | 16:25 |
vikasc | :) | 16:25 |
vikasc | apuimedo, i verified, pyroute2 issue got resolved. | 16:27 |
*** limao has quit IRC | 16:28 | |
apuimedo | vikasc: Toni scores! | 16:28 |
*** limao has joined #openstack-kuryr | 16:28 | |
vikasc | apuimedo, indeed!! | 16:28 |
apuimedo | vikasc: any other issue or did CNI finally plug the infra container? | 16:29 |
vikasc | i am getiing another error in binding, which seems related to my configuration/setup. I will debug after sometime | 16:29 |
vikasc | i will figure out this one | 16:30 |
*** rwallner has joined #openstack-kuryr | 16:30 | |
vikasc | need to go offline now | 16:30 |
vikasc | will continue tomorrow | 16:31 |
apuimedo | very well | 16:31 |
apuimedo | talk to you tomorrow vikasc | 16:31 |
apuimedo | we're close already! | 16:31 |
vikasc | apuimedo, bbye gn | 16:31 |
*** rwallner has quit IRC | 16:32 | |
*** garyloug has quit IRC | 16:47 | |
*** yamamoto_ has quit IRC | 16:47 | |
*** yamamoto has joined #openstack-kuryr | 16:49 | |
*** tonanhngo has joined #openstack-kuryr | 17:05 | |
*** ltomasbo is now known as ltomasbo|away | 17:19 | |
*** rwallner has joined #openstack-kuryr | 17:32 | |
*** rwallner has quit IRC | 17:36 | |
*** rwallner has joined #openstack-kuryr | 17:36 | |
*** yamamoto has quit IRC | 17:42 | |
*** limao_ has joined #openstack-kuryr | 17:42 | |
*** limao has quit IRC | 17:44 | |
*** yamamoto has joined #openstack-kuryr | 17:51 | |
*** oanson has quit IRC | 17:52 | |
*** oanson has joined #openstack-kuryr | 17:52 | |
*** yamamoto has quit IRC | 17:56 | |
*** limao_ has quit IRC | 17:59 | |
*** kzaitsev_mb has joined #openstack-kuryr | 18:01 | |
*** huikang has joined #openstack-kuryr | 18:15 | |
*** yamamoto has joined #openstack-kuryr | 18:15 | |
*** salv-orl_ has quit IRC | 18:17 | |
openstackgerrit | Hongbin Lu proposed openstack/kuryr-libnetwork master: Support tagging existing subnetpool https://review.openstack.org/470640 | 18:29 |
*** rwallner has quit IRC | 18:33 | |
*** yamamoto has quit IRC | 18:44 | |
*** huikang has quit IRC | 18:50 | |
*** huikang has joined #openstack-kuryr | 18:51 | |
*** huikang has quit IRC | 18:51 | |
*** huikang has joined #openstack-kuryr | 18:57 | |
*** huikang has quit IRC | 18:58 | |
*** huikang has joined #openstack-kuryr | 18:58 | |
*** rwallner has joined #openstack-kuryr | 19:01 | |
*** huikang has quit IRC | 19:12 | |
*** rwallner has quit IRC | 19:41 | |
*** yamamoto has joined #openstack-kuryr | 19:45 | |
*** yamamoto has quit IRC | 19:52 | |
*** kzaitsev_mb has quit IRC | 19:57 | |
*** kzaitsev_mb has joined #openstack-kuryr | 20:02 | |
*** openstackgerrit has quit IRC | 20:03 | |
*** salv-orlando has joined #openstack-kuryr | 20:04 | |
*** gouthamr has quit IRC | 20:09 | |
*** huikang has joined #openstack-kuryr | 20:13 | |
*** huikang has quit IRC | 20:17 | |
*** huikang has joined #openstack-kuryr | 20:36 | |
*** gouthamr has joined #openstack-kuryr | 20:48 | |
*** huikang has quit IRC | 20:58 | |
*** rwallner has joined #openstack-kuryr | 21:02 | |
*** huikang has joined #openstack-kuryr | 21:02 | |
*** huikang has quit IRC | 21:03 | |
*** foutatoro has quit IRC | 21:05 | |
*** rwallner has quit IRC | 21:07 | |
*** kzaitsev_mb has quit IRC | 21:14 | |
*** salv-orl_ has joined #openstack-kuryr | 22:12 | |
*** salv-orlando has quit IRC | 22:15 | |
*** salv-orl_ has quit IRC | 22:15 | |
*** salv-orlando has joined #openstack-kuryr | 22:16 | |
*** salv-orlando has quit IRC | 22:21 | |
*** limao has joined #openstack-kuryr | 22:57 | |
*** rwallner has joined #openstack-kuryr | 23:39 | |
*** rwallner has quit IRC | 23:43 | |
*** salv-orlando has joined #openstack-kuryr | 23:47 | |
*** salv-orlando has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!