Tuesday, 2019-07-09

openstackgerritHongbin Lu proposed openstack/kuryr master: Fix kuryr CI  https://review.opendev.org/66955300:40
*** hongbin has joined #openstack-kuryr01:03
*** altlogbot_2 has quit IRC01:28
*** altlogbot_1 has joined #openstack-kuryr01:31
*** hongbin has quit IRC01:57
*** hongbin has joined #openstack-kuryr02:57
*** hongbin has quit IRC04:04
*** pcaruana has joined #openstack-kuryr04:35
*** pcaruana has quit IRC04:38
*** gcheresh_ has joined #openstack-kuryr04:48
*** ndesh has quit IRC05:11
*** rh-jelabarre has quit IRC05:24
*** ndesh has joined #openstack-kuryr05:30
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes stable/stein: Fix fail to recreate namespace when previous KuryrNet CRD is not deleted  https://review.opendev.org/66980006:45
*** pcaruana has joined #openstack-kuryr07:03
*** gkadam has joined #openstack-kuryr07:55
*** gkadam has quit IRC07:55
aperevalovhi, was kuryr-kubernetes meeting moved or just skipped?07:57
dulekaperevalov: Hi! Well, dmellado shifted priorities recently and I forgot about running it yesterday.07:59
dulekaperevalov: But whatever you wanted to talk about there, we can discuss here.07:59
dulekaperevalov: Personally I'm thinking about switching from meeting model to just office hours here in the channel, like other smaller projects do.08:00
aperevalovand what is the preferred office hours for you?08:01
dulekaperevalov: It can be the time when the meeting is supposed to be run now - that way we can catch some US folks.08:02
dulekAnd I think most of us are around European TZ's anyway.08:03
openstackgerritAlexey Perevalov proposed openstack/kuryr-kubernetes master: Use neutron rpc for port status checking  https://review.opendev.org/66964209:00
openstackgerritMerged openstack/kuryr-kubernetes stable/stein: Support None from Octavia get_api_major_version()  https://review.opendev.org/66861409:06
openstackgerritMerged openstack/kuryr-kubernetes stable/stein: Fix adding pods with host networking to svc in L2 mode  https://review.opendev.org/66860809:06
openstackgerritMerged openstack/kuryr-kubernetes stable/rocky: Fix adding pods with host networking to svc in L2 mode  https://review.opendev.org/66860909:06
*** maysams has joined #openstack-kuryr09:08
openstackgerritMerged openstack/kuryr-kubernetes master: Speed up pools prepopulation on namespace creation  https://review.opendev.org/66866109:27
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add gate for Octavia provider OVN  https://review.opendev.org/60403609:47
*** pcaruana has quit IRC09:48
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes stable/stein: Raise right exception in case Kubernetes respond with not found  https://review.opendev.org/66983710:34
*** ndesh has quit IRC10:41
openstackgerritMaysa de Macedo Souza proposed openstack/kuryr-kubernetes stable/rocky: Raise right exception in case Kubernetes respond with not found  https://review.opendev.org/66984010:42
*** danil has quit IRC10:52
*** danil has joined #openstack-kuryr10:53
*** altlogbot_1 has quit IRC11:19
*** irclogbot_3 has quit IRC11:19
*** altlogbot_3 has joined #openstack-kuryr11:20
*** ccamposr__ has quit IRC11:23
*** altlogbot_3 has quit IRC11:25
*** ccamposr has joined #openstack-kuryr11:31
openstackgerritMerged openstack/kuryr-tempest-plugin master: Fixing service connectivity testing  https://review.opendev.org/63632911:46
*** jistr_ has joined #openstack-kuryr11:51
*** jistr has quit IRC11:55
*** irclogbot_0 has joined #openstack-kuryr12:00
*** altlogbot_0 has joined #openstack-kuryr12:02
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-tempest-plugin master: Enhance svc namespace isolation for LoadBalancer type svc  https://review.opendev.org/61875112:03
*** altlogbot_0 has quit IRC12:05
*** irclogbot_0 has quit IRC12:05
*** altlogbot_3 has joined #openstack-kuryr12:08
*** pcaruana has joined #openstack-kuryr12:10
*** altlogbot_3 has quit IRC12:11
*** rh-jelabarre has joined #openstack-kuryr12:14
aperevalovwhere is devstack's local.conf used by zuul in gates? Can we add there RABBIT_{HOST|PASSWORD|USERID}, or as dulek said, rabitmq server can be unavailable from k8s master.12:18
dulekaperevalov: It's defined for each gate in .zuul.d. Mind the inheritance.12:19
aperevalovohh, thanks12:23
*** jistr_ is now known as jistr12:33
*** altlogbot_2 has joined #openstack-kuryr12:54
*** altlogbot_2 has quit IRC12:57
openstackgerritAlexey Perevalov proposed openstack/kuryr-kubernetes master: Disable N530 PEP8 warning  https://review.opendev.org/66964413:38
openstackgerritAlexey Perevalov proposed openstack/kuryr-kubernetes master: Use neutron rpc for port status checking  https://review.opendev.org/66964213:38
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Provide a proper way to choose VF in CNI  https://review.opendev.org/65648214:12
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: DPDK in baremetal containers using SR-IOV  https://review.opendev.org/65158114:13
aperevalovI have one else question about vif_pool section and set_vif_driver in vif_pool.py.14:32
aperevalovin this log message: "The pool and pod driver selected are not "14:33
aperevalov                     "compatible. They will be skipped")14:33
aperevalovit implies that in case of unknown mapping we just skip it and continue to load drivers, doesn't it? But there an exception throwing.14:33
aperevaloveither log message is incorrect or exception throwing is unnecessary14:35
ltomasboumm, yep, we are raising the exception15:12
*** altlogbot_1 has joined #openstack-kuryr15:12
ltomasboprobably we can just remove the second part of the message: "they will be skipped"15:12
*** altlogbot_1 has quit IRC15:17
*** gcheresh_ has quit IRC15:25
aperevalovltomasbo: ok, no problem, it will be better, but need to say in logs exact driver's name ;). I can send such minor fix.15:34
aperevalovI have one more question about vif_pool, assume we have only vif in enabled_drivers, so we don't want to deal with sg/lbaas handler. I saw that using _drv_svc_sg is under _is_network_policy_enabled condition, but instance is creating always. It was first point,15:38
aperevalovsecond point it's instance of _drv_lbaas its usage under the same condition as _drv_svc_sg so probably it's not necessary to create instance of _drv_lbaas if such handler wasn't selected in config.15:40
*** altlogbot_2 has joined #openstack-kuryr15:42
aperevalovthe latest point about lbaas driver is not about memory consumption or performance, it just about exception during instantiation this driver when just vif handler was selected.15:42
*** altlogbot_2 has quit IRC15:47
openstackgerritMerged openstack/kuryr-tempest-plugin master: Enhance svc namespace isolation for LoadBalancer type svc  https://review.opendev.org/61875115:50
*** altlogbot_3 has joined #openstack-kuryr16:08
*** altlogbot_3 has quit IRC16:13
*** altlogbot_2 has joined #openstack-kuryr16:20
*** altlogbot_2 has quit IRC16:23
*** irclogbot_2 has joined #openstack-kuryr16:24
*** irclogbot_2 has quit IRC16:27
*** altlogbot_2 has joined #openstack-kuryr17:00
openstackgerritLuis Tomas Bolivar proposed openstack/kuryr-kubernetes master: Add gate for Octavia provider OVN  https://review.opendev.org/60403617:02
*** altlogbot_2 has quit IRC17:05
openstackgerritMerged openstack/kuryr-kubernetes stable/stein: Raise right exception in case Kubernetes respond with not found  https://review.opendev.org/66983717:09
*** irclogbot_1 has joined #openstack-kuryr17:10
*** irclogbot_1 has quit IRC17:13
*** gcheresh_ has joined #openstack-kuryr17:16
*** gcheresh_ has quit IRC18:20
*** irclogbot_3 has joined #openstack-kuryr18:36
*** irclogbot_3 has quit IRC18:39
*** gcheresh_ has joined #openstack-kuryr20:10
*** irclogbot_3 has joined #openstack-kuryr20:24
*** irclogbot_3 has quit IRC20:27
*** gcheresh_ has quit IRC20:45
*** irclogbot_1 has joined #openstack-kuryr21:14
*** pcaruana has quit IRC21:19
*** irclogbot_1 has quit IRC21:19
*** ccamposr__ has joined #openstack-kuryr21:38
*** irclogbot_2 has joined #openstack-kuryr21:38
*** ccamposr has quit IRC21:40
*** irclogbot_2 has quit IRC21:43
*** irclogbot_2 has joined #openstack-kuryr21:54
*** altlogbot_3 has joined #openstack-kuryr21:55
*** altlogbot_3 has quit IRC21:55
*** irclogbot_2 has quit IRC21:59
*** ccamposr has joined #openstack-kuryr22:21
*** ccamposr__ has quit IRC22:24
*** rh-jelabarre has quit IRC22:36
*** altlogbot_0 has joined #openstack-kuryr22:44
*** altlogbot_0 has quit IRC22:49

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