*** rh-jelabarre has joined #openstack-kuryr | 00:03 | |
*** maysamacedos has joined #openstack-kuryr | 00:04 | |
*** rh-jelabarre has quit IRC | 00:13 | |
*** rh-jelabarre has joined #openstack-kuryr | 00:17 | |
*** yamamoto has joined #openstack-kuryr | 00:48 | |
*** yamamoto has quit IRC | 00:53 | |
*** rh-jelabarre has quit IRC | 00:54 | |
*** lan2 has quit IRC | 01:21 | |
openstackgerrit | Lv Jiawei proposed openstack/kuryr-kubernetes master: Devstack install fail if docker cgroup driver is systemd https://review.openstack.org/575319 | 01:31 |
---|---|---|
*** yamamoto has joined #openstack-kuryr | 01:49 | |
*** yamamoto has quit IRC | 01:56 | |
*** pliu has quit IRC | 02:00 | |
*** pliu has joined #openstack-kuryr | 02:15 | |
*** maysamacedos has quit IRC | 02:45 | |
*** yamamoto has joined #openstack-kuryr | 02:51 | |
*** yamamoto has quit IRC | 02:57 | |
*** fkautz has quit IRC | 03:43 | |
*** fkautz has joined #openstack-kuryr | 03:45 | |
*** ajo has quit IRC | 03:49 | |
*** portdirect has quit IRC | 03:50 | |
*** fkautz has quit IRC | 03:51 | |
*** lxkong has quit IRC | 03:51 | |
*** yamamoto has joined #openstack-kuryr | 03:53 | |
*** yamamoto has quit IRC | 03:59 | |
*** openstack has joined #openstack-kuryr | 04:29 | |
*** ChanServ sets mode: +o openstack | 04:29 | |
*** yamamoto has joined #openstack-kuryr | 04:55 | |
*** yamamoto has quit IRC | 04:58 | |
*** yamamoto has joined #openstack-kuryr | 04:59 | |
*** lxkong has joined #openstack-kuryr | 05:24 | |
*** ajo has joined #openstack-kuryr | 05:24 | |
*** janki has joined #openstack-kuryr | 05:31 | |
*** ajo has quit IRC | 05:58 | |
*** lxkong has quit IRC | 05:58 | |
*** dims has quit IRC | 06:09 | |
*** dims has joined #openstack-kuryr | 06:10 | |
*** dims has quit IRC | 06:16 | |
*** dims has joined #openstack-kuryr | 06:17 | |
*** gcheresh has joined #openstack-kuryr | 06:19 | |
*** fkautz has joined #openstack-kuryr | 06:19 | |
*** portdirect has joined #openstack-kuryr | 06:21 | |
*** lxkong has joined #openstack-kuryr | 06:21 | |
*** portdirect has quit IRC | 06:21 | |
*** portdirect has joined #openstack-kuryr | 06:22 | |
*** lxkong has quit IRC | 06:22 | |
*** lxkong has joined #openstack-kuryr | 06:22 | |
*** gcheresh_ has joined #openstack-kuryr | 06:24 | |
*** ajo has joined #openstack-kuryr | 06:24 | |
*** gcheresh has quit IRC | 06:24 | |
*** yboaron has joined #openstack-kuryr | 07:44 | |
*** celebdor1 has joined #openstack-kuryr | 07:48 | |
*** jistr is now known as jistr|mtg | 08:07 | |
*** pcaruana has joined #openstack-kuryr | 08:11 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-tempest-plugin master: Namespace network resources cleanup https://review.openstack.org/576476 | 08:46 |
*** jistr|mtg is now known as jistr | 09:12 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Really use the test handler https://review.openstack.org/575771 | 09:15 |
celebdor1 | dulek: I addressed your comment in a slightly less magical number way ^^ | 09:15 |
dulek | celebdor1: Nice, thanks! | 09:16 |
ltomasbo | celebdor1, nice! | 09:16 |
celebdor1 | dulek: ltomasbo: irenab: Let's get this in and backport | 09:20 |
ltomasbo | yep! | 09:20 |
celebdor1 | dulek: regarding https://review.openstack.org/#/c/575119/5/kuryr_kubernetes/watcher.py | 09:21 |
celebdor1 | the idea is that we check as well that we don't have any idling watcher, as I don't think we should exit if there's some idling watcher that may resume work at any moment | 09:21 |
celebdor1 | but I'm not 100% sure on that | 09:22 |
celebdor1 | like, can we have something idling while there's nothing on the watching dict? | 09:22 |
dulek | celebdor1: idle is just a dict with path as key and True/False. You would need to iterate over it to do what you want. | 09:23 |
dulek | celebdor1: And you probably should as stop() isn't popping stuff from that dict. | 09:25 |
celebdor1 | dulek: exit gracefully does pop from there though | 09:27 |
celebdor1 | you make a good point that there may be endings which do not lead to entries being popped from there | 09:28 |
celebdor1 | dulek: did you get around to trying with label entries to see the json impact with a lot of containers? | 09:30 |
dulek | celebdor1: Hm, yes. It shouldn't matter too much, I guess. | 09:30 |
celebdor1 | dulek: what shouldn't matter? | 09:31 |
dulek | celebdor1: The condition. | 09:32 |
dulek | celebdor1: I haven't checked it, I've assumed dict can handle label access by key for reasonable numbers | 09:33 |
celebdor1 | ok | 09:34 |
ltomasbo | dulek, regarding this: https://review.openstack.org/#/c/556181/5/doc/source/devref/port_crd_usage.rst | 09:36 |
ltomasbo | is your proposal to have a new object (kuryr-vif-crd or something) which defines a dict of 'ethX': CRD-selflink? | 09:37 |
dulek | ltomasbo: Yup. Basically we need that anyway - we need a way to have compatibility with old-style annotations. | 09:39 |
ltomasbo | dulek, should that change be made before adding the KuryrPortCRDs? | 09:40 |
ltomasbo | so that we have current version as 1.0 | 09:40 |
ltomasbo | and newer as 1.1 or 2.0? | 09:40 |
ltomasbo | and what about the previous one before the multi vif? | 09:41 |
ltomasbo | dulek, and... for the spec, you just want me to mention that we will use a o.vo for the annotation, right? | 09:42 |
dulek | ltomasbo: I don't care too much when this happens, but we need to take care of that compatibility. | 09:42 |
*** aojea_ has joined #openstack-kuryr | 09:42 | |
dulek | ltomasbo: Yes, and the format of your example will be different then. | 09:43 |
dulek | ltomasbo: o.vo's serialize with some additions like version. | 09:43 |
ltomasbo | ok | 09:44 |
ltomasbo | thanks! I'll try to update it | 09:44 |
ltomasbo | dulek, let me know if you are happy with my other replies :D | 09:44 |
dulek | ltomasbo: I've answered. | 09:46 |
*** aojea_ has quit IRC | 09:47 | |
ltomasbo | thanks! | 09:47 |
celebdor1 | dulek: there's a problem with your patch | 09:48 |
celebdor1 | regarding the path | 09:48 |
celebdor1 | in 1.13.1 container list is at http://containers/json | 09:50 |
celebdor1 | as you put | 09:50 |
celebdor1 | however, in 17.05 I have it at http://docker/containers/json | 09:50 |
dulek | Damn… | 09:54 |
celebdor1 | dulek: I have a solution already | 09:54 |
celebdor1 | give me a sec | 09:54 |
celebdor1 | dulek: like this it will work curl -s --unix-socket /var/run/docker.sock http://v1.26/containers/json | 09:56 |
celebdor1 | this is telling docker to use v1.26 of the unix socket API | 09:56 |
celebdor1 | so it will work on docker 1.13.1+ | 09:56 |
celebdor1 | more info at https://docs.docker.com/engine/api/v1.26/#section/Versioning | 09:58 |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-kubernetes master: OCP-Router: Add Zuul experimental gates for Openshift Route https://review.openstack.org/565060 | 09:58 |
celebdor1 | maybe better to use 1.24 which is for Docker 1.12.x | 09:59 |
*** yboaron_ has joined #openstack-kuryr | 10:01 | |
*** yboaron has quit IRC | 10:04 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-tempest-plugin master: Namespace network resources cleanup https://review.openstack.org/576476 | 10:10 |
*** yamamoto has quit IRC | 10:18 | |
openstackgerrit | Yossi Boaron proposed openstack/kuryr-kubernetes master: OCP-Router: Update Devref documentation https://review.openstack.org/576818 | 10:22 |
*** yboaron_ has quit IRC | 10:58 | |
*** gcheresh_ has quit IRC | 11:10 | |
*** yamamoto has joined #openstack-kuryr | 11:19 | |
*** yamamoto has quit IRC | 11:24 | |
*** yboaron_ has joined #openstack-kuryr | 11:29 | |
*** atoth has joined #openstack-kuryr | 11:42 | |
*** rh-jelabarre has joined #openstack-kuryr | 11:47 | |
openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Fetch CONTAINERID from Docker API in kuryr-cni https://review.openstack.org/576071 | 11:49 |
*** yamamoto has joined #openstack-kuryr | 11:49 | |
*** yamamoto has quit IRC | 12:00 | |
*** ajo has quit IRC | 12:00 | |
*** ajo has joined #openstack-kuryr | 12:01 | |
*** celebdor1 has quit IRC | 12:22 | |
*** maysamacedos has joined #openstack-kuryr | 12:25 | |
*** yboaron_ has quit IRC | 12:26 | |
*** celebdor1 has joined #openstack-kuryr | 12:33 | |
*** maysamacedos has quit IRC | 12:40 | |
*** yamamoto has joined #openstack-kuryr | 12:51 | |
openstackgerrit | Peng Liu proposed openstack/kuryr-kubernetes master: Implement multi-vif driver https://review.openstack.org/575629 | 13:07 |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-tempest-plugin master: Namespace network resources cleanup https://review.openstack.org/576476 | 13:19 |
openstackgerrit | sunqingliang proposed openstack/kuryr-kubernetes master: add a link to release notes in README file https://review.openstack.org/576853 | 13:22 |
*** rh-jelabarre has quit IRC | 13:28 | |
*** rh-jelabarre has joined #openstack-kuryr | 13:33 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Kuryr Kubernetes Port and PortPool CRD design reference document https://review.openstack.org/556181 | 13:42 |
celebdor1 | dulek: how many containers did you try it with? | 13:53 |
*** rh-jelabarre has quit IRC | 14:01 | |
*** rh-jelabarre has joined #openstack-kuryr | 14:04 | |
*** rh-jelabarre has quit IRC | 14:05 | |
*** janki has quit IRC | 14:58 | |
*** rh-jelabarre has joined #openstack-kuryr | 15:02 | |
*** janki has joined #openstack-kuryr | 15:57 | |
*** yamamoto has quit IRC | 16:12 | |
*** yamamoto has joined #openstack-kuryr | 16:22 | |
*** AlexeyPerevalov has joined #openstack-kuryr | 16:25 | |
*** maysamacedos has joined #openstack-kuryr | 16:26 | |
*** yamamoto has quit IRC | 16:27 | |
*** AlexeyPerevalov has quit IRC | 16:28 | |
*** salv-orlando has joined #openstack-kuryr | 16:28 | |
*** salv-orlando has quit IRC | 16:32 | |
*** yamamoto has joined #openstack-kuryr | 16:37 | |
*** yamamoto has quit IRC | 16:41 | |
*** yamamoto has joined #openstack-kuryr | 16:52 | |
*** yamamoto has quit IRC | 16:56 | |
*** atoth has quit IRC | 17:01 | |
*** yamamoto has joined #openstack-kuryr | 17:07 | |
*** yamamoto has quit IRC | 17:12 | |
*** atoth has joined #openstack-kuryr | 17:14 | |
*** yamamoto has joined #openstack-kuryr | 17:22 | |
*** yamamoto has quit IRC | 17:27 | |
*** atoth has quit IRC | 17:39 | |
*** atoth has joined #openstack-kuryr | 17:39 | |
*** yamamoto has joined #openstack-kuryr | 17:52 | |
*** yamamoto has quit IRC | 17:57 | |
*** gcheresh_ has joined #openstack-kuryr | 18:00 | |
*** yamamoto has joined #openstack-kuryr | 18:02 | |
*** yamamoto has quit IRC | 18:02 | |
*** celebdor1 has quit IRC | 18:30 | |
*** yamamoto has joined #openstack-kuryr | 18:36 | |
*** atoth has quit IRC | 18:40 | |
*** yamamoto has quit IRC | 18:41 | |
*** yamamoto has joined #openstack-kuryr | 18:51 | |
*** yamamoto has quit IRC | 18:56 | |
*** aojea_ has joined #openstack-kuryr | 19:03 | |
*** yamamoto has joined #openstack-kuryr | 19:06 | |
*** yamamoto has quit IRC | 19:10 | |
*** aojea_ has quit IRC | 19:16 | |
*** yamamoto has joined #openstack-kuryr | 19:22 | |
*** yamamoto has quit IRC | 19:26 | |
*** yamamoto has joined #openstack-kuryr | 19:37 | |
*** yamamoto has quit IRC | 19:43 | |
*** gcheresh_ has quit IRC | 19:55 | |
*** aojea has joined #openstack-kuryr | 20:31 | |
*** yamamoto has joined #openstack-kuryr | 20:39 | |
*** pcaruana has quit IRC | 20:41 | |
*** yamamoto has quit IRC | 20:44 | |
*** maysamacedos has quit IRC | 21:41 | |
*** yamamoto has joined #openstack-kuryr | 21:41 | |
*** yamamoto has quit IRC | 21:47 | |
*** aojea has quit IRC | 22:36 | |
*** yamamoto has joined #openstack-kuryr | 22:43 | |
*** yamamoto has quit IRC | 22:49 | |
*** pmannidi has joined #openstack-kuryr | 23:00 | |
*** yamamoto has joined #openstack-kuryr | 23:45 | |
*** yamamoto has quit IRC | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!