14:05:09 #startmeeting kuryr 14:05:09 o/ Hi xD 14:05:10 Meeting started Mon Jun 12 14:05:09 2017 UTC and is due to finish in 60 minutes. The chair is apuimedo. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:05:11 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:05:12 hi 14:05:13 The meeting name has been set to 'kuryr' 14:05:17 o/ 14:05:21 o/ 14:05:22 o/ 14:05:22 WHos' here for the show? 14:05:23 o/ 14:05:27 o/ 14:06:06 Thank you all for showing up 14:06:09 and sorry for the delay 14:06:14 #topic kuryr-libnetwork 14:07:21 We got some new patches on kuryr-libnetwork land last week 14:07:59 #info kuryr-libnetwork moved to use the etcd devstack plugin 14:08:31 it now uses the etcd configured port from the plugin 14:08:47 the tag extension check got fixed 14:09:11 #info there's some code submitted for a bugfix 14:09:15 #link https://review.openstack.org/#/c/470773/ 14:09:27 #action limao and apuimedo to review 14:09:43 also egonzalez reported some problem with the zun integration 14:09:48 we'll have to take a look 14:09:51 anything else? 14:10:07 apuimedo: any bp for zun integration? 14:10:27 maybe on zun project 14:11:01 irenab: probably on zun 14:11:16 irenab: the problem is with the binding 14:11:23 it is not detecting the type apparently 14:11:37 vif type => binding type? 14:11:56 right 14:11:57 ok, I guess we can deal having bug reported 14:12:06 A binding script for this type can't be found 14:12:09 irenab: ^^ 14:12:34 dmnew type that libnetwork integ does not support? 14:12:43 not sure about any bp in zun, this is the main change https://review.openstack.org/#/c/453387/ 14:12:56 egonzalez: thanks 14:14:04 good to see its coming 14:14:07 irenab: no, it is ovs 14:15:00 got it 14:15:17 #topic kuryr-kubernetes 14:15:38 Sorry a bit busy these days, Minor update on client migration, i am working on the migration with reporting and updating possible issues upstream in k8s repo that might affect kuryr, like https://github.com/kubernetes-incubator/client-python/issues/240 and others 14:15:43 #info Initial port pool support has been finally merged. Expect performance gains 14:16:21 janonymous: thanks for the update! 14:16:37 #info macvlan support for pod-in-VM has been finally merged! 14:16:41 apuimedo: :) 14:17:05 #info bearer token support has been merged too. This clears the way for containerized kuryr controller 14:17:31 also, because it is a damn bother to generate key and cert for the controller :P 14:18:09 #info genericvif is now neutronvif 14:18:15 just a rename 14:18:38 #info SR-IOV pike spec has been merged as well 14:19:02 kzaitsev_pi: you'll have some rebases to do though 14:19:59 #info OpenDaylight is working on integrating with kuryr kubernetes, they sent a sample devstack local.conf https://review.openstack.org/#/c/471012/ 14:21:09 #info work is lining up for functional and full stack tests. A new repo is being created for the tempest plugin. It will use the same k8s incubator python client janonymous is trying to port kuryr-kubernetes to 14:21:09 apuimedo: is that the proper link? 14:21:18 I don't see any local.conf there 14:21:27 dmellado: nope. Obviously I fucked up 14:21:30 xD 14:21:32 xD 14:21:35 -1 xD 14:21:48 #link https://review.openstack.org/449309 14:21:52 thanks! 14:22:37 Anything else on kuryr-kubernetes? 14:23:00 I have one 14:23:01 If anybody wants to know, the next big thing to tackle, now that we merged so much stuff today 14:23:10 should be the cni daemon split 14:23:19 \o/ :D 14:23:23 and the containerization that vikasc started a week or two ago 14:23:28 kevinz: go ahead 14:23:40 I'm working on integrate kuryr-kubernetes with magnum 14:23:45 ah! 14:23:47 That's great 14:23:49 awesome ;) 14:23:53 Thx 14:23:54 how may we help you? 14:23:57 :-) 14:24:05 kevinz: should it use packages or source? 14:24:19 and the next question is, do you have any review around? xD 14:24:42 From magnum side they want kuryr-kubernetes in container 14:24:50 kevinz: that's good 14:25:03 Yeah I have one, but still in investigation 14:25:05 kevinz: both the controller and the cni side? 14:25:27 Yes I think both in container is well 14:26:04 https://blueprints.launchpad.net/magnum/+spec/integrate-kuryr-kubernetes 14:26:10 Here is the link in magnum 14:26:28 thanks 14:26:34 #link https://blueprints.launchpad.net/magnum/+spec/integrate-kuryr-kubernetes 14:27:05 kevinz: note that you should probably configure kuryr controller in macvlan mode 14:27:15 at least until heat has the support for trunk ports merged 14:27:34 oh, I see that you have that in the BP already! 14:27:46 apuimedo: yes, I have used the heat patch to test: https://review.openstack.org/442496 14:28:29 kevinz: well, the good thing is that you can do without with the merged-today macvlan support 14:28:34 kevinz: another question 14:28:47 where should magnum be pulling the container from? 14:28:59 and what to you use to deploy kubernetes? Kubeadm? 14:29:01 Yesterday I file a bug: https://bugs.launchpad.net/bugs/1697279 14:29:01 Launchpad bug 1697279 in kuryr-kubernetes "devstack fail when create_k8s_router_fake_service in overcloud" [Undecided,New] 14:29:12 ah, yes 14:29:17 I saw it 14:29:42 apuimedo: do I do something wrong with this? 14:30:10 apuimedo: Magnum use hyperkube to deploy k8s:-) 14:30:42 like us then 14:30:47 apuimedo: and pulling the hyperkube from gcr.io 14:30:53 kevinz: if you had the ovs probe disabled 14:30:57 it should not have failed 14:31:10 I'm right now testing the exact same you are doing 14:31:22 apuimedo: Thx very much 14:31:22 for https://review.openstack.org/#/c/472763/ 14:31:53 kevinz: I'm hoping to get my patch to work between tonight and tomorrow, so I will find out any issues that there could be 14:32:07 apuimedo: I'm very happy to see this devstack heat script 14:32:08 if you want to stick around #openstack-kuryr we can keep looking at the issues 14:32:19 kevinz: we already have it for baremetal 14:32:25 apuimedo: OK thx a lot 14:32:28 and it has been a lifesaver for me 14:32:33 so much time saved 14:32:34 I will check this pa ch tomorrow as well 14:32:44 I hope this overcloud one will prove as useful 14:32:44 haha It's cool 14:32:53 at least until we have the magnum integration finished 14:33:03 thanks Irenab_ 14:33:22 kevinz: to summarize. We need to: 14:33:31 - address this overcloud router issue 14:33:41 - finish containerizing the controller and cni 14:34:31 alright, anything else on kuryr-k8s land? 14:34:34 apuimedo: Thx ! That's great for your help 14:34:58 apuimedo: I think that will be easier for kuryr with magnum 14:35:27 kevinz: I'm looking forward to that a lot 14:35:31 #topic fuxi 14:35:36 #chair hongbin 14:35:37 Current chairs: apuimedo hongbin 14:35:46 hongbin: you have the floor 14:36:26 it seems that hongbin is not online. 14:36:35 hi all, sorry I'm late, was giving a presentation... Will read the logs 14:37:36 alright then. I'll give the updates 14:37:44 #info fuxi-golang is about to merge 14:37:57 the repository of fuxi-golang is set up. we can start work on it. 14:38:25 #info fuxi-kubernetes initial patch is approved as well 14:38:32 ah. That is great! 14:38:53 apuimedo:I have a question about fuxi-k8s. 14:38:57 go ahead 14:39:17 o/ 14:39:18 apuimedo:when mounting volume on node which runs process of kubelet, the volume driver need to know whether the node is VM or bare metal machines. If the node is bare metal machine, then just mount volume to it. However, if it is VM, then it has to mount volume via Nova. How does Kuryr do when it supplies network for K8S? 14:39:54 zengchen1: with trunk ports or allowed IP addresses 14:40:22 It's a matter of proper driver configuration 14:40:45 Nested versus be 14:40:55 Bare metal 14:41:40 zengchen1: I would just target baremetal at first 14:42:23 apuimedo: does kuryr just supply network for container which runs on baremetal? 14:42:49 zengchen1: no. It does both 14:42:52 I thought the use case for Fuxi-k8s is bare metal only 14:42:56 but first we started with baremetal 14:43:12 Irenab_: I assume for pod-in-vm they could provide manila as a novelty 14:44:01 zengchen1: in your case, you'd just need to do the following 14:44:14 fuxi-kubernetes handler would be configured as pod-in-vm 14:44:26 s/handler/driver/ 14:44:35 then the driver would first attach the nova 14:44:51 then the flexvolume would put into container 14:44:56 zengchen1: right? 14:45:20 s/would first attach the nova/would first attach using nova/ 14:45:21 apuimedo:you mean driver runs in pod? 14:45:47 zengchen1: controller can run on a pod optionally, but that's not what I meant 14:46:00 apuimedo:got it. 14:46:25 what I meant is that fuxi-kubernetes can see where the pod is scheduled, if the node is a nova instance, it can call nova to attach the volume, right? 14:46:46 apuimedo:yes 14:47:08 good 14:47:14 anything else on fuxi land? 14:47:23 nothing else from me 14:47:45 #action irenab to review https://review.openstack.org/#/c/470923/4 14:47:53 #topic open discussion 14:48:03 any other topic before we close shop? 14:48:23 i have one for libnetwork 14:49:01 apuimedo: could i go ahead right now? 14:49:51 hongbin: sure 14:50:06 apuimedo: i wanted to discuss this proposal: https://blueprints.launchpad.net/kuryr-libnetwork/+spec/existing-subnet 14:50:27 want to get some early feedback first, do you think if it is a good idea? 14:51:14 when would these options be passed 14:51:34 apuimedo: on docker run 14:51:45 apuimedo: sorry, on docker network create 14:51:49 hongbin: ah 14:51:58 I was gonna say. I don't recall docker run taking options 14:52:01 :P 14:52:03 that would be great 14:52:06 though 14:52:29 apuimedo: it will pass a driver-specific option (i.e. kuryr.subnet.uuid) 14:52:46 apuimedo: it will be the same way we passed network/subnetpool 14:52:50 hongbin: and how will you store it for the ipam to know which subnets should it use? 14:53:30 apuimedo: there are several options, one is store it as a tag 14:53:53 apuimedo: then, when the ipam is search a subnet, it searches a specific tag first 14:54:02 Do you expect network to exist as well? 14:54:40 Irenab_: i think yes, if there is a existing subnet, the network has to be pre-existed 14:55:14 I wonder if his is not redundant for the network option 14:55:40 hongbin: I'm fine with it. But I'd really like the BP to have a description of the possibilities for mapping which subnets should ipam use 14:55:54 Irenab_: the project this proposal is going to solve is the overlapping cidr, so the network option couldn't resolve this problem 14:56:22 apuimedo: sure, i can write the details into the whiteboard 14:56:59 Please address e use case it serves,, overlapping ips 14:57:21 thanks hongbin! 14:57:29 alright. Closing up 14:57:33 Thank you all for joining! 14:57:35 #endmeeting