Friday, 2017-12-01

*** caowei has joined #openstack-kuryr00:22
*** janonymous has quit IRC00:26
*** hongbin has quit IRC00:36
*** salv-orlando has joined #openstack-kuryr00:42
*** salv-orlando has quit IRC00:46
*** gianpietro has quit IRC00:56
*** kiennt26 has joined #openstack-kuryr01:01
*** dougbtv_ has joined #openstack-kuryr01:33
*** maysamacedo has joined #openstack-kuryr01:35
*** maysamacedo has quit IRC01:37
*** gianpietro has joined #openstack-kuryr01:38
*** gianpietro has quit IRC01:42
*** salv-orlando has joined #openstack-kuryr01:43
*** salv-orlando has quit IRC01:48
*** maysamacedo has joined #openstack-kuryr01:53
*** mestery_ has joined #openstack-kuryr02:16
*** irenab has quit IRC02:22
*** mestery has quit IRC02:22
*** irenab_ has joined #openstack-kuryr02:22
*** mestery_ is now known as mestery02:22
*** irenab_ is now known as irenab02:23
*** wangbo has joined #openstack-kuryr02:25
*** salv-orlando has joined #openstack-kuryr02:44
*** salv-orlando has quit IRC02:49
*** janonymous has joined #openstack-kuryr02:58
*** maysamacedo has quit IRC03:09
*** gianpietro has joined #openstack-kuryr03:41
*** salv-orlando has joined #openstack-kuryr03:45
*** gianpietro has quit IRC03:46
*** salv-orlando has quit IRC03:49
*** hongbin has joined #openstack-kuryr04:12
*** threestrands_ has joined #openstack-kuryr04:24
*** threestrands_ has quit IRC04:24
*** threestrands_ has joined #openstack-kuryr04:24
*** threestrands has quit IRC04:26
*** dougbtv_ has quit IRC04:29
*** pmannidi has joined #openstack-kuryr04:36
*** salv-orlando has joined #openstack-kuryr04:46
*** salv-orlando has quit IRC04:50
*** gianpietro has joined #openstack-kuryr04:57
*** hongbin has quit IRC04:59
*** gianpietro has quit IRC05:01
*** reedip has quit IRC05:03
*** wangbo has quit IRC05:03
*** janki has joined #openstack-kuryr05:19
*** janki has quit IRC05:20
*** janki has joined #openstack-kuryr05:20
*** wangbo has joined #openstack-kuryr05:23
*** gouthamr has quit IRC05:44
*** gianpietro has joined #openstack-kuryr05:46
*** salv-orlando has joined #openstack-kuryr05:47
*** gcheresh has joined #openstack-kuryr05:49
*** salv-orlando has quit IRC05:51
*** gianpietro has quit IRC05:51
*** caowei has quit IRC05:56
*** caowei has joined #openstack-kuryr05:59
*** caowei has quit IRC06:06
*** caowei has joined #openstack-kuryr06:06
*** caowei has quit IRC06:07
*** wangbo has quit IRC06:07
*** caowei has joined #openstack-kuryr06:07
*** pcaruana has joined #openstack-kuryr06:10
*** maysamacedo has joined #openstack-kuryr06:11
*** maysamacedo has quit IRC06:12
*** salv-orlando has joined #openstack-kuryr06:14
*** caowei has quit IRC06:14
*** caowei has joined #openstack-kuryr06:18
*** caowei has quit IRC06:22
*** threestrands_ has quit IRC06:24
*** caowei has joined #openstack-kuryr06:25
*** gcheresh has quit IRC06:35
*** gianpietro has joined #openstack-kuryr06:56
*** gianpietro has quit IRC07:01
*** reedip has joined #openstack-kuryr07:02
*** juriarte has joined #openstack-kuryr07:40
*** gianpietro has joined #openstack-kuryr07:46
*** gianpietro has quit IRC07:50
*** salv-orlando has quit IRC08:06
*** wangbo has joined #openstack-kuryr08:09
*** gianpietro has joined #openstack-kuryr08:25
*** gianpietro has quit IRC08:30
*** salv-orlando has joined #openstack-kuryr08:33
*** pmannidi has quit IRC09:01
*** gcheresh has joined #openstack-kuryr09:15
*** garyloug has joined #openstack-kuryr09:33
*** caowei has quit IRC09:34
*** gianpietro has joined #openstack-kuryr09:35
*** gianpietro has quit IRC09:40
*** kiennt26 has quit IRC10:12
*** gcheresh has quit IRC10:28
*** gianpietro has joined #openstack-kuryr10:34
*** gianpietro has quit IRC10:39
*** janki has quit IRC10:56
*** janki has joined #openstack-kuryr11:01
*** gianpietro has joined #openstack-kuryr11:24
*** gianpietro has quit IRC11:29
dulekltomasbo: Why is _get_host_addr() in pools code overridden to return nodeName?11:29
dulekltomasbo: hostIP vs nodeName.11:29
ltomasbodulek, link to the code you are looking at?11:30
ltomasboin the nested case, it is the VM ip instead of the _get_host_addr()11:30
dulekltomasbo: https://github.com/openstack/kuryr-kubernetes/blob/master/kuryr_kubernetes/controller/drivers/vif_pool.py#L230-L23111:31
ltomasbosince you actually know the trunk where you want to add it, right11:31
dulekUhm… Okay.11:31
ltomasboumm11:31
ltomasbobut that is not for the nested11:31
ltomasbothat is for the baremetal11:31
ltomasboand the problem is that you cannot get the IP with get_host_addr11:32
dulekltomasbo: Yes, yes, by default it's hostIP, baremetal have nodeName.11:32
ltomasboas that is running on the controller, right? not on the worker/cni11:32
ltomasboso, we take the information based on where the kubectl scheduled the pod11:32
dulekltomasbo: Okay, sorry, but why is nested different than Neutron?11:33
dulekltomasbo: In this context.11:33
ltomasboI need to re-check a bit, to switch context11:33
ltomasbogive me a second I need to fix one thing first11:34
ltomasboIIRC we needed to use at some point the nodeName instead of the hostIP when creating the pool-key for the nested11:36
ltomasboand that was the reason for that11:36
dulekltomasbo: Hm, okay, thanks!11:37
ltomasboI'm trying to remember why we could not get the IP though11:38
ltomasboI think it was related to when we reboot the controller, and the information available regarding pre-created ports (for the nested it is easy as they are plugged already into a trunk)11:40
ltomasbodulek, https://github.com/openstack/kuryr-kubernetes/blob/master/kuryr_kubernetes/controller/drivers/vif_pool.py#L32611:42
ltomasboI think that was the reason ^^11:43
ltomasbowhen we recover the precreated ports, the info available at the ports iw the host name11:43
dulekltomasbo: Makes sense.11:43
ltomasbotook me a while to remember... :(11:43
ltomasbosorry, pretty stuck with the scale testing...11:44
dulekSure, no problem.11:49
*** salv-orlando has quit IRC11:49
*** salv-orlando has joined #openstack-kuryr11:50
*** salv-orlando has quit IRC11:55
*** gianpietro has joined #openstack-kuryr12:23
*** gianpietro has quit IRC12:28
*** gcheresh has joined #openstack-kuryr12:31
*** janki has quit IRC12:38
*** wangbo has quit IRC12:46
*** janonymous has quit IRC12:48
*** maysamacedo has joined #openstack-kuryr12:50
*** pmannidi has joined #openstack-kuryr12:53
*** yamamoto has quit IRC12:53
*** yamamoto has joined #openstack-kuryr12:54
*** wangbo has joined #openstack-kuryr13:01
*** pmannidi has quit IRC13:03
*** wangbo has quit IRC13:07
*** yamamoto has quit IRC13:09
*** gianpietro has joined #openstack-kuryr13:12
*** pmannidi has joined #openstack-kuryr13:12
*** pmannidi has quit IRC13:17
*** yamamoto has joined #openstack-kuryr13:25
*** openstackgerrit has joined #openstack-kuryr13:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Allow passing multiple VIFs to CNI  https://review.openstack.org/47101213:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Add SR-IOV capabilities to VIF handler  https://review.openstack.org/51228013:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Add SR-IOV binding driver to CNI  https://review.openstack.org/51228113:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Add multi-vif driver to kuryr-k8s controller  https://review.openstack.org/52459013:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Allow requesting additional subnets via annotation  https://review.openstack.org/52459113:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Allow setting specific ports for SRIOV handler  https://review.openstack.org/52459213:29
*** yamamoto has quit IRC13:32
*** yamamoto has joined #openstack-kuryr13:33
*** salv-orlando has joined #openstack-kuryr13:52
*** salv-orlando has quit IRC13:57
*** yamamoto has quit IRC14:01
*** maysamacedo has quit IRC14:04
*** maysamacedo has joined #openstack-kuryr14:14
*** salv-orlando has joined #openstack-kuryr14:15
*** yamamoto has joined #openstack-kuryr14:17
*** dougbtv_ has joined #openstack-kuryr14:22
*** yamamoto has quit IRC14:33
*** yamamoto has joined #openstack-kuryr14:59
*** yamamoto has quit IRC15:00
*** hongbin has joined #openstack-kuryr15:05
*** gouthamr has joined #openstack-kuryr15:11
*** livelace-link has joined #openstack-kuryr15:16
*** yamamoto has joined #openstack-kuryr15:35
*** kiennt26 has joined #openstack-kuryr15:47
*** maysamacedo has quit IRC16:02
*** yamamoto has quit IRC16:54
*** yamamoto has joined #openstack-kuryr16:56
*** yamamoto has quit IRC17:01
*** kiennt26 has quit IRC17:36
*** gianpietro has quit IRC17:41
*** yamamoto has joined #openstack-kuryr17:58
*** garyloug has quit IRC18:00
*** yamamoto has quit IRC18:08
*** maysamacedo has joined #openstack-kuryr19:15
*** gianpietro has joined #openstack-kuryr19:24
*** maysamacedo has quit IRC20:06
*** juriarte has quit IRC20:09
*** pcaruana has quit IRC20:25
*** gianpietro has quit IRC20:25
*** dougbtv_ has quit IRC21:03
*** maysamacedo has joined #openstack-kuryr21:13
*** maysamacedo has quit IRC21:14
*** gcheresh has quit IRC21:49
*** salv-orlando has quit IRC23:37
*** salv-orlando has joined #openstack-kuryr23:38
*** salv-orlando has quit IRC23:42

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