Thursday, 2017-05-25

*** kzaitsev_mb has joined #openstack-kuryr00:01
*** hongbin has quit IRC00:10
*** gianpiet_ has quit IRC00:38
*** gianpietro has joined #openstack-kuryr00:38
*** gianpietro has quit IRC01:08
*** gianpietro has joined #openstack-kuryr01:09
*** gianpietro has quit IRC01:13
*** s1061123 has quit IRC01:24
*** yedongcan has joined #openstack-kuryr01:27
*** s1061123 has joined #openstack-kuryr01:34
*** gianpietro has joined #openstack-kuryr01:57
*** gianpietro has quit IRC02:01
*** hongbin has joined #openstack-kuryr02:09
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr master: Updated from global requirements  https://review.openstack.org/46210602:09
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr-libnetwork master: Updated from global requirements  https://review.openstack.org/46137602:09
*** xiangxinyong is now known as edisonxianbg02:31
*** edisonxianbg is now known as edisonxiang02:31
*** gianpietro has joined #openstack-kuryr02:59
*** gianpietro has quit IRC03:03
*** edisonxiang has quit IRC03:10
*** yuanying has joined #openstack-kuryr03:24
*** vikasc has joined #openstack-kuryr03:31
*** hongbin has quit IRC03:32
*** gouthamr has quit IRC03:57
*** yamamoto has quit IRC04:13
*** yamamoto has joined #openstack-kuryr04:13
*** yamamoto has quit IRC04:17
*** janki has joined #openstack-kuryr04:32
*** kzaitsev_mb has quit IRC04:40
*** ltomasbo|away is now known as ltomasbo04:57
*** yamamoto has joined #openstack-kuryr05:01
*** kzaitsev_ws has joined #openstack-kuryr06:12
*** pcaruana has joined #openstack-kuryr06:20
*** dimak_ has joined #openstack-kuryr06:38
*** vikasc has quit IRC07:30
irenabapuimedo, ping07:32
apuimedoirenab: pong07:39
apuimedodmellado: rise and shine07:39
irenabapuimedo, I think I found the answer ...07:39
irenabgood morning :-)07:40
apuimedoI'd say good if it were not that the answer is that you can't verify the patch07:40
apuimedoXD07:40
apuimedokzaitsev_ws: any luck verifying the macvlan patch07:40
apuimedo?07:40
apuimedoirenab: I had a busy night. Did you see the bug I reported?07:41
kzaitsev_wsapuimedo: not yet, sorry. I have a couple of meetings today, that I've been preparing for07:41
irenabapuimedo, yes, looks crazy07:42
irenabbut seems you maid it work eventually07:42
apuimedokzaitsev_ws: it's good to always go to meetings prepared07:42
apuimedo:-)07:42
apuimedoirenab: it is working indeed07:42
apuimedobut the matter is now how to solve the bug07:43
apuimedoI would probably do it in two steps07:43
irenabapuimedo, I am trying to verify the patch for devstack with pod host stuff07:43
apuimedofirst step, we put a config option for adding bm host to the pod network (using kuryr-lib binding scripts)07:43
apuimedosecond step, we put worker nodes in a separate net and we make a handler for liveness and readiness probes07:44
*** xiangxinyong has joined #openstack-kuryr07:44
*** egonzalez has joined #openstack-kuryr07:44
*** xiangxinyong is now known as edisonxiang07:45
irenabapuimedo, first step is to make controller and services like DNS to be able to talk to API?07:45
apuimedono, that is taken care of by my patch07:48
apuimedofirst step is to make the dns and such services not be constantly killed due to the kubelet failure to make http probes to them07:48
irenabapuimedo, dmellado any idea why unstack/clean and then stuck with updated kuryr-kubernetes branch ends up with issues with 'getting to identity versions ...'?07:49
irenabno openstack cli command is working07:49
apuimedowhat gets stuck? the stacking?07:49
irenabapuimedo, maybe probes can be disabled, at least for devstack07:49
irenabstacking seems to be completed, but no cli command is working07:50
irenabI wonder if any of you had issues with unstack/clean and then stack again07:50
apuimedoirenab: I usually never unstack07:52
apuimedobut when I did lately it worked07:52
apuimedo3/4 times last week07:52
apuimedobut previously once I got stacking to get stuck07:53
apuimedohence my earlier question07:53
irenabI will try to create clean VM to run devstack with your patch07:53
apuimedoirenab: which?07:56
irenabthe one with devstack changes to deploy LB07:57
irenabhttps://review.openstack.org/#/c/467241/507:58
irenabapuimedo, something more urgent?07:58
apuimedoirenab: uh07:59
apuimedowait a sec07:59
apuimedoyou are deploying a devstack with heat to run this patch atop?08:00
apuimedoso the kuryr deployment would be in second level of virtualization?08:00
irenabno, two separate verifications. One for heat and the second for the above patch08:01
kzaitsev_wsirenab: thanks for the spec review. I'll prep the comments today. Here are just some inititial thoughs. I do understand that SRIOV handler seem to violate the 1-k8s-entity 1-handler design. My initial goal was to minimize the changes to original handler/workflow08:08
kzaitsev_wsin this case one could argue, that an opaque-resource-request is an entity, that vif maps to08:10
apuimedook08:10
apuimedokzaitsev_ws: irenab: Personally I prefer having multiple handlers for the same entity than having branch heavy handlers08:11
apuimedosince handlers can work in parallel08:11
apuimedoand simplicity of handlers is important08:11
irenabapuimedo, kzaitsev_pi at a meeting, will be back soon to the conversation08:11
kzaitsev_wsit might worth thinking about adding/extending a multi-vif handler as you mentioned, but the logic for requesting them still lies inside the pod object itself. i.e. we would have to inspect to determine whether it wants direct vifs or not.08:13
kzaitsev_wsirenab: sure =)08:14
kzaitsev_wsMy meeting would start in approx. 4 hours, so I should be available08:16
janonymousa silly question: Can a container launched on different Baremetal machine use kuryr which have only container running only?08:32
apuimedojanonymous: can you rephrase?08:38
janonymousOps sry, suppose we have a setup with Openstack and kubernetes and kubernetes schedules a pod on let's say a baremetal node08:40
janonymousIs it feasible?08:42
*** garyloug has joined #openstack-kuryr08:44
irenabapuimedo, kzaitsev_ws : back08:52
apuimedojanonymous: yes. Kuryr works well in baremetal08:57
apuimedoyou only need to have ovs agent on the worker nodes08:57
janonymousoh cool, and if baremetal node is in different region/network?08:59
apuimedoI have not tried that09:00
kzaitsev_wssorry, the meeting got transfered to now =( will be back in 1h or so09:00
apuimedokzaitsev_ws: np09:00
janonymousapuimdeo: thanks! :)09:02
irenabok09:03
apuimedoyou're welcome09:06
*** vikasc has joined #openstack-kuryr09:07
kzaitsev_wsback for another 40 mins %) sorry for being sporadic09:10
*** pmannidi__ has quit IRC09:10
kzaitsev_wswell, my biggest fear with a separate handler was that k8s could have refused an upgrade with resource version09:11
kzaitsev_wsbut in fact it swallows the thing nicely, since I'm annotating a different key in the pod09:11
kzaitsev_ws(which is also a bit controversial, but I can't find a way to do it without breaking/altering the main handler)09:11
kzaitsev_wsit may be worth adding multi-vif handler, however with current model I'm not sure if that could be practical09:12
kzaitsev_wsat least there should be a way to request ports from different networks09:13
kzaitsev_wsmaybe with what danil is doing (with requesting neutron ports by id) it would be more meaningful09:14
apuimedojanonymous: ivc_: irenab: kzaitsev_ws: vikasc: https://blueprints.launchpad.net/kuryr-kubernetes/+spec/cni-split-exec-daemon09:25
janonymous@apuimedo: great!09:26
janonymous@apuimedo: I would like to work on that :)09:27
apuimedojanonymous: I pointed to some example code on the executable09:29
apuimedoI would recomment starting with that09:29
apuimedoand do the server part later09:29
*** aojea has joined #openstack-kuryr09:44
kzaitsev_wskuryr-k8s is bursting with blueprints lately )09:46
kzaitsev_wsoh, so you want cni daemon to be actual k8s daemonset, right?09:47
apuimedokzaitsev_ws: that's exactly right09:49
apuimedoon both accounts09:49
apuimedowhen I open my browser the first link is gmail, the second is blueprints09:49
apuimedo:'(09:49
kzaitsev_wsand it would cache info on all the alive pods it has ever seen and at the time request comes — would plug the vif in09:49
kzaitsev_wsor hang untill the pod is ready09:50
apuimedokzaitsev_ws: right09:50
apuimedoand on delete time it would already have the info09:50
apuimedoor get it if it was restarted by the liveness probe09:50
kzaitsev_wsI think ivc_ mentioned that after the split cni-daemon would be more pluggable.09:54
kzaitsev_wsbut that doesnt seem to be the case.09:54
kzaitsev_wsor maybe just the archeticture would be a bit more straightforward09:54
apuimedokzaitsev_ws: do you remember where the pluggability was supposed to be gained? I can't imagine it more pluggable with the possibility of having multiple handlers09:56
kzaitsev_wsand it would have a single event-handling loop, which would be easy to plug into. rahter than current every-handler-ends-the-loop scenario09:56
kzaitsev_wsI'll be digging cni handlers soon to see how I can avoid my custom sriov-cni and not break the regular workflow09:59
apuimedook10:01
*** yamamoto has quit IRC10:11
irenabapuimedo, kzaitsev_ws : following the initial design concept, the idea was is that there is a Handler per k8s entity and the end result in SDN (Neutron). So there is a Handler for handle Pod events and provide VIF. SR-IOV port is just a type of vif, at  least from the neutron perspective. I would like to hear the ivc_ point of view before approving the current direction of separate handler10:19
apuimedoivc_ input would be great10:20
apuimedopersonally I always wanted separate handlers running in parallel10:20
apuimedo:-)10:20
apuimedo(and namespacing annotations to avoid conflicts)10:20
*** vikasc has quit IRC10:30
*** vikasc has joined #openstack-kuryr10:46
*** yamamoto has joined #openstack-kuryr10:58
*** yedongcan has left #openstack-kuryr11:12
*** aojea has quit IRC11:15
kzaitsev_wsirenab: acknowledged =) would try to ping ivc_ on it =)11:17
irenabkzaitsev_ws, great. Thank you for your patience11:19
kzaitsev_wsnp. actually from my perspective you guys are pretty fast with spec reviews. ;)11:20
*** aojea has joined #openstack-kuryr11:20
irenabapuimedo, got the same issue with clean devstack deployment: https://pastebin.com/Tms8qCGe11:23
apuimedothanks11:28
apuimedowill check after lunch11:28
*** gianpietro has joined #openstack-kuryr11:35
*** gianpietro has quit IRC11:40
irenabltomasbo, ping11:49
*** gianpietro has joined #openstack-kuryr11:52
*** gianpietro has quit IRC11:53
*** atoth has joined #openstack-kuryr12:17
*** gianpietro has joined #openstack-kuryr12:24
*** roeyc has joined #openstack-kuryr12:25
*** roeyc has quit IRC12:25
*** roeyc has joined #openstack-kuryr12:25
*** gianpietro has quit IRC12:26
*** zengchen has quit IRC12:30
*** gianpietro has joined #openstack-kuryr12:32
*** gianpietro has quit IRC12:32
openstackgerritMerged openstack/kuryr-kubernetes master: Improve nested k8s devstack install mechanism  https://review.openstack.org/46753212:36
ltomasboirenab, pong12:51
openstackgerritOpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements  https://review.openstack.org/46439412:52
*** yamamoto has quit IRC12:56
irenabltomasbo, wanted to ask you about heat patch verification, but got assistance from apuimedo already12:56
*** jchhatbar has joined #openstack-kuryr12:58
*** janki has quit IRC12:58
ltomasboirenab, ok, I got some problems with the openstackcli, but solved with virtualenv12:59
irenabltomasbo, I didn't have image in glance .... hopefully get to the issues you had soon13:00
ltomasboirenab, just for curiosity, what was the problem? I left the devstack stacking and I see it had failed13:00
ltomasboirenab, xD13:00
*** gouthamr has joined #openstack-kuryr13:01
*** yamamoto has joined #openstack-kuryr13:02
irenabltomasbo, seems it finished with success. I see once server created.13:03
dmelladoheh, I'll try to verify the patch too, /me crosses fingers13:06
irenabdmellado, I am using your VM to verify, it is very helpful13:09
dmelladoirenab: glad that it helps ;)13:09
*** gianpietro has joined #openstack-kuryr13:11
irenabapuimedo, should the sec. groups be ok to enable ssh to the created server?13:11
irenabactually I do not see that stackname.pem is created13:15
*** jchhatbar is now known as janki13:15
*** atoth has quit IRC13:17
*** atoth has joined #openstack-kuryr13:18
*** atoth has quit IRC13:18
*** atoth has joined #openstack-kuryr13:19
*** roeyc has quit IRC13:27
*** roeyc has joined #openstack-kuryr13:28
*** roeyc has quit IRC13:28
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: Allow setting specific ports for SRIOV handler  https://review.openstack.org/46803213:29
openstackgerritDanil Golov proposed openstack/kuryr-kubernetes master: [WIP] Allow setting specific ports for SRIOV handler  https://review.openstack.org/46803213:31
*** dimak_ has quit IRC13:33
apuimedoirenab: I'm back13:37
apuimedosorry, taking the kid to school13:37
apuimedodid you try to do the ./devstack-heat ssh thing?13:37
apuimedoltomasbo: did you try my container celebdor/openstack:ocata for the openstack client or just used python venv?13:39
ltomasboapuimedo, just virtualenv with pip13:43
apuimedook13:47
*** gianpietro has quit IRC13:51
*** janki has quit IRC14:02
*** yamamoto has quit IRC14:24
*** yamamoto has joined #openstack-kuryr14:39
*** yamamoto has quit IRC14:44
*** hongbin has joined #openstack-kuryr14:45
*** x00350071_ has joined #openstack-kuryr14:59
*** edisonxiang has quit IRC14:59
*** kzaitsev_ws has quit IRC15:00
*** ltomasbo is now known as ltomasbo|away15:04
*** gsagie has joined #openstack-kuryr15:04
*** gianpietro has joined #openstack-kuryr15:07
*** roeyc has joined #openstack-kuryr15:19
*** yamamoto has joined #openstack-kuryr15:20
*** yamamoto has quit IRC15:20
*** pcaruana has quit IRC15:38
*** pcaruana has joined #openstack-kuryr15:39
*** ltomasbo|away is now known as ltomasbo15:39
*** leifmadsen has quit IRC15:45
*** gianpietro has quit IRC15:46
*** leifmadsen has joined #openstack-kuryr15:49
*** aojea has quit IRC15:54
*** gsagie has quit IRC16:00
*** egonzalez has quit IRC16:05
*** roeyc has quit IRC16:09
*** roeyc has joined #openstack-kuryr16:10
*** roeyc has quit IRC16:11
openstackgerritOpenStack Proposal Bot proposed openstack/fuxi master: Updated from global requirements  https://review.openstack.org/45447416:19
*** yamamoto has joined #openstack-kuryr16:21
*** pcaruana has quit IRC16:30
*** pcaruana has joined #openstack-kuryr16:30
*** yamamoto has quit IRC16:32
openstackgerritAntoni Segura Puimedon proposed openstack/kuryr-kubernetes master: devstack: Add configuration for kubelet probes  https://review.openstack.org/46810016:44
apuimedoltomasbo: please review ^^16:45
apuimedokzaitsev_pi: ^^16:45
*** ltomasbo is now known as ltomasbo|away16:48
*** garyloug has quit IRC16:52
openstackgerritMerged openstack/kuryr-kubernetes master: get nested drivers opts out of neutron defaults  https://review.openstack.org/45011317:05
*** yamamoto has joined #openstack-kuryr17:06
*** yamamoto has quit IRC17:10
*** gianpietro has joined #openstack-kuryr17:11
openstackgerritMerged openstack/kuryr-kubernetes master: Updated from global requirements  https://review.openstack.org/46439417:15
*** gianpietro has quit IRC17:24
*** gianpietro has joined #openstack-kuryr17:25
*** gianpietro has quit IRC17:29
*** egonzalez has joined #openstack-kuryr17:55
*** vikasc has quit IRC19:00
*** aojea has joined #openstack-kuryr19:06
*** yamamoto has joined #openstack-kuryr19:08
*** pcaruana has quit IRC19:09
*** yamamoto has quit IRC19:13
*** gianpietro has joined #openstack-kuryr20:57
*** aojea has quit IRC20:59
*** gianpietro has quit IRC21:14
*** gianpietro has joined #openstack-kuryr21:54
*** gianpietro has quit IRC21:59
*** gianpietro has joined #openstack-kuryr22:21
*** gouthamr has quit IRC22:29
*** gianpietro has quit IRC22:30
*** gianpietro has joined #openstack-kuryr22:39
*** gianpietro has quit IRC22:40
openstackgerritAlan Pevec proposed openstack/kuryr-kubernetes master: Fix typo  https://review.openstack.org/46819022:42
*** gianpietro has joined #openstack-kuryr22:42
*** gianpietro has quit IRC22:44
openstackgerritAlan Pevec proposed openstack/kuryr-kubernetes master: Fix typo  https://review.openstack.org/46819022:58
*** gouthamr has joined #openstack-kuryr23:05
*** egonzalez has quit IRC23:06
*** ashishb has quit IRC23:10
*** hongbin has quit IRC23:58

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