*** celebdor has quit IRC | 00:10 | |
*** dmellado has quit IRC | 01:50 | |
*** hongbin has joined #openstack-kuryr | 02:13 | |
*** s1061123 has quit IRC | 02:34 | |
*** s1061123 has joined #openstack-kuryr | 02:37 | |
*** dmellado has joined #openstack-kuryr | 02:55 | |
*** janki has joined #openstack-kuryr | 05:08 | |
*** hongbin has quit IRC | 05:09 | |
*** pcaruana has joined #openstack-kuryr | 05:52 | |
*** pcaruana has quit IRC | 06:07 | |
*** rh-jelabarre has quit IRC | 06:13 | |
*** dims has quit IRC | 06:24 | |
*** dims has joined #openstack-kuryr | 06:26 | |
*** gcheresh_ has joined #openstack-kuryr | 06:33 | |
*** dims has quit IRC | 06:36 | |
*** dims has joined #openstack-kuryr | 06:37 | |
*** aperevalov has joined #openstack-kuryr | 07:05 | |
ltomasbo | dulek, yes! with ovn-octavia driver you only need a few seconds... | 07:08 |
---|---|---|
*** ccamposr has joined #openstack-kuryr | 07:10 | |
*** ccamposr__ has joined #openstack-kuryr | 07:10 | |
*** ccamposr has quit IRC | 07:14 | |
*** snapiri has joined #openstack-kuryr | 07:57 | |
dulek | ltomasbo: 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 |
ltomasbo | dulek, checking... | 08:03 |
ltomasbo | dulek, ahh, yes! I saw that (even replied) | 08:03 |
ltomasbo | are you sure we don't need to call that? | 08:03 |
ltomasbo | dulek, ^^ | 08:03 |
dulek | ltomasbo: Whoops, F5. ;) | 08:04 |
ltomasbo | dulek, 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 |
dulek | ltomasbo: 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 |
dulek | ltomasbo: I haven't been able to dig more deeply yet, will do a bit later. | 08:06 |
dulek | ltomasbo: Hey, is that gate also configured with OVN for Neutron? It is, right? | 08:06 |
ltomasbo | yes yes, ovn as neutron backend | 08:06 |
ltomasbo | and the other is adding ovn as neutron backend + ovn-octavia driver for the lbaas | 08:07 |
dulek | Okay, 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-kuryr | 08:12 | |
*** rh-jelabarre has joined #openstack-kuryr | 08:17 | |
*** pcaruana has joined #openstack-kuryr | 08:19 | |
*** maysams has joined #openstack-kuryr | 08:19 | |
*** pcaruana has quit IRC | 08:25 | |
*** pcaruana has joined #openstack-kuryr | 08:37 | |
*** celebdor has joined #openstack-kuryr | 08:40 | |
*** pcaruana has quit IRC | 08:44 | |
*** pcaruana has joined #openstack-kuryr | 09:01 | |
*** openstackgerrit has joined #openstack-kuryr | 09:46 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Fix LBaaS sg rules update on deployment scale https://review.openstack.org/637186 | 09:46 |
openstackgerrit | Merged openstack/kuryr-libnetwork master: add python 3.7 unit test job https://review.openstack.org/637767 | 10:25 |
openstackgerrit | MichaĆ Dulko proposed openstack/kuryr-kubernetes master: Add option to tag Octavia resources created by us https://review.openstack.org/638483 | 10:28 |
openstackgerrit | Maysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Ensure only affected services are updated on Pod/NetworkPolicy events https://review.openstack.org/640216 | 10:36 |
*** janki has quit IRC | 11:22 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Switch except statements order https://review.openstack.org/638192 | 12:42 |
openstackgerrit | Merged openstack/kuryr-tempest-plugin master: Test CRD podSelector update https://review.openstack.org/637836 | 12:44 |
*** janki has joined #openstack-kuryr | 13:17 | |
*** oanson has joined #openstack-kuryr | 13:36 | |
*** janki has quit IRC | 14:12 | |
*** janki has joined #openstack-kuryr | 14:12 | |
*** pcaruana has quit IRC | 14:57 | |
celebdor | dulek: how does it look with running the upstream k8s net tests? | 15:05 |
celebdor | could they be easily wrapper with orphan detection? | 15:05 |
dulek | celebdor: I've installed DevStack with networking-ovn. Services are working awesome, I just need to solve setting up the DNS. | 15:06 |
dulek | celebdor: At the moment I have coredns pods, but it's timing out any requests. Need to poke this a little more. | 15:06 |
celebdor | oh, rgiht | 15:06 |
celebdor | did you try with openshift devstack or are you adding k8s devstack snd? | 15:07 |
celebdor | *sdn | 15:07 |
celebdor | let me know if you need help with the Corefiles or something ;-) | 15:07 |
dulek | celebdor: 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 |
celebdor | dulek: there isn't? | 15:07 |
dulek | celebdor: 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 |
dulek | celebdor: Hm, I had such impression from ovs-vsctl failing, but maybe I'm wrong. | 15:09 |
dulek | celebdor: Never really looked into what OVN uses. :P | 15:09 |
dulek | celebdor: Anyway in the logs we can see there's a bug that I haven't fixed yet. | 15:09 |
celebdor | good :-) | 15:10 |
dulek | celebdor: Okay, so orphan detection. You would want to do that after tests are run and cleaned up? | 15:10 |
celebdor | right | 15:10 |
dulek | celebdor: That shouldn't bee too bad, we have ansible on the gate, we can do whatever we want. | 15:10 |
celebdor | I was under the impression that's what ltomasbo wanted | 15:10 |
celebdor | now that we can tag resources with some "cluster id" | 15:11 |
celebdor | that should be relatively pain free | 15:11 |
ltomasbo | ?? | 15:11 |
ltomasbo | dulek, ovs-vsctl should actually work with ovn: see this http://dani.foroselectronica.es/ovn-routing-and-ovn-trace-550/ | 15:11 |
ltomasbo | dulek, they are actually executing: ovs-vsctl add-port br-int vm1 -- set Interface vm1 type=internal -- set Interface vm1 external_ids:iface-id=vm1 | 15:12 |
ltomasbo | pretty much what we do... | 15:12 |
dulek | ltomasbo: Sure, sure, I'll figure it out and if not I'll get back to you. It's blocking me anyway. :) | 15:13 |
dulek | ltomasbo: celebdor was asking about checking for any orphaned OpenStack resources after NP tests. | 15:13 |
ltomasbo | ahh, ok | 15:13 |
*** openstackgerrit has quit IRC | 15:28 | |
*** gcheresh_ has quit IRC | 15:36 | |
*** pcaruana has joined #openstack-kuryr | 15:42 | |
*** janki has quit IRC | 16:41 | |
*** janki has joined #openstack-kuryr | 16:41 | |
dulek | ltomasbo: With NP pods will have no access to the outside by default? | 17:10 |
dulek | ltomasbo: By outside I mean outside world. ;) | 17:11 |
dulek | i.e. internet | 17:11 |
ltomasbo | no, by default is everything allowed | 17:12 |
ltomasbo | until a NP is created and applied to a pod | 17:12 |
*** jistr|sick is now known as jistr | 17:14 | |
*** maysams has quit IRC | 17:26 | |
*** ccamposr__ has quit IRC | 18:31 | |
*** pcaruana has quit IRC | 21:10 | |
*** kmadac has quit IRC | 21:27 | |
*** janki has quit IRC | 21:29 | |
*** celebdor has quit IRC | 22:40 | |
*** celebdor has joined #openstack-kuryr | 23:49 | |
*** celebdor has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!