| *** gouthamr has joined #openstack-kuryr | 00:21 | |
| *** caowei has joined #openstack-kuryr | 01:04 | |
| *** kiennt26 has joined #openstack-kuryr | 01:43 | |
| *** c00281451 has joined #openstack-kuryr | 01:56 | |
| *** hongbin has quit IRC | 02:11 | |
| *** wangbo_ has joined #openstack-kuryr | 02:42 | |
| *** kiennt26 has quit IRC | 02:49 | |
| *** kiennt26 has joined #openstack-kuryr | 02:59 | |
| *** premsankar has quit IRC | 03:28 | |
| *** kiennt26 has quit IRC | 03:31 | |
| *** hongbin has joined #openstack-kuryr | 03:32 | |
| *** kiennt26 has joined #openstack-kuryr | 03:32 | |
| *** caowei has left #openstack-kuryr | 04:08 | |
| *** gouthamr has quit IRC | 04:14 | |
| *** wangbo_ has quit IRC | 04:28 | |
| *** pcaruana has joined #openstack-kuryr | 04:32 | |
| *** oikiki has quit IRC | 04:35 | |
| *** kiennt26 has quit IRC | 04:36 | |
| *** hongbin has quit IRC | 04:40 | |
| *** pcaruana has quit IRC | 04:58 | |
| *** wangbo_ has joined #openstack-kuryr | 05:01 | |
| *** pmannidi has quit IRC | 05:08 | |
| *** janki has joined #openstack-kuryr | 05:10 | |
| *** pmannidi has joined #openstack-kuryr | 05:25 | |
| irenab | apuimedo: related to the question from yesterday: https://stackoverflow.com/questions/28505305/changing-pods-labels-on-the-fly | 05:37 |
|---|---|---|
| *** caowei has joined #openstack-kuryr | 05:40 | |
| apuimedo | irenab: https://review.openstack.org/#/c/498698/22 | 05:43 |
| apuimedo | I answered your question | 05:43 |
| apuimedo | irenab: pffff, that stackoverflow answer means a lot of trouble | 05:44 |
| irenab | apuimedo: how is the socket file permissions set? | 05:44 |
| apuimedo | irenab: it should be deployment | 05:44 |
| irenab | I somehow miss this part | 05:44 |
| apuimedo | but usually it is owned by the user that created it, so | 05:44 |
| apuimedo | if the controller runs as root | 05:44 |
| irenab | maybe worth to document it | 05:45 |
| apuimedo | only root can write to it | 05:45 |
| apuimedo | similar ot the docker.sock | 05:45 |
| irenab | so it has nothing to do with keystone at all, right? | 05:45 |
| irenab | who is allowed to call the manager? | 05:46 |
| irenab | should it be similar to get proper env settings as with calling openstack cli? | 05:46 |
| apuimedo | irenab: nope | 05:51 |
| apuimedo | no relation to keystone | 05:51 |
| apuimedo | no, as I said, it is like with the docker daemon | 05:51 |
| apuimedo | you handle it with linux file permissions | 05:51 |
| apuimedo | whoever is 'root' in the cluster controllers can interact with it | 05:52 |
| *** pmannidi has quit IRC | 05:52 | |
| irenab | ok, got it | 05:54 |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Add devstack ports pool configuration options https://review.openstack.org/510532 | 05:56 |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Migrate to Zuulv3 https://review.openstack.org/509383 | 06:06 |
| *** pmannidi has joined #openstack-kuryr | 06:09 | |
| *** yamamoto has quit IRC | 06:11 | |
| apuimedo | ltomasbo: irenab: This conversation raises a good question though | 06:14 |
| apuimedo | when the controller runs containerized... | 06:14 |
| apuimedo | The way to interact with it via socket file will not be that consumable | 06:15 |
| ltomasbo | sorry I didn't realise about the conversation here | 06:17 |
| ltomasbo | and yes, if you change the file permissions the manager cannot access the socket | 06:17 |
| ltomasbo | so it is handled with that, in the same way as it is done in the cni split | 06:17 |
| ltomasbo | apuimedo, I didn't test it with the containerized version, right | 06:18 |
| *** wangbo_ has quit IRC | 06:20 | |
| *** edisonxiang has quit IRC | 06:20 | |
| *** wangbo_ has joined #openstack-kuryr | 06:21 | |
| openstackgerrit | Merged openstack/kuryr-libnetwork master: Migrate to Zuulv3 https://review.openstack.org/509356 | 06:22 |
| apuimedo | ltomasbo: well... It's not just about testing, it's that the approach won't quite work | 06:27 |
| apuimedo | xD | 06:27 |
| apuimedo | because it may be scheduled to run on any worker node | 06:27 |
| apuimedo | and how do you get then to the socket file | 06:27 |
| apuimedo | you'll have to do | 06:27 |
| apuimedo | kubectl get po | 06:27 |
| apuimedo | find the pod | 06:27 |
| apuimedo | and then do kubectl exec | 06:27 |
| apuimedo | to execute the command inside | 06:27 |
| apuimedo | it's a bit ugly | 06:27 |
| apuimedo | but for the patch, let's keep it as it is | 06:28 |
| apuimedo | we just need to find a better way going forward | 06:28 |
| *** livelace-link has joined #openstack-kuryr | 06:32 | |
| *** livelace-link has quit IRC | 06:33 | |
| ltomasbo | apuimedo, can this be part of the controller? | 06:35 |
| ltomasbo | apuimedo, I mean, that is a process that is spawn at running time by the controller depend on the driver and config option | 06:35 |
| *** livelace has joined #openstack-kuryr | 06:36 | |
| ltomasbo | so, I assume it will be just enabling access to /run/kuryr when creating the controller | 06:36 |
| *** livelace-link has joined #openstack-kuryr | 06:38 | |
| *** livelace-link has quit IRC | 06:38 | |
| *** kiennt26 has joined #openstack-kuryr | 06:42 | |
| *** livelace-link has joined #openstack-kuryr | 06:47 | |
| dmellado | kiennt26: around? | 07:01 |
| *** pcaruana has joined #openstack-kuryr | 07:04 | |
| *** livelace-link has quit IRC | 07:09 | |
| apuimedo | ltomasbo: 'access to /run/kuryr' on which machine? | 07:10 |
| apuimedo | xD | 07:10 |
| ltomasbo | wherever the controller pod is running | 07:10 |
| *** karimb has joined #openstack-kuryr | 07:11 | |
| ltomasbo | it needs modifications, but I guess it should be included into the pod daemon set, but not sure how... | 07:11 |
| ltomasbo | perhaps dulek knows better about how we can do this | 07:12 |
| apuimedo | I would not do it in the worker nodes | 07:12 |
| apuimedo | ltomasbo: I'm actually considering that maybe the best is to have a CRD in Kubernetes for the pools | 07:13 |
| apuimedo | then you would just do a kubectl create -f mypool | 07:13 |
| apuimedo | and the pool object, if only specifying ports | 07:13 |
| apuimedo | sorry | 07:13 |
| apuimedo | size | 07:13 |
| apuimedo | it would mean that the controller has to fulfill it | 07:14 |
| apuimedo | irenab: ltomasbo: dulek: dmellado: ivc_: what do you think ^^ ? | 07:14 |
| ltomasbo | let me process that....:) | 07:15 |
| dmellado | apuimedo: same here | 07:15 |
| dmellado | I'm still low on caffeine | 07:15 |
| apuimedo | dmellado: I'm up since 6am XD | 07:15 |
| ltomasbo | apuimedo, so, this pool object will be all the pools? a specific pool? | 07:15 |
| ltomasbo | apuimedo, why?? :D | 07:16 |
| dmellado | apuimedo: you're no human | 07:16 |
| dmellado | xD | 07:16 |
| dmellado | and I know that you'll go take your nap in a while xD | 07:16 |
| apuimedo | ltomasbo: baby woke up all peed, so I had to change it and feed it and make it sleep again, and since it took 45 minutes , I was not sleepy anymore | 07:16 |
| apuimedo | ltomasbo: can you please address https://review.openstack.org/#/c/509989/ ? | 07:17 |
| irenab | apuimedo: you will miss this time when you are asleep to take cae of a baby and not wit for them to be back home at 6:00 am … | 07:18 |
| apuimedo | irenab: I don't think so... Life is so much better with the old one that already goes to school and sleeps like a marmot | 07:19 |
| *** c00281451 is now known as zengchen | 07:19 | |
| apuimedo | the baby is cute though | 07:19 |
| irenab | wait till he is 16 | 07:19 |
| apuimedo | so it compensates it a bit | 07:19 |
| ltomasbo | apuimedo, sure, I was reading emails, and other stuff (odl fighting), I'll address your comments asap | 07:19 |
| apuimedo | irenab: maybe he'll be like me and he won't party | 07:19 |
| irenab | apuimedo: :-) | 07:19 |
| apuimedo | ltomasbo: did you sort out the connectivity between the two servers? | 07:20 |
| ltomasbo | nop | 07:20 |
| apuimedo | :/ | 07:20 |
| apuimedo | also, https://review.openstack.org/#/c/510157/ would be nice to merge | 07:20 |
| apuimedo | (needs ut) | 07:20 |
| ltomasbo | actually I'm testing other controllers deployment (as suggested by other guys) and it is not even working | 07:20 |
| ltomasbo | and as it seems we need to move to nitrogen, I'm testing with that too | 07:20 |
| ltomasbo | apuimedo, I'll do too! | 07:21 |
| ltomasbo | as stack.sh takes some time, I can do some ut in between... | 07:21 |
| ltomasbo | also, irenab, can you take a look at this one when you have time: https://review.openstack.org/#/c/509364/ | 07:23 |
| irenab | apuimedo: regarding pools CRD, would it be driven by controller or user? | 07:24 |
| irenab | apuimedo: ltomasbo : I wonder if we should change the defualt for devstack on port setting name. It was very usefull and now I always forget to change the default … | 07:25 |
| ltomasbo | irenab, sure, actually, even if the default is false | 07:26 |
| ltomasbo | it makes sense for devstack to set it to true | 07:26 |
| ltomasbo | so, I agree with you | 07:26 |
| irenab | apuimedo: ^^ ? | 07:27 |
| ltomasbo | and it is just 1 line change :) | 07:27 |
| irenab | yes, otherwise matching ports to pods requires investigation | 07:28 |
| irenab | regarding the pools manager, I guess we can add the current patch as dev feature. but for production grade, we should have more solid approach, maybe CRD | 07:30 |
| *** wangbo_ has quit IRC | 07:31 | |
| *** wangbo has joined #openstack-kuryr | 07:32 | |
| dulek | ltomasbo, apuimedo: I've just catched up with scrollback. | 07:35 |
| dulek | ltomasbo, apuimedo: Regarding socket in containerized Kuryr - we can always mount a directory on the host as a volume to place the socket in. | 07:36 |
| dulek | ltomasbo, apuimedo: But to be honest - I'm wondering if we don't just need a regular API service? | 07:37 |
| *** egonzalez has joined #openstack-kuryr | 07:39 | |
| ltomasbo | dulek, yep, that could be another option | 07:39 |
| *** kiennt26 has quit IRC | 07:43 | |
| apuimedo | irenab: driven by both | 07:43 |
| *** kiennt26 has joined #openstack-kuryr | 07:43 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Add exception handling to _get_in_use_ports https://review.openstack.org/509364 | 07:49 |
| *** pmannidi has quit IRC | 07:54 | |
| openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Speed up neutron request_vifs function https://review.openstack.org/509989 | 07:56 |
| *** garyloug has joined #openstack-kuryr | 07:58 | |
| openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add Pool Manager to handle subports https://review.openstack.org/498698 | 08:10 |
| *** wangbo has quit IRC | 08:43 | |
| *** wangbo has joined #openstack-kuryr | 08:53 | |
| apuimedo | irenab: please review https://review.openstack.org/#/c/509989/ | 09:17 |
| *** kiennt26 has quit IRC | 09:19 | |
| irenab | ok | 09:21 |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Speed up neutron request_vifs function https://review.openstack.org/509989 | 09:40 |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Add Pool Manager to handle subports https://review.openstack.org/498698 | 09:48 |
| *** kiennt26 has joined #openstack-kuryr | 09:52 | |
| *** kiennt26 has quit IRC | 09:53 | |
| *** phuoc_ has quit IRC | 10:06 | |
| dmellado | apuimedo: irenab ltomasbo meeting? | 10:31 |
| irenab | joining | 10:31 |
| dmellado | otherwise I'll go get lunch xD | 10:31 |
| janonymous | :D | 10:31 |
| dmellado | apuimedo: ' I woke up at 6am man ' ! | 10:32 |
| dmellado | don't tell me that now you got asleep xD | 10:32 |
| ltomasbo | joining | 10:32 |
| irenab | dmellado: you maybe right | 10:32 |
| dmellado | I'll start writing quotes | 10:33 |
| dmellado | apuimedo: 'I woke up at 6am' | 10:33 |
| dmellado | ltomasbo: 'I'll write a test' | 10:33 |
| dmellado | xD | 10:33 |
| dmellado | and so xD | 10:33 |
| ltomasbo | jejejeje | 10:33 |
| dmellado | dmellado: 'ZuulV3 will improve this' | 10:33 |
| ltomasbo | dmellado, you can set them at the channel topic! :D | 10:34 |
| dmellado | xD | 10:34 |
| irenab | I think apuimedo made himself confused again with utc/cet | 10:34 |
| dmellado | hold on, I'll call him | 10:34 |
| janonymous | :D | 10:34 |
| apuimedo | no, no | 10:35 |
| apuimedo | I'll join | 10:35 |
| apuimedo | just a sec | 10:35 |
| apuimedo | I was finishing one patch | 10:35 |
| dmellado | apuimedo: yeah, a 'patch' | 10:35 |
| dmellado | I like 'finishing patches' after lunch too | 10:35 |
| dmellado | xD | 10:35 |
| openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add list and show pool commands to Pool Manager https://review.openstack.org/504410 | 10:36 |
| dmellado | https://sepoles.files.wordpress.com/2015/10/siesta.png | 10:36 |
| dmellado | btw ltomasbo you did a good thing not coming to the office today | 10:38 |
| dmellado | alexa's becoming worse than ever | 10:38 |
| dmellado | 'alexa' | 10:38 |
| ltomasbo | yep | 10:41 |
| ltomasbo | I had enough last week... | 10:41 |
| dmellado | you and me both xD | 10:41 |
| ltomasbo | apuimedo, irenab, I had to press the rebase in this one: https://review.openstack.org/#/c/504410 (so +W was lost) | 10:44 |
| irenab | done | 10:44 |
| ltomasbo | thanks! | 10:52 |
| *** wangbo has quit IRC | 10:55 | |
| *** wangbo has joined #openstack-kuryr | 11:08 | |
| *** yamamoto has joined #openstack-kuryr | 11:38 | |
| *** yamamoto has quit IRC | 11:44 | |
| *** yamamoto has joined #openstack-kuryr | 11:44 | |
| *** yamamoto has quit IRC | 11:47 | |
| *** yamamoto has joined #openstack-kuryr | 11:48 | |
| *** yamamoto has quit IRC | 11:49 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Add list and show pool commands to Pool Manager https://review.openstack.org/504410 | 11:50 |
| *** yamamoto has joined #openstack-kuryr | 11:55 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Get rid of code patching in containers https://review.openstack.org/510852 | 11:57 |
| zengchen | hi, guys. will the vPTG be held on schedule? I still can not join in the meeting. | 12:03 |
| zengchen | ping apuimedo | 12:18 |
| *** yamamoto has quit IRC | 12:27 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 12:27 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-libnetwork master: Updated from global requirements https://review.openstack.org/502663 | 12:27 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 12:27 |
| *** yamamoto has joined #openstack-kuryr | 12:29 | |
| *** yamamoto has quit IRC | 12:33 | |
| *** wangbo has quit IRC | 12:48 | |
| *** kzaitsev1pi has quit IRC | 13:05 | |
| *** kzaitsev_pi has joined #openstack-kuryr | 13:06 | |
| *** lihi has quit IRC | 13:12 | |
| *** leyal has quit IRC | 13:13 | |
| *** dimak has quit IRC | 13:14 | |
| *** oanson has quit IRC | 13:14 | |
| apuimedo | zengchen: no. no. The fuxi session will most likely be next week | 13:14 |
| *** irenab has quit IRC | 13:14 | |
| *** irenab has joined #openstack-kuryr | 13:15 | |
| *** dimak has joined #openstack-kuryr | 13:15 | |
| *** leyal has joined #openstack-kuryr | 13:15 | |
| *** oanson has joined #openstack-kuryr | 13:15 | |
| *** lihi has joined #openstack-kuryr | 13:16 | |
| zengchen | apuimedo:got it. thanks. | 13:25 |
| *** caowei has quit IRC | 13:28 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Get rid of code patching in containers https://review.openstack.org/510852 | 13:33 |
| *** karimb has quit IRC | 13:35 | |
| apuimedo | dulek: have you tried https://review.openstack.org/#/c/510852/ ? | 13:36 |
| apuimedo | we do not install any rootwrap | 13:36 |
| dulek | apuimedo: I've did. Privsep is used by os_vif. | 13:37 |
| dulek | apuimedo: os_vif needs to have root to connect stuff, right? | 13:37 |
| apuimedo | dulek: I know it is used by os_vif, I wrote the patch when I encountered the bug of it relying on rootwrap and the fork mode not being configurable | 13:37 |
| apuimedo | https://review.openstack.org/476489 | 13:38 |
| dulek | apuimedo: Hm. So what were your problems with running with the default? | 13:39 |
| dulek | apuimedo: I haven't hit any, but maybe I've omitted a case when testing? | 13:39 |
| apuimedo | IIRC it would just fail to do the vif.plug | 13:40 |
| dulek | apuimedo: So if I was able to ping pods from the host - was it enough to hit the problem? | 13:41 |
| apuimedo | maybe I'm forgetting some catch | 13:43 |
| apuimedo | what was the environment? baremetal? | 13:43 |
| *** karimb has joined #openstack-kuryr | 13:43 | |
| dulek | apuimedo: My local CentOS VM. | 13:44 |
| dulek | apuimedo: I've just run DevStack in there. | 13:44 |
| apuimedo | I wonder if maybe it would show on pod-in-vm scenario | 13:44 |
| apuimedo | now I don't remember | 13:44 |
| openstackgerrit | Merged openstack/kuryr-libnetwork master: Updated from global requirements https://review.openstack.org/502663 | 13:45 |
| *** gouthamr has joined #openstack-kuryr | 13:46 | |
| dulek | apuimedo: Hm… This makes me upset, as I really hate this arbitrary patching. How should I test this before we're sure it's not breaking anything? | 13:46 |
| apuimedo | dulek: I understand | 13:47 |
| apuimedo | I would say, if you can't reproduce it in openshift, get rid of the patch | 13:47 |
| dulek | "os_vif.plug() at cni fails with privsep issue when using ovs-firewall" - okay, I don't think I have ovs-firewall configured? | 13:47 |
| apuimedo | aha! | 13:49 |
| apuimedo | xD | 13:49 |
| dulek | apuimedo: But sorry, I don't get how "However, CNI is already run as root. So this makes little sense." is an issue? | 13:49 |
| dulek | apuimedo: I mean doing "sudo sudo command" is equivalent of "sudo command", right? | 13:50 |
| apuimedo | dulek: well, it's retarded to use sudo when we're already root | 13:50 |
| apuimedo | the privsep fork mode is much cleaner | 13:50 |
| dulek | apuimedo: I agree, but it shouldn't break things. | 13:50 |
| dulek | apuimedo: And doing sudo as root is IMO cleaner than arbitrary patching when building a container. :P | 13:51 |
| apuimedo | dulek: sudo doesn't need to be on the system though | 13:51 |
| apuimedo | you have it due to devstack | 13:51 |
| dulek | apuimedo: Oh. CNI is run on the host, not inside the container… | 13:52 |
| dulek | apuimedo: That's a place we have no control of… Makes sense. | 13:52 |
| *** kiennt26 has joined #openstack-kuryr | 13:53 | |
| *** livelace has quit IRC | 13:53 | |
| apuimedo | yup | 13:53 |
| *** hongbin has joined #openstack-kuryr | 13:54 | |
| apuimedo | dulek: what we should do is redo my oslo.privsep patch | 13:54 |
| apuimedo | and make one to os.vif | 13:54 |
| apuimedo | it's such a drag though | 13:54 |
| apuimedo | some days I'd just drop os.vif xD | 13:54 |
| dulek | apuimedo: I think I should be able to convince dhelmann to merge it. | 13:54 |
| apuimedo | dulek: if you manage that I'll buy you a beer | 13:55 |
| apuimedo | I failed miserably at that | 13:55 |
| dulek | apuimedo: I guess discussion happened on IRC and that's why there's not much on review? | 13:55 |
| apuimedo | dulek: just a bit | 13:56 |
| dulek | apuimedo: I also wonder why isn't a patch to os_vif enough? Like os_vif should make it possible to set how it will call start(). | 13:56 |
| apuimedo | not so much | 13:56 |
| apuimedo | well, I wanted this patch to be merged, then you didn't need to change os_vif | 13:56 |
| apuimedo | :-) | 13:56 |
| dulek | apuimedo: :D | 13:57 |
| apuimedo | if you want to go doug's way, then you need to patch both | 13:57 |
| dulek | Okay, I'll look at it. | 13:57 |
| openstackgerrit | Daniel Mellado proposed openstack/kuryr-tempest-plugin master: [WIP] Add scenario test manager https://review.openstack.org/510896 | 14:04 |
| *** phuoc_ has joined #openstack-kuryr | 14:04 | |
| *** lihi has quit IRC | 14:05 | |
| *** leyal has quit IRC | 14:06 | |
| *** dimak has quit IRC | 14:06 | |
| *** oanson has quit IRC | 14:06 | |
| *** irenab has quit IRC | 14:06 | |
| *** dimak has joined #openstack-kuryr | 14:07 | |
| *** irenab has joined #openstack-kuryr | 14:07 | |
| *** leyal has joined #openstack-kuryr | 14:07 | |
| *** oanson has joined #openstack-kuryr | 14:07 | |
| *** lihi has joined #openstack-kuryr | 14:08 | |
| *** atoth has joined #openstack-kuryr | 14:11 | |
| *** kiennt26 has quit IRC | 14:22 | |
| *** janki has quit IRC | 14:27 | |
| hongbin | irenab, apuimedo : ping | 14:34 |
| apuimedo | hongbin: pong | 14:47 |
| *** jgriffith has quit IRC | 14:48 | |
| hongbin | apuimedo: hi toni | 14:48 |
| hongbin | apuimedo: want to request your review on the SR-IOV patches: https://review.openstack.org/#/c/500420/ and https://review.openstack.org/#/c/508778/ | 14:48 |
| hongbin | apuimedo: i need those patches merged and make a new release of kuryr to continue the kuryr-libnetwork work :) | 14:49 |
| apuimedo | hongbin: on it! | 14:49 |
| hongbin | apuimedo: thx | 14:49 |
| apuimedo | I see that zuul has -1 the first | 14:49 |
| apuimedo | both actually | 14:50 |
| apuimedo | do you know why? | 14:50 |
| hongbin | zuul v3 is unstable now | 14:50 |
| hongbin | but jenkin has +1, which should be fine | 14:50 |
| apuimedo | ok. I'll review today | 14:54 |
| hongbin | thx | 14:54 |
| *** jgriffith_ has joined #openstack-kuryr | 14:58 | |
| *** zengchen has quit IRC | 15:15 | |
| *** gianpietro has joined #openstack-kuryr | 15:17 | |
| *** gianpietro has quit IRC | 15:17 | |
| *** egonzalez has quit IRC | 15:57 | |
| *** pcaruana has quit IRC | 16:07 | |
| *** gouthamr has quit IRC | 16:10 | |
| *** aojea has joined #openstack-kuryr | 16:35 | |
| *** garyloug has quit IRC | 16:54 | |
| *** gouthamr has joined #openstack-kuryr | 16:56 | |
| *** gouthamr has quit IRC | 17:00 | |
| *** gouthamr has joined #openstack-kuryr | 17:01 | |
| dulek | apuimedo: Oh well, does http://paste.openstack.org/show/623265/ look familiar to you? I'm getting that in kuryr-daemon container when running without privsep patch. | 17:03 |
| dulek | I guess I'll just port the patch to kuryr-daemon version… | 17:04 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 18:54 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 18:54 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 19:10 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 19:10 |
| *** aojea has quit IRC | 19:16 | |
| *** aojea has joined #openstack-kuryr | 19:24 | |
| *** aojea has quit IRC | 19:41 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 20:22 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 20:22 |
| *** gianpietro has joined #openstack-kuryr | 20:30 | |
| *** openstackgerrit has quit IRC | 20:33 | |
| *** openstackgerrit has joined #openstack-kuryr | 20:50 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 20:50 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 20:50 |
| *** gouthamr has quit IRC | 21:06 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements https://review.openstack.org/496048 | 21:06 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/509781 | 21:06 |
| *** zarka has joined #openstack-kuryr | 21:22 | |
| *** heeba has joined #openstack-kuryr | 21:31 | |
| *** heeba has quit IRC | 21:34 | |
| *** zarka_ has joined #openstack-kuryr | 21:45 | |
| *** zarka_ has quit IRC | 21:46 | |
| *** zarka has quit IRC | 21:49 | |
| *** zarka has joined #openstack-kuryr | 21:49 | |
| *** zarka has quit IRC | 21:56 | |
| *** zarka has joined #openstack-kuryr | 22:00 | |
| *** oikiki has joined #openstack-kuryr | 22:06 | |
| *** zarka_ has joined #openstack-kuryr | 22:07 | |
| *** zarka has quit IRC | 22:07 | |
| *** zarka has joined #openstack-kuryr | 22:08 | |
| *** zarka has joined #openstack-kuryr | 22:08 | |
| *** zarka has quit IRC | 22:11 | |
| *** oikiki has quit IRC | 22:11 | |
| *** heeba has joined #openstack-kuryr | 22:12 | |
| *** zarka has joined #openstack-kuryr | 22:12 | |
| *** zarka has quit IRC | 22:14 | |
| *** zarka has joined #openstack-kuryr | 22:15 | |
| *** heeba has quit IRC | 22:15 | |
| *** yamamoto has joined #openstack-kuryr | 22:19 | |
| *** zarka has quit IRC | 22:29 | |
| *** zarka has joined #openstack-kuryr | 22:33 | |
| *** zarka_ has joined #openstack-kuryr | 22:35 | |
| *** asd has joined #openstack-kuryr | 22:38 | |
| *** zarka has quit IRC | 22:38 | |
| *** asd has quit IRC | 22:39 | |
| *** zarka_ has quit IRC | 22:39 | |
| *** zarka has joined #openstack-kuryr | 22:40 | |
| *** jgriffith_ has quit IRC | 22:46 | |
| *** zarka has quit IRC | 22:50 | |
| *** zarka has joined #openstack-kuryr | 22:50 | |
| *** oikiki has joined #openstack-kuryr | 22:51 | |
| *** zarka has quit IRC | 22:54 | |
| *** karimb has quit IRC | 23:03 | |
| *** hongbin has quit IRC | 23:22 | |
| *** gouthamr has joined #openstack-kuryr | 23:40 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!