14:01:53 #startmeeting kuryr 14:01:54 Meeting started Mon Apr 17 14:01:53 2017 UTC and is due to finish in 60 minutes. The chair is apuimedo. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:01:55 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:01:57 The meeting name has been set to 'kuryr' 14:02:20 Hello Kuryrs! Welcome to the weekly irc meeting 14:02:23 o/ apuimedo I thought you'd cancel today xD 14:02:25 who's here today? 14:02:33 o/ 14:02:35 dmellado: I just finished stuffing myself 14:02:39 o/ 14:02:50 taking the meeting before the traditional chocolate cakes 14:02:51 o/ 14:02:54 :-) 14:03:00 how was easter (well, technically still is) 14:03:08 oh, chocolate cake! I forgot to buy this year 14:03:15 not as much as a tradition here in Mordor 14:04:11 :-) 14:04:21 Easter is good 14:04:23 o/ 14:04:24 but too stuffing 14:04:27 Alright. Let's get started 14:04:34 thank you all for joining 14:04:40 #topic kuryr-libnetwork 14:04:49 kzaitsev_ws: are you here? 14:05:27 o/ 14:06:10 limao: how is the fix on the rally tests? 14:06:37 apuimedo: https://review.openstack.org/#/c/457070/ 14:07:15 cool 14:07:16 This need to be merged first in project-config, I see some error log related nova, which we did not enable it in rally test. 14:07:21 * dmellado adding that to his review queue 14:07:27 this one went completely under my radar 14:08:12 limao: looks good to me 14:08:21 for plugin v2, https://review.openstack.org/#/c/449038/ and https://review.openstack.org/#/c/451479/ is ready for review, please feel free to add your comments 14:08:33 IIUC, with the change you did, now we get all the default ones PLUS the kuryr-libnetwork related ones 14:08:43 limao: let's take a look 14:08:52 limao: LGTM 14:09:18 limao: right. I forgot to ask you on IRC last time 14:09:19 and kuryr/kuryr-libnetwork-v2plugin has not been created yet in docker hub, if you want to have a try, you can use limao/kuryr-libnetwork-v2plugin for test. I uploaded one test v2plugin with latest master kuryr code. 14:09:27 what is this rootfs requirement 14:09:29 ? 14:10:13 apuimedo: rootfs is needed by pluginv2, if you want to build a pluginv2, you must build rootfs first 14:10:18 yeah, read that too about limao/kuryr-libnetwork-v2plugin 14:10:29 limao: right 14:10:36 who can create the 'official' one in dockerhub? (maybe you, apuimedo ?) 14:10:40 limao: did you check with infra about pushing the image? 14:10:44 I can create it 14:10:54 but we need something that pushes to it 14:11:03 either infra 14:11:07 job 14:11:27 heh, I see 14:11:35 apuimedo : this is a doc about plugin v2 :https://docs.docker.com/engine/extend/ 14:12:00 apuimedo: for the job, I'm checking the kolla job in project-config 14:12:11 I see 14:12:13 thanks 14:12:14 limao: you meant docker build -t rootfsimage . 14:12:18 for rootfs, I guess 14:12:39 limao: kolla use docker build, push a tarball and then it is used by the other jobs 14:12:45 that is an option 14:12:58 dmellado: Yeah, in the doc has detail info ;-) 14:13:01 I would hope to be able to push to dockerhub as well when we publish tags though 14:13:22 does kolla publish to dockerhub as well? 14:13:55 dmellado: they do. But I don't remember how 14:14:01 if they have it external or internal 14:14:14 they went back and forth on the approach and I do not remember how it settled 14:14:39 apuimedo : when I check the code, I thought kolla use this kind of job to upload the imange name: 'kolla-dsvm-build-{distro}-{type}-{node}{suffix}' 14:14:50 (I'm not sure if my understanding is right) 14:15:20 AFAIR these build jobs are for the tarballs 14:15:29 that are then used for the other jobs 14:15:50 publishers: 14:15:51 - devstack-logs 14:15:51 - scp: 14:15:52 site: 'tarballs.openstack.org' 14:15:54 files: 14:15:56 - source: 'images/*.tar.gz' 14:15:58 target: 'tarballs/kolla/images/' 14:16:00 - console-log 14:16:11 yep, looks like a tarball thingy 14:16:15 right 14:17:07 limao: I'll ask the kolla folks tomorrow 14:17:17 apuimedo: Thanks for help 14:17:20 grepping doesn't sort out any hint on project.config 14:17:24 #action apuimedo to get info about the publishing 14:17:34 #action apuimedo to create the dockerhub kuryr-libnetwork project 14:17:48 dmellado: It's likely external 14:17:52 like I used to have 14:17:54 apuimedo: another thing is about docker swarm mode 14:17:55 "action apuimedo to share chocolate cake with dmellado" 14:18:03 xD 14:18:07 The process of create network in swarm mode is different with non-swarm mode. Network UUID lenth of Swarm mode is 26, it was 64 in non-swarm mode. Swarm network are lazily created on the node once the first task/container is started there. At swarm network creation, the pool allocation, from the IPAM driver's default global address space will be done by the swarm allocator.(NetworkAllocate) When the network will be created on the nod 14:18:07 e, the pool allocation will be requested on the node from the IPAM driver's default local address space. (For detail : https://github.com/docker/docker/issues/32604) 14:18:09 dmellado: take the train 14:18:09 apuimedo: it'll probably be 14:18:24 apuimedo: I might do that shortly, I'll let you know 14:18:33 apuimedo: would appreciate if you can create the dockerhub for fuxi as well :) 14:18:38 limao: how are they lazily created? 14:18:57 by the daemon checking in the store? 14:19:37 apuimedo: when the docker container schedule to the host, it call libnetwork api 14:19:59 #action apuimedo to create the dockerhub fuxi project 14:20:03 hongbin: ^^ ;) 14:20:05 There is a sample in https://github.com/docker/docker/issues/32604 14:21:27 dmellado: so kuryr/fuxi you mean? 14:21:31 fine with me 14:21:34 +1 14:21:36 :-) 14:22:06 apuimedo: yep, I was lazy too so I assumed that you'd bash-complete that 14:22:08 xD 14:22:12 limao: will it be called for each node? 14:22:54 When the container be scheduled to a host, it will call IpamDriver.RequestAddress and IpamDriver.RequestPool 14:23:35 In our currently code, IpamDriver.RequestPool can't be called twice 14:23:41 so request pool will be called per node 14:23:53 limao: do we have a bug reported? 14:24:07 sorry if I missed it. PTO has kept me afk 14:24:20 https://launchpad.net/bugs/1668486 14:24:21 Launchpad bug 1668486 in kuryr-libnetwork "We can only create kuryr local network in docker swarm 1.13" [High,In progress] - Assigned to Liping Mao (limao) 14:24:27 I added comments in this bug 14:24:27 thanks 14:24:35 if we need a seperate bug, I can do it 14:24:45 I leave it open to check it first thing in the morning tomorrow 14:24:49 thanks limao 14:24:54 anythin else on kuryr-libnetwork? 14:25:10 thanks, apuimedo, nothing from me about kuryr-libentwork 14:25:21 thanks a lot for all the v2 work limao! 14:25:30 #topic fuxi 14:25:35 #chair hongbin 14:25:35 Current chairs: apuimedo hongbin 14:25:38 go ahead hongbin 14:25:41 hi 14:25:57 last week, a spec for fuxi kubernetes was submitted 14:26:05 #link https://review.openstack.org/#/c/452554/ 14:26:11 OH! 14:26:17 i think it is ready for review at this version 14:26:32 I see irenab has been reviewing it already 14:26:33 good! 14:26:43 I'll review it too, another one for the queue 14:26:44 yes 14:27:05 besides that, there is another patch for optimizing the performance of fuxi 14:27:11 #link https://review.openstack.org/#/c/454656/ 14:27:26 two patches are both in wip, so would appreciate feedback from reviewers :) 14:27:29 hongbin: is there a bp for the spec? 14:27:48 apuimedo: https://blueprints.launchpad.net/kuryr-kubernetes/+spec/fuxi-kubernetes 14:27:51 https://blueprints.launchpad.net/openstack/?searchtext=fuxi-kubernetes 14:27:52 it would be good to have it, and reference it on the spec and subsequent patches 14:27:58 apuimedo: it's mentioned in the review 14:28:01 so that we can track it better 14:28:11 agree 14:28:11 ah right 14:28:17 irenab never misses that 14:28:19 :-) 14:28:27 apuimedo: that is all from my side 14:29:00 hongbin: I see it failed for dragonflow, somebody should reach to oanson about that 14:29:01 :-) 14:29:12 or likely irenab 14:29:28 couldn't imagine a doc change fail the gate :) 14:29:50 apuimedo: sure, i will fix that 14:29:51 limao: please, take a look at https://review.openstack.org/#/c/454656/ too 14:30:06 anything else on fuxi? 14:30:23 #action apuimedo to review the fuxi-k8s spec 14:30:55 apuimedo: it seems nothing else 14:31:37 * dmellado thinking about recheck 14:31:47 documentation changes breaking the gate is odd 14:32:02 dmellado: done 14:32:24 very well 14:32:40 dmellado: this gate can be broken at the dragonflow master side 14:32:42 :-) 14:32:55 it's fragile that way 14:33:00 #topic kuryr-kubernetes 14:33:58 #info merging https://review.openstack.org/#/c/376045/23 14:34:16 So we finally have k8s cluster type service support! 14:34:37 thanks to all for the reviews and specially to ivc- for the hard work 14:34:42 apuimedo finally 14:34:51 XD 14:35:17 ivc-: brought by the easter bunny 14:35:22 heh 14:35:26 congrats! xD 14:35:42 heh ty 14:36:37 #info guru reports being added too https://review.openstack.org/#/c/447942/5 14:36:40 thanks janonymous! 14:37:24 ivc-: I suppose easter kept you busy in other endeavors, but just in case? Any actor related update? 14:38:04 o/ sry got late 14:38:30 :-) 14:39:35 apuimedo actors might be too big of a bite for now. but maybe we can do the driver/handler loading part with few changes to the current architecture 14:40:39 ivc-: looking forward to discussing that 14:40:41 :-) 14:40:48 I'll ping you tomorrow 14:40:59 apuimedo: you're making me recall akka and some scary folks 14:41:05 we need a videoconf brainstorm imo 14:41:09 +1 on that 14:41:11 dmellado: right 14:41:27 ivc-: I propose this wednesday then 14:41:31 does that work? 14:41:40 dmellado what i had in mind was pretty much like akka :) 14:41:53 ivc-: :D 14:41:55 wed what time? 14:42:29 same time as this meeting 14:42:34 was what I wanted to propose 14:42:45 can we make it 1 hour earlier or 1 after? 14:42:57 apuimedo i have a conflicting meeting. 1 hour earlier would work for me 14:43:00 it might collide with another upstream meeting where I'm supposed to be 14:43:18 +1 earlier works for me too 14:43:43 1 earlier 14:43:45 ? 14:43:48 alright 14:43:57 irenab kzaitsev_ws ok with that? 14:44:09 #action apuimedo to send meeting invite for 13utc this wednesday 14:44:21 ivc-: I'll ping them both in the morning to check with them 14:44:29 anything else on kuryr-kubernetes? 14:47:09 alright then. 14:47:13 #topic general 14:47:33 We've been ask about joining storyboard (moving from launchpad) 14:47:39 I'm in favor of such move 14:47:47 I'd like to hear what others think about it 14:47:56 since it is a big change that affects everybody 14:48:07 I'll post to the mailing list too 14:48:12 I haven't really used storyboard, any summary on your arguments in favor from launchpad? 14:49:31 dmellado: I'll try to bring that sort of info to the mailing list post 14:49:36 I'm not ready to sell it yet 14:49:38 :-) 14:49:39 lol 14:49:42 I'll wait for it then 14:51:10 :-) 14:51:20 anything else before we close? 14:52:46 very well 14:52:49 #endmeeting