*** maysamacedos has joined #openstack-kuryr | 00:53 | |
*** salv-orlando has joined #openstack-kuryr | 01:58 | |
*** salv-orlando has quit IRC | 02:03 | |
*** pmannidi has quit IRC | 02:10 | |
*** pmannidi has joined #openstack-kuryr | 02:18 | |
*** salv-orlando has joined #openstack-kuryr | 02:59 | |
*** salv-orlando has quit IRC | 03:04 | |
*** rh-jelabarre has quit IRC | 03:29 | |
*** hongbin has joined #openstack-kuryr | 03:41 | |
*** hongbin has quit IRC | 03:42 | |
*** rh-jelabarre has joined #openstack-kuryr | 04:09 | |
*** maysamacedos has quit IRC | 04:09 | |
*** CrayZee has joined #openstack-kuryr | 04:58 | |
*** rh-jelabarre has quit IRC | 04:58 | |
CrayZee | good morning | 04:58 |
---|---|---|
CrayZee | dmellado, dulek: I would appreciate a review of https://review.openstack.org/#/c/548309/ and https://review.openstack.org/#/c/576486/ | 04:59 |
dmellado | Morning! I'll be traveling today so might be slow but will take a look when I land. Thanks! | 05:00 |
*** pcaruana has joined #openstack-kuryr | 05:20 | |
CrayZee | dmellado: Have a safe journey | 05:20 |
*** janki has joined #openstack-kuryr | 05:31 | |
*** pmannidi has quit IRC | 06:28 | |
dmellado | Thanks! It started with a delay, of course | 08:46 |
dmellado | This starts feeling like Dublin | 08:46 |
dmellado | XD | 08:46 |
apuimedo | dmellado: where you going? To Feijoo land? | 09:14 |
*** maysamacedos has joined #openstack-kuryr | 12:12 | |
*** maysamacedos has quit IRC | 12:14 | |
dulek | apuimedo: Hey, I've found the root cause of LBaaS v2 occasional failures. | 12:36 |
dulek | apuimedo: Looks like we're having service subnet gateway IP in the range that K8s chooses service IPs from. | 12:37 |
dulek | apuimedo: Any idea how to fix this? | 12:37 |
*** openstackgerrit has quit IRC | 12:49 | |
*** yamamoto has quit IRC | 12:57 | |
*** openstackgerrit has joined #openstack-kuryr | 13:03 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Ensure Octavia created load balancer can be found https://review.openstack.org/579144 | 13:03 |
apuimedo | dulek: sure | 13:04 |
apuimedo | there's more than one way | 13:04 |
apuimedo | only with lbaasv2? | 13:04 |
*** yamamoto has joined #openstack-kuryr | 13:26 | |
*** snapiri- has joined #openstack-kuryr | 13:32 | |
*** snapiri- has quit IRC | 13:33 | |
*** snapiri- has joined #openstack-kuryr | 13:33 | |
*** CrayZee has quit IRC | 13:35 | |
dulek | Was Octavia's support for filtering always throwing 500 or is it just a bug they're fixing? | 13:50 |
dulek | ltomasbo: ^ | 13:50 |
ltomasbo | dulek, I think yossi already found this issue a while ago and reported it | 13:51 |
ltomasbo | dulek, when trying to update the number of members | 13:51 |
ltomasbo | dulek, https://storyboard.openstack.org/#!/story/2001944 | 13:52 |
dulek | ltomasbo: Ah, that's _sa_instance_state thing. | 13:53 |
ltomasbo | dulek, yep | 13:53 |
ltomasbo | dulek, the problem that was driving my crazy the last couple of days... :D | 13:53 |
*** jistr is now known as jistr|mtg | 13:54 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Ensure Octavia created load balancer can be found https://review.openstack.org/579144 | 13:55 |
openstackgerrit | Shachar Snapiri proposed openstack/kuryr-kubernetes master: Add octavia based tests to replace LBaaSv2 tests https://review.openstack.org/579165 | 14:01 |
snapiri- | dulek, ltomasbo: I have added the octavia tests instead of the lbaas ones. let's wait and see if they pass (meaning, if I added them correctly) :) | 14:04 |
dulek | snapiri-: Thanks! | 14:05 |
dulek | apuimedo, celebdor: Ping, can you take a look on my messages from 14:36? | 14:05 |
apuimedo | dulek: I saw them | 14:07 |
apuimedo | and I replied at 15:04 | 14:07 |
*** jistr|mtg is now known as jistr | 14:09 | |
apuimedo | I was saying that there's a couple of ways | 14:09 |
apuimedo | and asking whether this is only neutron-lbaas or also octavia | 14:09 |
apuimedo | (I presume only neutron-lbaas | 14:09 |
apuimedo | ) | 14:09 |
dulek | apuimedo: Yeah, just lbaas. | 14:10 |
dulek | My bouncer missed your answer. | 14:10 |
apuimedo | :-) | 14:10 |
apuimedo | so the easiest way is to just put a headless service with the IP of the gateway in Kubernetes | 14:11 |
apuimedo | this way it will never try to allocate it | 14:11 |
apuimedo | the other way is to do like we do for octavia | 14:11 |
apuimedo | instead of telling K8s that it has /16 | 14:11 |
apuimedo | we tell it that it has /17 | 14:12 |
apuimedo | and we use the latter half for the gateway | 14:12 |
dulek | apuimedo: Okay, I'll probably go with the first one. | 14:13 |
apuimedo | ;-) | 14:16 |
*** hongbin has joined #openstack-kuryr | 14:17 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Move multinode and centos jobs to check pipeline https://review.openstack.org/578792 | 14:22 |
*** gcheresh has joined #openstack-kuryr | 14:22 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/kuryr-kubernetes master: [WIP] Ensure isolation between namespaces https://review.openstack.org/579181 | 14:46 |
ltomasbo | apuimedo, ^^ I didn't test it yet, but that is a first draft of it | 14:55 |
apuimedo | thanks ltomasbo!!! | 14:56 |
ltomasbo | I'll keep working on that on Monday (the lbaas issue took quite more time than expected...) | 14:56 |
apuimedo | cool | 14:57 |
apuimedo | I'm still replicating the openshift dns on devstack :/ | 14:57 |
apuimedo | I hate devstack work | 14:57 |
apuimedo | I wish it were ansible | 14:57 |
ltomasbo | :D | 15:06 |
ltomasbo | apuimedo, didn't you hate ansible too? | 15:06 |
ltomasbo | apuimedo, or you have learned to appreciate it? xD | 15:06 |
apuimedo | ltomasbo: I hate deployment in general | 15:07 |
apuimedo | but bash based non idempotent one | 15:07 |
apuimedo | sucks harder | 15:07 |
ltomasbo | :D | 15:09 |
openstackgerrit | Emilio Garcia proposed openstack/kuryr-kubernetes master: adds a unit test that checks if object versions were updated when objects get changed https://review.openstack.org/579196 | 15:12 |
*** janki has quit IRC | 15:16 | |
*** gcheresh has quit IRC | 15:16 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Devstack install fail if docker cgroup driver is systemd https://review.openstack.org/575319 | 15:22 |
*** openstack has quit IRC | 15:22 | |
*** openstack has joined #openstack-kuryr | 15:23 | |
*** ChanServ sets mode: +o openstack | 15:23 | |
*** janki has joined #openstack-kuryr | 15:44 | |
*** maysamacedos has joined #openstack-kuryr | 15:47 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: [WIP] devstack support for openshift-dns https://review.openstack.org/579203 | 15:48 |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: [WIP] devstack support for openshift-dns https://review.openstack.org/579203 | 15:50 |
openstackgerrit | Antoni Segura Puimedon proposed openstack/kuryr-kubernetes master: [WIP] devstack support for openshift-dns https://review.openstack.org/579203 | 15:52 |
*** mfedosin has quit IRC | 16:09 | |
*** s1061123 has quit IRC | 16:12 | |
*** mfedosin has joined #openstack-kuryr | 16:14 | |
*** s1061123 has joined #openstack-kuryr | 16:14 | |
*** irenab has quit IRC | 16:16 | |
*** irenab has joined #openstack-kuryr | 16:17 | |
*** mrostecki[m] has quit IRC | 16:17 | |
*** celebdor has quit IRC | 16:18 | |
*** pcaruana has quit IRC | 16:40 | |
*** mrostecki[m] has joined #openstack-kuryr | 17:01 | |
*** openstack has quit IRC | 17:11 | |
*** openstack has joined #openstack-kuryr | 17:12 | |
*** ChanServ sets mode: +o openstack | 17:12 | |
*** celebdor has joined #openstack-kuryr | 17:14 | |
*** maysamacedos has quit IRC | 17:33 | |
*** phuoc_ has quit IRC | 18:58 | |
openstackgerrit | Chuck Short proposed openstack/kuryr master: Switch to using stestr https://review.openstack.org/579251 | 18:59 |
openstackgerrit | Chuck Short proposed openstack/kuryr-kubernetes master: Switch to using stestr https://review.openstack.org/579253 | 19:04 |
*** yamamoto has quit IRC | 20:17 | |
*** dougbtv_ has quit IRC | 21:13 | |
*** janki has quit IRC | 21:17 | |
*** yamamoto has joined #openstack-kuryr | 21:18 | |
*** yamamoto has quit IRC | 21:22 | |
*** hongbin has quit IRC | 22:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!