Monday, 2018-09-03

*** phuoc has quit IRC00:11
*** yboaron_ has quit IRC00:19
*** yboaron_ has joined #openstack-kuryr00:20
*** pmannidi has joined #openstack-kuryr01:19
*** yboaron_ has quit IRC01:45
*** yboaron_ has joined #openstack-kuryr01:46
*** phuoc has joined #openstack-kuryr01:53
*** phuoc has quit IRC01:53
*** phuoc has joined #openstack-kuryr01:54
*** hongbin has joined #openstack-kuryr02:26
*** pmannidi has quit IRC02:54
*** threestrands has quit IRC02:57
*** hongbin has quit IRC03:19
*** itzikb has joined #openstack-kuryr05:19
*** snapiri has joined #openstack-kuryr05:24
*** janki has joined #openstack-kuryr05:26
*** snapiri has quit IRC06:12
*** shachar has joined #openstack-kuryr06:12
*** CrayZee has joined #openstack-kuryr06:14
*** CrayZee is now known as Guest8111506:14
*** shachar has quit IRC06:17
*** snapiri has joined #openstack-kuryr06:18
*** Guest81115 has quit IRC06:20
*** aperevalov has joined #openstack-kuryr06:37
*** openstackgerrit has joined #openstack-kuryr06:38
openstackgerritAlexey Perevalov proposed openstack/kuryr-kubernetes master: Support DPDK application on bare-metal host  https://review.openstack.org/59673106:38
*** gcheresh has joined #openstack-kuryr06:56
*** gcheresh has quit IRC07:01
openstackgerritYash Gupta proposed openstack/kuryr-kubernetes master: Use same pool_driver for different pod_vif_drivers  https://review.openstack.org/59667307:03
*** dulek has joined #openstack-kuryr07:05
*** yboaron_ has quit IRC07:16
*** yboaron_ has joined #openstack-kuryr08:03
*** garyloug has joined #openstack-kuryr08:07
*** celebdor has joined #openstack-kuryr08:26
openstackgerritItzik Brown proposed openstack/kuryr-tempest-plugin master: [WIP] Add test_pod_pod_ping_different_host  https://review.openstack.org/59931408:30
*** yboaron_ has quit IRC08:44
*** yboaron has joined #openstack-kuryr08:45
*** jchhatbar has joined #openstack-kuryr08:56
*** janki has quit IRC08:56
*** snapiri has quit IRC08:58
*** janki has joined #openstack-kuryr08:59
*** jchhatbar has quit IRC08:59
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Move VIF pod annotation to CRDs  https://review.openstack.org/59932009:04
*** pcaruana has joined #openstack-kuryr09:09
aperevalovHello, does anybody run tempest test for kuryr-kubernetes locally?09:32
dulekaperevalov: I've did that a few times.09:37
*** snapiri has joined #openstack-kuryr09:38
*** snapiri has quit IRC09:38
aperevalovis there any guide for it, except https://docs.openstack.org/tempest? I want to estimate, what kind of environment it require.09:38
aperevalovlooks like I need to figure out with tempest test for https://review.openstack.org/#/c/596731/09:39
celebdorwe should have it described on the openstack/kuryr-kubernetes or openstack/kuryr-tempest-plugin repo docs09:41
dulekaperevalov: Basically what I've did is to run DevStack with tempest service and kuryr-tempest-plugin enabled.09:48
dulekaperevalov: Then I've just used a single command to run Kuryr tests, lemme check it…09:48
dulekaperevalov: Something like this: tempest run --concurrency 1 --serial --regex .*TestHighAvailabilityScenario.*09:51
dulekaperevalov: But for most of the tests you don't really need --concurrency and --serial.09:52
aperevalovdulek: thank you10:00
*** garyloug_ has joined #openstack-kuryr10:01
*** garyloug has quit IRC10:04
aperevalovdulek: one more question, does tempest test work with real kubernetes installation?10:18
dulekaperevalov: What's "real"?10:21
aperevalovtypical intallation, made by kubeadm init and then kubeadm join, w/o mockups.10:23
celebdoraperevalov: 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
celebdordulek: are you quoting Pontius Pilate in John 18:3810:47
celebdor"Quid est veritas"10:47
celebdoror rather, paraphrasing10:47
aperevalovit 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
celebdorok10:49
celebdorI'd rather get rid of all the bases, tbh10:49
celebdorxD10:50
*** garyloug_ has quit IRC10:50
*** garyloug__ has joined #openstack-kuryr10:50
aperevalovit can improve readability, also it can improve robustness if check for interfaces will be added.10:50
celebdoryboaron: I don't see anywhere in the bug nor in the commit message11:03
celebdorwhy the eventlet.spawn was dropped https://review.openstack.org/#/c/593448/4//COMMIT_MSG11:03
yboaroncelebdor, because we moved kuryr-controller service init in devstack to test-config phase , so we can assume that octavia is ready11:04
celebdoryboaron: 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
celebdoris it really more readable?11:05
celebdoryboaron: please, put a not for that in the commit message11:05
celebdorso that we have history of that11:06
celebdor(the eventlet thing)11:06
yboaroncelebdor, I think that dulek commented on that (he thought dict is more readable)11:06
celebdordulek--11:06
celebdoryboaron: did the openshift client issue go away?11:07
celebdorI see it passed the gate11:07
celebdorah, new release of ocp client11:08
celebdorgood11:08
yboaroncelebdor, https://review.openstack.org/#/c/595569/11:08
yboaroncelebdor, yep, 0.7.0 ocp client released to support k8s client compatibility, now we can work with k8s 7.0.0.11:09
yboaroncelebdor, regarding https://review.openstack.org/#/c/593448/11:10
yboaroncelebdor, I have this part at commit message : "This patch fixes this issue, and also update ingress controller11:10
yboaroncode to retrieve L7 router's LB details in the context of11:10
yboaronthe working thread."11:10
celebdoryboaron: do you know what's the matter with https://review.openstack.org/#/c/595569/11:10
celebdor?11:10
celebdoryboaron: ok regarding 59344811:11
yboaroncelebdor, Nope11:11
yboaroncelebdor, good 10x!11:12
dulekaperevalov: Yeah, it should work as well, given that kubernetes' CNI is configured for Kuryr.11:13
celebdoryboaron: try to talk to openstack-infra and get it merged11:13
yboaroncelebdor, will do it11:14
yboaroncelebdor, I want to merge the tempest route patch ASAP :-)11:14
celebdoryboaron: exactly11:14
celebdorso do I11:14
openstackgerritMerged openstack/kuryr-kubernetes master: Add interface for binding driver  https://review.openstack.org/59673011:52
*** maysams has quit IRC12:10
openstackgerritItzik Brown proposed openstack/kuryr-tempest-plugin master: Using pod ready condition for pod readiness check  https://review.openstack.org/59819612:20
openstackgerritMerged openstack/kuryr-kubernetes master: OCP-Router - Fix Ingress controller LB listener creation  https://review.openstack.org/59344812:22
*** janki has quit IRC12:39
*** pcaruana has quit IRC12:52
*** yboaron_ has joined #openstack-kuryr13:02
*** yboaron has quit IRC13:04
*** janki has joined #openstack-kuryr13:08
openstackgerritMerged openstack/kuryr-kubernetes master: Add namespace handler in ingress gate  https://review.openstack.org/59674213:08
*** aperevalov has quit IRC14:39
*** yboaron_ has quit IRC14:54
*** yboaron_ has joined #openstack-kuryr14:54
*** itzikb has quit IRC16:04
*** yboaron_ has quit IRC16:23
*** garyloug__ has quit IRC16:41
*** janki has quit IRC17:10
*** hongbin has joined #openstack-kuryr17:28
*** hongbin has quit IRC17:31
*** hongbin has joined #openstack-kuryr17:33
*** fkautz has quit IRC19:10
*** hongbin has quit IRC19:44
*** hongbin has joined #openstack-kuryr20:25
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Add support for python3 containerized kuryr-kubernetes  https://review.openstack.org/59945720:33
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: Add support for python3 containerized kuryr-kubernetes  https://review.openstack.org/59945720:48
*** hongbin has quit IRC22:32
*** hongbin has joined #openstack-kuryr22:34
*** hongbin has quit IRC22:50
*** threestrands has joined #openstack-kuryr23:03
*** threestrands has quit IRC23:03
*** threestrands has joined #openstack-kuryr23:04
*** threestrands has quit IRC23:05
*** threestrands has joined #openstack-kuryr23:05
*** threestrands has quit IRC23:06
*** threestrands has joined #openstack-kuryr23:07
*** threestrands has quit IRC23:08

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