*** phuoc has quit IRC | 00:11 | |
*** yboaron_ has quit IRC | 00:19 | |
*** yboaron_ has joined #openstack-kuryr | 00:20 | |
*** pmannidi has joined #openstack-kuryr | 01:19 | |
*** yboaron_ has quit IRC | 01:45 | |
*** yboaron_ has joined #openstack-kuryr | 01:46 | |
*** phuoc has joined #openstack-kuryr | 01:53 | |
*** phuoc has quit IRC | 01:53 | |
*** phuoc has joined #openstack-kuryr | 01:54 | |
*** hongbin has joined #openstack-kuryr | 02:26 | |
*** pmannidi has quit IRC | 02:54 | |
*** threestrands has quit IRC | 02:57 | |
*** hongbin has quit IRC | 03:19 | |
*** itzikb has joined #openstack-kuryr | 05:19 | |
*** snapiri has joined #openstack-kuryr | 05:24 | |
*** janki has joined #openstack-kuryr | 05:26 | |
*** snapiri has quit IRC | 06:12 | |
*** shachar has joined #openstack-kuryr | 06:12 | |
*** CrayZee has joined #openstack-kuryr | 06:14 | |
*** CrayZee is now known as Guest81115 | 06:14 | |
*** shachar has quit IRC | 06:17 | |
*** snapiri has joined #openstack-kuryr | 06:18 | |
*** Guest81115 has quit IRC | 06:20 | |
*** aperevalov has joined #openstack-kuryr | 06:37 | |
*** openstackgerrit has joined #openstack-kuryr | 06:38 | |
openstackgerrit | Alexey Perevalov proposed openstack/kuryr-kubernetes master: Support DPDK application on bare-metal host https://review.openstack.org/596731 | 06:38 |
---|---|---|
*** gcheresh has joined #openstack-kuryr | 06:56 | |
*** gcheresh has quit IRC | 07:01 | |
openstackgerrit | Yash Gupta proposed openstack/kuryr-kubernetes master: Use same pool_driver for different pod_vif_drivers https://review.openstack.org/596673 | 07:03 |
*** dulek has joined #openstack-kuryr | 07:05 | |
*** yboaron_ has quit IRC | 07:16 | |
*** yboaron_ has joined #openstack-kuryr | 08:03 | |
*** garyloug has joined #openstack-kuryr | 08:07 | |
*** celebdor has joined #openstack-kuryr | 08:26 | |
openstackgerrit | Itzik Brown proposed openstack/kuryr-tempest-plugin master: [WIP] Add test_pod_pod_ping_different_host https://review.openstack.org/599314 | 08:30 |
*** yboaron_ has quit IRC | 08:44 | |
*** yboaron has joined #openstack-kuryr | 08:45 | |
*** jchhatbar has joined #openstack-kuryr | 08:56 | |
*** janki has quit IRC | 08:56 | |
*** snapiri has quit IRC | 08:58 | |
*** janki has joined #openstack-kuryr | 08:59 | |
*** jchhatbar has quit IRC | 08:59 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Move VIF pod annotation to CRDs https://review.openstack.org/599320 | 09:04 |
*** pcaruana has joined #openstack-kuryr | 09:09 | |
aperevalov | Hello, does anybody run tempest test for kuryr-kubernetes locally? | 09:32 |
dulek | aperevalov: I've did that a few times. | 09:37 |
*** snapiri has joined #openstack-kuryr | 09:38 | |
*** snapiri has quit IRC | 09:38 | |
aperevalov | is there any guide for it, except https://docs.openstack.org/tempest? I want to estimate, what kind of environment it require. | 09:38 |
aperevalov | looks like I need to figure out with tempest test for https://review.openstack.org/#/c/596731/ | 09:39 |
celebdor | we should have it described on the openstack/kuryr-kubernetes or openstack/kuryr-tempest-plugin repo docs | 09:41 |
dulek | aperevalov: Basically what I've did is to run DevStack with tempest service and kuryr-tempest-plugin enabled. | 09:48 |
dulek | aperevalov: Then I've just used a single command to run Kuryr tests, lemme check it… | 09:48 |
dulek | aperevalov: Something like this: tempest run --concurrency 1 --serial --regex .*TestHighAvailabilityScenario.* | 09:51 |
dulek | aperevalov: But for most of the tests you don't really need --concurrency and --serial. | 09:52 |
aperevalov | dulek: thank you | 10:00 |
*** garyloug_ has joined #openstack-kuryr | 10:01 | |
*** garyloug has quit IRC | 10:04 | |
aperevalov | dulek: one more question, does tempest test work with real kubernetes installation? | 10:18 |
dulek | aperevalov: What's "real"? | 10:21 |
aperevalov | typical intallation, made by kubeadm init and then kubeadm join, w/o mockups. | 10:23 |
celebdor | aperevalov: ltomasbo: irenab: what advantage do we get by creating an abstract base class and making all implementers inherit it? https://review.openstack.org/#/c/596730 ? | 10:46 |
celebdor | dulek: are you quoting Pontius Pilate in John 18:38 | 10:47 |
celebdor | "Quid est veritas" | 10:47 |
celebdor | or rather, paraphrasing | 10:47 |
aperevalov | it defines interface, just good OOP practice, I know python doesn't require it, but the same approach was used in pod vif driver and pool vif has base interface too. | 10:49 |
celebdor | ok | 10:49 |
celebdor | I'd rather get rid of all the bases, tbh | 10:49 |
celebdor | xD | 10:50 |
*** garyloug_ has quit IRC | 10:50 | |
*** garyloug__ has joined #openstack-kuryr | 10:50 | |
aperevalov | it can improve readability, also it can improve robustness if check for interfaces will be added. | 10:50 |
celebdor | yboaron: I don't see anywhere in the bug nor in the commit message | 11:03 |
celebdor | why the eventlet.spawn was dropped https://review.openstack.org/#/c/593448/4//COMMIT_MSG | 11:03 |
yboaron | celebdor, because we moved kuryr-controller service init in devstack to test-config phase , so we can assume that octavia is ready | 11:04 |
celebdor | yboaron: why was https://review.openstack.org/#/c/578310/46/kuryr_tempest_plugin/tests/scenario/base.py changed to have the route object from a yaml string to a python dict? | 11:05 |
celebdor | is it really more readable? | 11:05 |
celebdor | yboaron: please, put a not for that in the commit message | 11:05 |
celebdor | so that we have history of that | 11:06 |
celebdor | (the eventlet thing) | 11:06 |
yboaron | celebdor, I think that dulek commented on that (he thought dict is more readable) | 11:06 |
celebdor | dulek-- | 11:06 |
celebdor | yboaron: did the openshift client issue go away? | 11:07 |
celebdor | I see it passed the gate | 11:07 |
celebdor | ah, new release of ocp client | 11:08 |
celebdor | good | 11:08 |
yboaron | celebdor, https://review.openstack.org/#/c/595569/ | 11:08 |
yboaron | celebdor, yep, 0.7.0 ocp client released to support k8s client compatibility, now we can work with k8s 7.0.0. | 11:09 |
yboaron | celebdor, regarding https://review.openstack.org/#/c/593448/ | 11:10 |
yboaron | celebdor, I have this part at commit message : "This patch fixes this issue, and also update ingress controller | 11:10 |
yboaron | code to retrieve L7 router's LB details in the context of | 11:10 |
yboaron | the working thread." | 11:10 |
celebdor | yboaron: do you know what's the matter with https://review.openstack.org/#/c/595569/ | 11:10 |
celebdor | ? | 11:10 |
celebdor | yboaron: ok regarding 593448 | 11:11 |
yboaron | celebdor, Nope | 11:11 |
yboaron | celebdor, good 10x! | 11:12 |
dulek | aperevalov: Yeah, it should work as well, given that kubernetes' CNI is configured for Kuryr. | 11:13 |
celebdor | yboaron: try to talk to openstack-infra and get it merged | 11:13 |
yboaron | celebdor, will do it | 11:14 |
yboaron | celebdor, I want to merge the tempest route patch ASAP :-) | 11:14 |
celebdor | yboaron: exactly | 11:14 |
celebdor | so do I | 11:14 |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Add interface for binding driver https://review.openstack.org/596730 | 11:52 |
*** maysams has quit IRC | 12:10 | |
openstackgerrit | Itzik Brown proposed openstack/kuryr-tempest-plugin master: Using pod ready condition for pod readiness check https://review.openstack.org/598196 | 12:20 |
openstackgerrit | Merged openstack/kuryr-kubernetes master: OCP-Router - Fix Ingress controller LB listener creation https://review.openstack.org/593448 | 12:22 |
*** janki has quit IRC | 12:39 | |
*** pcaruana has quit IRC | 12:52 | |
*** yboaron_ has joined #openstack-kuryr | 13:02 | |
*** yboaron has quit IRC | 13:04 | |
*** janki has joined #openstack-kuryr | 13:08 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Add namespace handler in ingress gate https://review.openstack.org/596742 | 13:08 |
*** aperevalov has quit IRC | 14:39 | |
*** yboaron_ has quit IRC | 14:54 | |
*** yboaron_ has joined #openstack-kuryr | 14:54 | |
*** itzikb has quit IRC | 16:04 | |
*** yboaron_ has quit IRC | 16:23 | |
*** garyloug__ has quit IRC | 16:41 | |
*** janki has quit IRC | 17:10 | |
*** hongbin has joined #openstack-kuryr | 17:28 | |
*** hongbin has quit IRC | 17:31 | |
*** hongbin has joined #openstack-kuryr | 17:33 | |
*** fkautz has quit IRC | 19:10 | |
*** hongbin has quit IRC | 19:44 | |
*** hongbin has joined #openstack-kuryr | 20:25 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Add support for python3 containerized kuryr-kubernetes https://review.openstack.org/599457 | 20:33 |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Add support for python3 containerized kuryr-kubernetes https://review.openstack.org/599457 | 20:48 |
*** hongbin has quit IRC | 22:32 | |
*** hongbin has joined #openstack-kuryr | 22:34 | |
*** hongbin has quit IRC | 22:50 | |
*** threestrands has joined #openstack-kuryr | 23:03 | |
*** threestrands has quit IRC | 23:03 | |
*** threestrands has joined #openstack-kuryr | 23:04 | |
*** threestrands has quit IRC | 23:05 | |
*** threestrands has joined #openstack-kuryr | 23:05 | |
*** threestrands has quit IRC | 23:06 | |
*** threestrands has joined #openstack-kuryr | 23:07 | |
*** threestrands has quit IRC | 23:08 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!