Friday, 2019-03-15

*** hongbin has joined #openstack-kuryr01:54
*** hongbin has quit IRC04:16
*** janki has joined #openstack-kuryr04:50
*** premsankar has quit IRC06:31
*** ccamposr has joined #openstack-kuryr07:23
*** pcaruana has joined #openstack-kuryr07:37
openstackgerritDaniel Mellado proposed openstack/kuryr-kubernetes master: Add crictl tool when deploying with cri-o  https://review.openstack.org/64329408:07
openstackgerritDaniel Mellado proposed openstack/kuryr-kubernetes master: Add crictl tool when deploying with cri-o  https://review.openstack.org/64329408:12
*** pcaruana has quit IRC08:24
*** pcaruana|afk| has joined #openstack-kuryr08:24
*** alisanhaji has joined #openstack-kuryr08:31
*** mrostecki has quit IRC09:18
*** mrostecki has joined #openstack-kuryr09:20
dulekltomasbo, maysams: Any idea what's happening here? http://logs.openstack.org/27/643327/4/check/kuryr-kubernetes-e2e-np-containerized-ovn-provider/1e848fc/controller/logs/screen-kuryr-kubernetes.txt.gz#_Mar_14_20_09_51_10819109:29
maysamsdulek: which patch is that?09:30
dulekIt's the K8s upstream tests job, I needed to build it around parent without tempest, so even missing running a service is possible.09:30
dulekmaysams: You can always get it from URL: 64332709:30
dulekmaysams: https://review.openstack.org/#/c/643327/09:30
maysamsdulek: ohh right, sry09:30
maysamsty09:30
dulekmaysams: No problem, I needed to be told about it as well. :)09:31
ltomasboumm09:34
ltomasbodulek, this is with ovn and ovn-provider?09:34
dulekltomasbo: Yup!09:35
dulekltomasbo: Ah, I'm depending from networking-ovn commit, it's even possible that it is broken…09:35
ltomasbodulek, yep, maybe...09:37
ltomasbodulek, seems the loadbalancer don't have a port_id...09:37
dulekltomasbo: Oh, some stuff is happening on o-api: http://logs.openstack.org/27/643327/4/check/kuryr-kubernetes-e2e-np-containerized-ovn-provider/1e848fc/controller/logs/screen-o-api.txt.gz09:38
ltomasbodulek, that seems to be the problem...09:38
dulekltomasbo: I'd say it's some ovn-provider bug. Now the thing is… How much do we care about OVN provider? Should I jump in and help to merge this?09:39
maysamshmm09:39
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: Add option to deploy coredns  https://review.openstack.org/64207210:01
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: WiP: Run K8s e2e network policy tests  https://review.openstack.org/64332710:01
*** kaiokmo has quit IRC10:19
*** dulek has quit IRC10:40
*** dulek has joined #openstack-kuryr10:42
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add support for svc with text targetPorts  https://review.openstack.org/64159810:53
*** kaiokmo has joined #openstack-kuryr11:24
dulekltomasbo: "svc-server.network-policy-4418 (10.1.0.146:80): No route to host" - I guess that's the LB not being set up yet? :(11:27
ltomasbocould be yes11:28
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Add support for text ports on Network Policy Spec  https://review.openstack.org/64308011:42
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add support for svc with text targetPorts  https://review.openstack.org/64159811:45
dulekltomasbo: Ah, it waits for pod up to 5m0s, but pod only tries 5 times… :(11:45
dulekCrap.11:45
ltomasbo:/11:46
*** rh-jelabarre has joined #openstack-kuryr11:51
*** janki has quit IRC12:00
ltomasbodulek, I'm checking the problem for ovn and loadbalancer type services...12:00
ltomasboloadbalancer is responsive (on VIP) and it has a fip associated to it... but it cannot be reached from the FIP12:01
dulekltomasbo: BTW - the fact that tests resolve services names means that https://review.openstack.org/#/c/642072 works.12:13
*** FlorianFa has quit IRC12:14
ltomasbodulek, \o/12:15
*** pcaruana has joined #openstack-kuryr12:27
*** pcaruana|afk| has quit IRC12:28
dulekmaysams: http://paste.openstack.org/show/747862/13:19
dulekmaysams: This might be something serious, it only showed up after 30 minutes of kuryr-controller running, so that's more than we have in the gate.13:20
maysamsdulek: quota13:20
dulekmaysams: Ah, obviously.13:20
maysamsdulek: maybe quota should be increased or set to unlimited?13:21
dulekmaysams: Yeah, it could be nice to set it in DevStack.13:22
dulekThough I have 100 in SG, SG rules and Subnets.13:22
dulekAnd I only have ~40 SG rules…13:23
maysamsand SG?13:23
dulek1013:24
maysamswhat about subnet and networks?13:25
dulekmaysams: In norm.13:25
dulekmaysams: "Quota exceeded for resource: security_groups: NeedRegenerationException"13:25
dulekmaysams: Interesting, seems like it's still set to 10?13:26
dulekmaysams: We probably set it for wrong tenant, I'll check this.13:26
maysamsdulek: seems like13:27
dulekmaysams: Yep, okay, I understand now. I'll add a change fixing this on DevStack if we run NP.13:28
maysamsdulek: thanks!13:29
*** pcaruana has quit IRC13:36
dulekltomasbo: I could use your help here, because your name is all over `git blame`. :P13:55
dulekltomasbo: Besides setting quota is there anything in this if clause that should be executed when SG_DRIVER is set to policy: https://github.com/openstack/kuryr-kubernetes/blob/3e3ed9dbb31133b5175ff792a9636603b2df95e1/devstack/plugin.sh#L389 ?13:56
openstackgerritMichał Dulko proposed openstack/kuryr-kubernetes master: DevStack: Bump SG quotas for "policy" SG driver  https://review.openstack.org/64359214:07
ltomasbodulek, let me see...14:10
ltomasbodulek, ooh, right, the quota is only set for namespace one...14:11
dulekltomasbo: Yeah, I think rest isn't needed, because it's about making default reachable for everyone.14:11
ltomasboyep, rest is just for the namespace isolation14:12
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add support for svc with text targetPorts  https://review.openstack.org/64159814:16
*** pcaruana has joined #openstack-kuryr14:17
*** alisanhaji has quit IRC14:34
*** maysams has quit IRC16:41
*** premsankar has joined #openstack-kuryr18:25
*** dmellado has quit IRC19:17
*** openstack has joined #openstack-kuryr19:41
*** ChanServ sets mode: +o openstack19:41
*** pcaruana has quit IRC19:59
*** ccamposr has quit IRC20:03
*** dmellado has joined #openstack-kuryr20:29
*** premsankar has quit IRC21:43

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