Wednesday, 2020-10-21

*** rh-jelabarre has quit IRC00:16
*** rh-jelabarre has joined #openstack-kuryr00:19
*** rh-jelabarre has quit IRC01:56
*** gcheresh has joined #openstack-kuryr04:59
*** ltomasbo has joined #openstack-kuryr06:24
*** openstackgerrit has quit IRC07:38
*** maysams-afk is now known as maysams09:14
maysamsDjeufackZane: Hello o/09:14
*** aghasaad04 has joined #openstack-kuryr09:36
aghasaad04I am facing internet issues in vagrant after running vagrant up, it is unable to run apt-get update, I have tried to run the same command in vagrant as well getting same results. Any leads?10:23
*** aghasaad04 has quit IRC10:36
*** openstackgerrit has joined #openstack-kuryr10:43
openstackgerritMerged openstack/kuryr-tempest-plugin master: Remove releasenotes test from envlist  https://review.opendev.org/75629810:43
maysamsaghasaad04: Hi, could you try to use the libvirt provider instead of virtualBox?10:58
maysamsaghasaad04: what exact failures did you get?10:59
*** ccamposr has joined #openstack-kuryr11:32
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI: Lookup offending interface on NetlinkError  https://review.opendev.org/75900511:35
*** rh-jelabarre has joined #openstack-kuryr11:55
openstackgerritItzik Brown proposed openstack/kuryr-tempest-plugin master: Add test_network_policy_add_remove_pod  https://review.opendev.org/75495612:03
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI: Lookup offending interface on NetlinkError  https://review.opendev.org/75900512:04
*** aghasaad04 has joined #openstack-kuryr12:06
*** aghasaad04 has quit IRC12:39
*** tabbie_fash has joined #openstack-kuryr12:45
*** KurtB has joined #openstack-kuryr13:16
*** livia has joined #openstack-kuryr13:31
openstackgerritKafilat Adeleke proposed openstack/kuryr-kubernetes master: corrects selflink on kubernetes resources  https://review.opendev.org/75905813:53
*** tabbie_fash has quit IRC13:55
liviaHi! Can anyone help me? I would like to work on it 'Clean up reference to deprecated config option Edit' (https://bugs.launchpad.net/kuryr-kubernetes/+bug/1900420)14:13
openstackLaunchpad bug 1900420 in kuryr-kubernetes "Clean up reference to deprecated config option" [Low,New]14:13
maysamsHello, livia o/14:16
maysamslivia: That bug is basically to remove all references that are left of the config sg_mode as that config is not really enforced anymore14:20
maysamslivia: If you will work on that bug now, feel free to assign it to you ;)14:21
maysamslivia: To configure an environment with Kuryr configured you can follow https://github.com/openstack/kuryr-kubernetes/tree/master/contrib/vagrant14:23
maysamslivia: Are you an Outreachy applicant?14:23
openstackgerritTabitha Fasoyin proposed openstack/kuryr-kubernetes master: Removes unprovided kuryr-cni.conf file docs  https://review.opendev.org/75906514:27
liviaYes, Maysa. I am an applicant. I am very happy to start being part of the openstack community! Or trying to at least14:31
liviaGreat! I will assign it to me and start working on it then. Thank you14:31
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: CNI: Lookup offending interface on NetlinkError  https://review.opendev.org/75900514:32
*** tabbie_fash has joined #openstack-kuryr14:35
*** tabbie_fash has quit IRC14:46
*** livia has quit IRC14:51
*** tabbie_fash has joined #openstack-kuryr15:00
openstackgerritTabitha Fasoyin proposed openstack/kuryr-kubernetes master: Removes unprovided kuryr-cni.conf file docs  https://review.opendev.org/75906515:08
*** ltomasbo has quit IRC15:49
*** noonedeadpunk has quit IRC15:51
*** noonedeadpunk_ has joined #openstack-kuryr16:12
*** noonedeadpunk_ has quit IRC16:33
openstackgerritMerged openstack/kuryr-kubernetes master: Removes unprovided kuryr-cni.conf file docs  https://review.opendev.org/75906516:37
*** noonedeadpunk has joined #openstack-kuryr16:39
*** tabbie_fash has quit IRC17:02
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Delete ports created for host networking pods  https://review.opendev.org/75910817:10
*** gcheresh has quit IRC17:16
*** gcheresh has joined #openstack-kuryr17:18
*** ccamposr has quit IRC17:28
*** gcheresh has quit IRC17:32
*** aghasaad04 has joined #openstack-kuryr17:54
aghasaad04Hi all, I am interested in solving this bug https://bugs.launchpad.net/kuryr-kubernetes/+bug/1899374. I want to know, how to run the tests so that I know about the test coverage. and what can be the possible scenarios that need to be implemented. I need help to get started with this bug. Thanks17:56
openstackLaunchpad bug 1899374 in kuryr-kubernetes "[TESTS] Low test covarage for Service and Endpoints handler" [Medium,New] - Assigned to Agha Saad Fraz (aghasaad04)17:56
maysamsaghasaad04: Hello :) to run the unit test, you need to install the tox package on ubuntu or any os you use18:42
maysamsaghasaad04: or with pip https://tox.readthedocs.io/en/latest/install.html18:44
maysamsthis sums it up https://docs.openstack.org/zun/latest/contributor/unit-tests.html18:45
aghasaad04yep, just installed it using pip18:45
maysamsaghasaad04: great. To run the unit tests, you can run the following command: tox -e py3818:46
maysamsaghasaad04: and to see the coverage, you can run: tox -r -vv -e cover18:46
aghasaad04in which directory I need to run this?18:47
maysamsaghasaad04: from the kuryr-kubernetes repo, if you're using vagrant you'll find it under '/opt/stack/kuryr-kubernetes'18:48
aghasaad04Perfect.18:48
aghasaad04Uploaded file: https://uploads.kiwiirc.com/files/f9a63e79a30d1fab01c86b2b2f0606c1/image.png18:50
maysamsgreat19:00
*** ccamposr has joined #openstack-kuryr19:39
maysamsaghasaad04: I added two possible testing scenarios for the on_present method, but more are better and welcome for the other methods not covered yet19:51
maysamsaghasaad04: the detailed of the scenario can be found on the launchpad task19:52
maysamss/detailed/detail19:52
aghasaad04Sure, I will look more into this, and will get back to you if needs any help :)19:52
maysamsaghasaad04: Let me know how it goes, if something is not clear about the scenarios feel free to reply on the launchpad bug19:53
aghasaad04Sure19:53
maysamscool19:53
*** maysams is now known as maysams-afk20:09
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Ensure Service without selectors is properly handled  https://review.opendev.org/75639720:35
*** aghasaad04 has quit IRC21:02
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Allow to config network MTU  https://review.opendev.org/75914722:01
*** rh-jelabarre has quit IRC23:01
*** rh-jelabarre has joined #openstack-kuryr23:03
*** rh-jelabarre has quit IRC23:04
*** rh-jelabarre has joined #openstack-kuryr23:04

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!