Tuesday, 2019-03-05

*** celebdor has quit IRC00:10
*** dmellado has quit IRC01:50
*** hongbin has joined #openstack-kuryr02:13
*** s1061123 has quit IRC02:34
*** s1061123 has joined #openstack-kuryr02:37
*** dmellado has joined #openstack-kuryr02:55
*** janki has joined #openstack-kuryr05:08
*** hongbin has quit IRC05:09
*** pcaruana has joined #openstack-kuryr05:52
*** pcaruana has quit IRC06:07
*** rh-jelabarre has quit IRC06:13
*** dims has quit IRC06:24
*** dims has joined #openstack-kuryr06:26
*** gcheresh_ has joined #openstack-kuryr06:33
*** dims has quit IRC06:36
*** dims has joined #openstack-kuryr06:37
*** aperevalov has joined #openstack-kuryr07:05
ltomasbodulek, yes! with ovn-octavia driver you only need a few seconds...07:08
*** ccamposr has joined #openstack-kuryr07:10
*** ccamposr__ has joined #openstack-kuryr07:10
*** ccamposr has quit IRC07:14
*** snapiri has joined #openstack-kuryr07:57
dulekltomasbo: If you want to understand what "bug" with OVN I've mentioned, take a look at my last comment on https://review.openstack.org/#/c/604036/08:03
ltomasbodulek, checking...08:03
ltomasbodulek, ahh, yes! I saw that (even replied)08:03
ltomasboare you sure we don't need to call that?08:03
ltomasbodulek, ^^08:03
dulekltomasbo: Whoops, F5. ;)08:04
ltomasbodulek, I believe there is no need for nested case, but on the baremetal one, didn't we have to plug the port to the br-int?08:04
dulekltomasbo: Whatever we need to do, the ovs-vsctl is not installed, so we either need to do it in another way or skip that step.08:05
dulekltomasbo: I haven't been able to dig more deeply yet, will do a bit later.08:06
dulekltomasbo: Hey, is that gate also configured with OVN for Neutron? It is, right?08:06
ltomasboyes yes, ovn as neutron backend08:06
ltomasboand the other is adding ovn as neutron backend + ovn-octavia driver for the lbaas08:07
dulekOkay, so we simply have some kind of issue running with OVN as Neutron backend. Will investigate a bit later, technician is visiting in a moment.08:08
*** mrostecki has joined #openstack-kuryr08:12
*** rh-jelabarre has joined #openstack-kuryr08:17
*** pcaruana has joined #openstack-kuryr08:19
*** maysams has joined #openstack-kuryr08:19
*** pcaruana has quit IRC08:25
*** pcaruana has joined #openstack-kuryr08:37
*** celebdor has joined #openstack-kuryr08:40
*** pcaruana has quit IRC08:44
*** pcaruana has joined #openstack-kuryr09:01
*** openstackgerrit has joined #openstack-kuryr09:46
openstackgerritMerged openstack/kuryr-kubernetes master: Fix LBaaS sg rules update on deployment scale  https://review.openstack.org/63718609:46
openstackgerritMerged openstack/kuryr-libnetwork master: add python 3.7 unit test job  https://review.openstack.org/63776710:25
openstackgerritMichaƂ Dulko proposed openstack/kuryr-kubernetes master: Add option to tag Octavia resources created by us  https://review.openstack.org/63848310:28
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Ensure only affected services are updated on Pod/NetworkPolicy events  https://review.openstack.org/64021610:36
*** janki has quit IRC11:22
openstackgerritMerged openstack/kuryr-kubernetes master: Switch except statements order  https://review.openstack.org/63819212:42
openstackgerritMerged openstack/kuryr-tempest-plugin master: Test CRD podSelector update  https://review.openstack.org/63783612:44
*** janki has joined #openstack-kuryr13:17
*** oanson has joined #openstack-kuryr13:36
*** janki has quit IRC14:12
*** janki has joined #openstack-kuryr14:12
*** pcaruana has quit IRC14:57
celebdordulek: how does it look with running the upstream k8s net tests?15:05
celebdorcould they be easily wrapper with orphan detection?15:05
dulekcelebdor: I've installed DevStack with networking-ovn. Services are working awesome, I just need to solve setting up the DNS.15:06
dulekcelebdor: At the moment I have coredns pods, but it's timing out any requests. Need to poke this a little more.15:06
celebdoroh, rgiht15:06
celebdordid you try with openshift devstack or are you adding k8s devstack snd?15:07
celebdor*sdn15:07
celebdorlet me know if you need help with the Corefiles or something ;-)15:07
dulekcelebdor: Ah, and there's some bug in OVN support for pods, seems like ovs-vsctl is being executed, but there's no OVS in such setup.15:07
celebdordulek: there isn't?15:07
dulekcelebdor: It took me a while to install networking-ovn Octavia provider, so at the moment I'd rather not try this again with OpenShift. Let's see if I'll figure out coreDNS.15:08
dulekcelebdor: Hm, I had such impression from ovs-vsctl failing, but maybe I'm wrong.15:09
dulekcelebdor: Never really looked into what OVN uses. :P15:09
dulekcelebdor: Anyway in the logs we can see there's a bug that I haven't fixed yet.15:09
celebdorgood :-)15:10
dulekcelebdor: Okay, so orphan detection. You would want to do that after tests are run and cleaned up?15:10
celebdorright15:10
dulekcelebdor: That shouldn't bee too bad, we have ansible on the gate, we can do whatever we want.15:10
celebdorI was under the impression that's what ltomasbo wanted15:10
celebdornow that we can tag resources with some "cluster id"15:11
celebdorthat should be relatively pain free15:11
ltomasbo??15:11
ltomasbodulek, ovs-vsctl should actually work with ovn: see this http://dani.foroselectronica.es/ovn-routing-and-ovn-trace-550/15:11
ltomasbodulek, they are actually executing: ovs-vsctl add-port br-int vm1 -- set Interface vm1 type=internal -- set Interface vm1 external_ids:iface-id=vm115:12
ltomasbopretty much what we do...15:12
dulekltomasbo: Sure, sure, I'll figure it out and if not I'll get back to you. It's blocking me anyway. :)15:13
dulekltomasbo: celebdor was asking about checking for any orphaned OpenStack resources after NP tests.15:13
ltomasboahh, ok15:13
*** openstackgerrit has quit IRC15:28
*** gcheresh_ has quit IRC15:36
*** pcaruana has joined #openstack-kuryr15:42
*** janki has quit IRC16:41
*** janki has joined #openstack-kuryr16:41
dulekltomasbo: With NP pods will have no access to the outside by default?17:10
dulekltomasbo: By outside I mean outside world. ;)17:11
duleki.e. internet17:11
ltomasbono, by default is everything allowed17:12
ltomasbountil a NP is created and applied to a pod17:12
*** jistr|sick is now known as jistr17:14
*** maysams has quit IRC17:26
*** ccamposr__ has quit IRC18:31
*** pcaruana has quit IRC21:10
*** kmadac has quit IRC21:27
*** janki has quit IRC21:29
*** celebdor has quit IRC22:40
*** celebdor has joined #openstack-kuryr23:49
*** celebdor has quit IRC23:56

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