15:02:06 #startmeeting kuryr 15:02:06 Meeting started Mon Jan 18 15:02:06 2016 UTC and is due to finish in 60 minutes. The chair is apuimedo. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:02:07 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:02:09 The meeting name has been set to 'kuryr' 15:02:26 Welcome everybody to another kuryr meeting! 15:02:33 who's here for the show? 15:02:37 o/ 15:02:39 o/ 15:02:45 o/ 15:03:49 #info vikasc banix fawadkhaliq and apuimedo are present 15:03:59 Thank you for joining the meeting 15:04:46 We don't have an agenda so this is going to be a bit fast 15:04:59 #topic ipam 15:05:17 vikasc: is everything you had on the backlog merged? 15:05:32 may i suggest we get the ipam patches reviewed and merged as soon as possib;e 15:05:34 few small small fixes are waiting for review 15:05:49 small fixes are necessary to make the code functional 15:05:51 banix: you definitely may 15:06:02 yes, I wanted to say that we currently have it a bit broken 15:06:04 :P 15:06:17 otherwise the code as is is not functiona 15:06:19 yes 15:06:20 vikasc: banix : can you please post the list of the patches urgent to review? 15:06:26 vikasc: please link the patches that are necessary for the fixes 15:06:36 and let's get them tested and merged by Wednesday the latest 15:06:55 i will drop a mail 15:07:13 very well 15:07:36 #action vikasc to send an email to the ml about the remaining patches to get ipam into a working state 15:07:38 here are all patches by vikas: https://review.openstack.org/#/q/owner:choudharyvikas16%2540gmail.com+status:open 15:07:48 #link https://review.openstack.org/#/q/owner:choudharyvikas16%2540gmail.com+status:open 15:08:07 banix: vikasc: have you tried if with all of those it is completely functional 15:08:24 apuimedo, yes, i have tried 15:08:33 good :-) 15:08:59 #action: apuimedo irenab banix to review and get those merged 15:09:01 the ones i have +2’ed are working 15:09:09 good 15:09:09 will lokk at the rest and try them 15:09:15 same here 15:09:20 I'll get through them between today and tomorrow 15:09:38 thanx banix apuimedo irenab 15:09:46 #topic COE integration 15:10:03 #info banix did a very nice blog post about swarm integration 15:10:22 banix: could you maybe put some documentation in the repository about using swarm? 15:10:32 +1 15:10:45 apuimedo: yes sure 15:10:50 thanks :-) 15:11:08 banix, Can you please share link of blog post 15:11:25 #action banix to submit a bit of a quickstart for using kuryr with swarm in the documentation 15:11:26 #link http://mbanikazemi.com 15:12:00 #link http://mbanikazemi.com/2016/01/07/docker-swarm-and-kuryr/ 15:12:02 :-) 15:12:15 for when you have a new blog post to keep having the correct link :P 15:12:33 About Kubernetes 15:12:36 i have been planning to add more to it and make it better but haven’t got the chance yet. 15:12:37 apuimedo, :D thanks 15:14:10 banix: I saw that you and Mike Spreitzer are looking at running Kubernetes and make it consume the libnetwork kuryr daemon for binding 15:14:41 apuimedo: yes, still looking into how/if this is possible 15:14:47 same here :P 15:15:16 apuimedo: banix..talking about Kubernetes and libnetwork, ran into this over the weekend 15:15:17 irenab: can you refresh us with the kuryr etherpad for kubernetes integration? 15:15:20 #link http://blog.kubernetes.io/2016/01/why-Kubernetes-doesnt-use-libnetwork.html 15:15:25 :-) 15:15:39 fawadkhaliq: yes. We were discussing with Tim on Friday on the sig meeting 15:15:46 there was Mike and I on the call 15:16:20 apuimedo: https://etherpad.openstack.org/p/kuryr_k8s 15:16:24 while they want to keep Kubernetes able to pass the necessary "flags" to docker for it to connect to libnetwork 15:16:27 yes, have been trying to watch the recording but the play back doesb’t work for me 15:16:27 thanks irenab 15:16:39 #link https://etherpad.openstack.org/p/kuryr_k8s 15:17:00 apuimedo: can you give some brief summary? 15:17:00 I feel like we need to also follow the CNI discussion 15:17:09 apuimedo: cool cool. 15:17:14 apuimedo: agree 15:17:30 apuimedo: yes 15:17:52 and participate as it is still early on 15:18:05 banix: absolutely 15:18:10 what I take from the meeting is that we need to make sure that the current state of things gets unbroken (IIRC nowadays we can't pass the flags to plug to libnetwork networks, they proposed to put net as default but that does not work) 15:18:16 but more importantly 15:18:19 for the future 15:18:24 we need to participate in the discussion 15:18:29 and work on a cni plugin 15:18:49 cni plugin supporting kuryr networkm type? 15:19:04 networkm? 15:19:08 apuimedo: agree. let's have some representation from kuryr team there as well 15:19:13 sorry :-) network 15:19:25 irenab: oh, I thought you meant network model :P 15:19:41 well, there's two ways that are immediately apparent 15:19:42 one is 15:19:48 cni plugin that calls to kuryr 15:20:06 another is cni plugin in python that reuses parts of kuryr code (with a bit of healthy refactoring) 15:20:17 I have to say that I prefer the latter 15:20:44 apuimedo: why is that? 15:21:06 apuimedo: so kuryr is more conceptual thing, link to neutron api? 15:21:16 apuimedo: with cni model, kuryr southbound interface would be interesting to define 15:21:20 irenab: bring neutron networking to containers 15:21:21 irenab: i see 15:21:38 CNI works for rkt 15:21:42 for example 15:22:04 fawadkhaliq: indeed 15:22:46 how I see it, it may necessitate kuryr to have a core library and different "frontends" 15:22:56 since the models differ a bit 15:22:57 for me there are alot of questions regarding how kuryr fits into kube ecosystem 15:23:08 irenab: agreed 15:23:18 yup 15:23:22 we need more brains into the k8s meetings :P 15:23:32 apuimedo: I think you may be correct about core and different frontends 15:23:33 and after that in mesos 15:23:33 cni passes just two args "ADD" and "DEL". how we are goint to map it existing kuryr? i guess will not be able to reuse much of existing code. 15:23:40 apuimedo: +1 15:23:59 vikasc: if you look at libnetwork now 15:24:09 we already have two drivers (thanks to you for the second one) 15:24:17 one that does binding 15:24:20 one that does ipam 15:24:29 in kubernetes 15:24:37 I suspect that we need a similar approach 15:24:51 one that will get the connectivity information and prepare the ports 15:24:55 apuimedo: its not only binding, it is neutron logical topology creation as well. I think its the third part 15:24:56 and the cni plugin that will bind 15:25:56 apuimedo, how about having k8s plugin totally seperate from existing controllers.py 15:26:08 for example, like Calico k8s plugin 15:26:31 banix: you probably heard that in k8s they have the gap of passing the "allowfrom" down the cni plugin or getting it to the networking layer somehow 15:26:32 they are maintaing it totally seperate from lbnetwork driver 15:26:56 vikasc: I think there should be low level controller driver that calls neutron, this can/sould be reused 15:26:57 vikasc: it's not a libnetwork driver, is it, for Calico? 15:26:57 https://github.com/projectcalico/calico-cni/blob/master/calico_cni/calico_cni.py 15:27:27 vikasc: but yes, I'm not saying to reuse almost all 15:27:46 I'm thinking of refactoring the bits that we find useful into libraries 15:27:59 and then have the libnetwork driver in a directory 15:28:02 apuimedo: dont know that issue 15:28:06 apuimedo: +1 15:28:07 the cni one in another, etc 15:28:13 apuimedo, +1 for refactoring into modular libraries 15:28:22 and have they consume the kuryr python package 15:28:33 apuimedo, +1 15:28:41 it will enforce better modularity anyway 15:28:42 apuimedo, making sense 15:29:10 apuimedo: do you mind to put up some proposal for refactoring kuryr? 15:29:17 #info: seems like there is consensus in having a kuryr python package with common bits and directories for different drivers 15:29:26 irenab: I shall have to 15:29:39 #action apuimedo to submit refactoring proposal 15:30:32 the good thing is that the swarm directory will just be documentation for now :P 15:30:41 sounds good 15:30:45 on using the libnetwork driver 15:31:02 yes nothing to do specifically for swarm 15:31:05 apuimedo: lol 15:31:18 i want to write a poc k8s driver. Will it be helpful. I have understood current flow of cni in k8s 15:31:21 then there is mesos and all 15:31:28 banix: indeed 15:32:00 for mesos I suspect we may start with just giving some directions about connecting to the network passing flags to the docker containerizer 15:32:15 and then we can grow it as people join work in making the integration better 15:32:22 with significant gap as of now; seems they are not caught up with network cli 15:32:22 #topic openfloor 15:32:50 banix: yeah... last time I checked it seemed like you had to hack a bit the c++ containerizer 15:33:03 anybody else wants to raise more things? 15:33:20 apuimedo: banix. I had added the initial draft of nested containers proposal 15:33:24 I saw fawadkhaliq submitted an early version of the spec for vm nested containers 15:33:33 #link https://review.openstack.org/#/c/269039/ 15:33:34 fawadkhaliq: you were faster to type than me :P 15:33:41 reviews welcome :) 15:33:45 thanks a lot for the submission 15:33:48 lol 15:33:53 fawadkhaliq: yes thank you 15:33:57 #action all to review the proposal 15:33:59 fawadkhaliq, thanks 15:34:04 I will be adding more details. Jugging several balls at the same time. 15:34:09 thanks guys 15:34:10 #action all to review https://review.openstack.org/#/c/269039/ 15:34:31 This capture the high level design. We can all collaborate to improve it. 15:34:59 devvesa has created a bug for the rdo team to review the inclusion of a kuryr libnetwork driver package 15:35:08 fawadkhaliq: cool :-) 15:35:30 I can't tell when devvesa will have time to work on the deb package yet though :P 15:36:08 anybody else has more topics? 15:36:40 we need to also have a list of things what we definitely want to do for M 15:36:52 banix: perfectly right 15:36:53 banix, +1 15:37:01 any update on the testing? 15:37:09 actually, for me, the list of "absolute must do was:" 15:37:13 *IPAM 15:37:16 *testing 15:37:18 *swarm 15:37:20 *packaging 15:37:31 in terms of implementation 15:37:42 and in terms of spec/design: 15:37:46 *k8s 15:37:49 *vm-nested 15:37:50 bahoa and gal are working on that fron; have to check with them. will do that. 15:38:07 i meant testing 15:38:08 I have some patches to review from them 15:38:12 yeah ;-) 15:38:24 banix: thanks 15:39:42 alright, if nobody else has further things to add 15:39:45 going 3 15:39:47 goind 2 15:39:51 going 1 15:39:59 gone! 15:40:05 thank you all for joining 15:40:06 thanks! 15:40:11 and for all the work in the past week 15:40:12 thanks :-) 15:40:15 #endmeeting