*** caoyuan has joined #openstack-zun | 00:40 | |
*** fabian has joined #openstack-zun | 00:49 | |
*** caoyuan has quit IRC | 00:49 | |
*** guest_ has joined #openstack-zun | 00:49 | |
guest_ | hi | 00:49 |
---|---|---|
guest_ | Docker internal error: 500 Server Error: Internal Server Error ("failed to create endpoint zun-6dcd8d04-d3cc-4efd-9593-8f5a25b7ae50 on network 6de9f3c9-fb2c-41bf-ba0f-5195d7362fd3: NetworkDriver.CreateEndpoint: vif_type(binding_failed) is not supported. A binding script for this type can't be found") | 00:49 |
*** fabian has quit IRC | 00:55 | |
*** fabian has joined #openstack-zun | 01:12 | |
*** caisan has joined #openstack-zun | 01:12 | |
*** mbirru has quit IRC | 01:21 | |
*** fabian is now known as chenyb4 | 01:23 | |
*** hongbin_ has joined #openstack-zun | 01:32 | |
*** caoyuan has joined #openstack-zun | 01:38 | |
*** caoyuan has quit IRC | 01:38 | |
*** caoyuan has joined #openstack-zun | 01:38 | |
*** caowei has joined #openstack-zun | 02:04 | |
hongbin_ | shu-mutow-AWAY: ping | 02:18 |
*** kevzha01 has joined #openstack-zun | 02:22 | |
*** kevzha01 is now known as kevinz | 02:24 | |
hongbin_ | kevinz: wow, i saw the gophercloud PR is merged :) | 02:48 |
hongbin_ | bravo | 02:48 |
kevinz | hongbin_: yes, good news | 02:48 |
hongbin_ | ^^ | 02:48 |
kevinz | hongbin_: I will rebase other PRs to this now | 02:49 |
hongbin_ | kevinz: cool | 02:49 |
hongbin_ | #startmeeting | 03:00 |
openstack | hongbin_: Error: A meeting name is required, e.g., '#startmeeting Marketing Committee' | 03:00 |
hongbin_ | #startmeeting zun | 03:00 |
openstack | Meeting started Tue Apr 24 03:00:16 2018 UTC and is due to finish in 60 minutes. The chair is hongbin_. Information about MeetBot at http://wiki.debian.org/MeetBot. | 03:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 03:00 |
*** openstack changes topic to " (Meeting topic: zun)" | 03:00 | |
openstack | The meeting name has been set to 'zun' | 03:00 |
hongbin_ | #rollcall | 03:00 |
kevinz | o/ | 03:00 |
hongbin_ | #topic rollacall | 03:00 |
deepak_mourya | hi hongbin | 03:00 |
*** openstack changes topic to "rollacall (Meeting topic: zun)" | 03:00 | |
hongbin_ | hi kevinz deepak_mourya | 03:00 |
caisan | hi all | 03:01 |
hongbin_ | hi caisan | 03:01 |
hongbin_ | thanks for joining | 03:01 |
caisan | hi hongbin_ :) | 03:01 |
hongbin_ | #topic Announcement | 03:01 |
*** openstack changes topic to "Announcement (Meeting topic: zun)" | 03:01 | |
hongbin_ | a small announcement from me, fengshengqin is not able to chair this meeting due to her company issue with US :) | 03:02 |
hongbin_ | any other annoucement? | 03:02 |
kevinz | Hope ZTE will be OK:-) | 03:02 |
hongbin_ | (i will cover the meeting chair whenever shengqin is not available) | 03:03 |
hongbin_ | yes, hope so | 03:03 |
hongbin_ | #topic Blueprints | 03:03 |
*** openstack changes topic to "Blueprints (Meeting topic: zun)" | 03:03 | |
hongbin_ | 1. OpenStack as a virtual Kubernetes node (assignee: kevinz) | 03:03 |
*** fengshengqin has joined #openstack-zun | 03:03 | |
hongbin_ | kevinz: ^^ | 03:03 |
kevinz | Hi hongbin_ | 03:03 |
kevinz | I will give some update | 03:03 |
kevinz | First I'd like to thanks hongbin for the help to make Zun in the master branch of gophercloud | 03:04 |
hongbin_ | my pleasure :) | 03:04 |
*** jiwei has joined #openstack-zun | 03:04 | |
kevinz | Now I will rebase the capsule list, delete, create to master branch | 03:04 |
kevinz | And begin working on virutal-kubelet. The first target is enable createPod/describePod in virtual-kubelet with Zun | 03:05 |
hongbin_ | yes, that would be a good first step | 03:06 |
kevinz | After that finished, we will be able to show a small demo in the summit. | 03:06 |
hongbin_ | nice | 03:06 |
kevinz | One question, virtual-kubelet need a API updatePod, | 03:07 |
*** fengshengqin has quit IRC | 03:07 | |
kevinz | I'm not sure, do we have container update operation now? | 03:07 |
hongbin_ | for individual container, we can update the name, memory, cpu (without restart) | 03:08 |
hongbin_ | we can update the image with a rebuild (disruptive) | 03:09 |
kevinz | Cool | 03:09 |
kevinz | I think the rebuild is what I want | 03:09 |
hongbin_ | ok | 03:09 |
hongbin_ | right now, rebuild can only change the image | 03:09 |
kevinz | just to clarify, rebuild action will only change the image, and nothing else changed right? | 03:09 |
kevinz | Cool | 03:10 |
hongbin_ | yes, nothing else will be changed | 03:10 |
kevinz | That's enough | 03:10 |
hongbin_ | awesome | 03:10 |
kevinz | I will hurry up for the first create/describe API :-) | 03:10 |
*** fengshengqin has joined #openstack-zun | 03:10 | |
hongbin_ | kevinz: cool, thanks kevinz | 03:11 |
kevinz | my pleasure | 03:11 |
hongbin_ | for others, here is our code in gophercloud: https://github.com/gophercloud/gophercloud/tree/master/openstack/container/ | 03:11 |
*** jiwei has quit IRC | 03:12 | |
hongbin_ | gophercloud is a Go SDK for openstack, kevinz is working hard to make it support zun | 03:12 |
deepak_mourya | oh sounds cool | 03:12 |
hongbin_ | indeed | 03:12 |
hongbin_ | 2. Introduce quota for containers (assignee: kiennt26) | 03:13 |
hongbin_ | kiennt26: there? | 03:13 |
*** jiwei has joined #openstack-zun | 03:14 | |
hongbin_ | kien might not be here, but i saw he had uploaded a few patches in this BP: https://review.openstack.org/#/q/project:openstack/zun+branch:master+topic:bp/quota-support | 03:14 |
hongbin_ | #link https://review.openstack.org/#/q/project:openstack/zun+branch:master+topic:bp/quota-support | 03:14 |
hongbin_ | right now, the quota db table is there, the object layer is supported | 03:15 |
hongbin_ | it looks he is working on the etcd support, which is in a good progress | 03:15 |
hongbin_ | in overall, this BP looks good | 03:15 |
kevinz | yes definitely | 03:16 |
hongbin_ | any question about this topic ? | 03:16 |
hongbin_ | 3. Manage the reverse disk for container images (assignee: fengshengqin) | 03:17 |
hongbin_ | fengshengqin: there? | 03:17 |
hongbin_ | ok, let's skip this one | 03:17 |
kevinz | I believe shengqin tried to connect for several times but failed:-) | 03:18 |
hongbin_ | yes, it looks like this is the case | 03:18 |
hongbin_ | #topic Bugs | 03:18 |
*** openstack changes topic to "Bugs (Meeting topic: zun)" | 03:18 | |
caisan | one more thing, network management of Zun should be strengthen,Could this be a new BP? | 03:18 |
hongbin_ | caisan: sure, welcome to create a BP about that, i will review it if it is created | 03:19 |
hongbin_ | 1. Interactive exec via proxy (assignee: hongbin) | 03:20 |
hongbin_ | #link https://bugs.launchpad.net/zun/+bug/1735076 | 03:20 |
openstack | Launchpad bug 1735076 in Zun "Interactive exec via proxy" [Critical,In progress] - Assigned to hongbin (hongbin034) | 03:20 |
caisan | right now, it is just a small steps, lol | 03:20 |
hongbin_ | i am starting to work on this one, it is a critical bug since it has security implication | 03:20 |
caisan | s/steps/step | 03:20 |
hongbin_ | caisan: ack | 03:21 |
caisan | ok | 03:21 |
hongbin_ | the idea is to re-use the websocket proxy we developed for 'attach' and leverage it for proxying 'docker exec' | 03:21 |
*** fengshengqin has quit IRC | 03:22 | |
kevinz | sounds great | 03:22 |
hongbin_ | as a result, we don't need to expose the raw docker api endpoint to end-users | 03:22 |
hongbin_ | i have a few initial work on this, still trying to figure out how to do it | 03:23 |
hongbin_ | any question on this one? | 03:23 |
kevinz | I will help to review after patch ready:-) | 03:24 |
kevinz | Thanks for working on this topic since it is not a easy one | 03:24 |
hongbin_ | kevinz: that would be great, you are possibly the perfect reviewer in this group since you are the author of the websocket proxy | 03:25 |
hongbin_ | :) | 03:25 |
*** nicolasbock has quit IRC | 03:26 | |
hongbin_ | #topic #topic Open Discussion | 03:26 |
*** openstack changes topic to "#topic Open Discussion (Meeting topic: zun)" | 03:26 | |
hongbin_ | #undo | 03:26 |
openstack | Removing item from minutes: #topic #topic Open Discussion | 03:26 |
hongbin_ | #topic Open Discussion | 03:26 |
*** openstack changes topic to "Open Discussion (Meeting topic: zun)" | 03:26 | |
deepak_mourya | 1. availability zone bug https://bugs.launchpad.net/zun/+bug/1766395 | 03:26 |
openstack | Launchpad bug 1766395 in Zun "Introduce /availability-zone API endpoint" [High,Triaged] | 03:26 |
hongbin_ | deepak_mourya: go ahead | 03:27 |
deepak_mourya | so right now we only have model or database connectivity for this isn't it | 03:27 |
hongbin_ | yes | 03:27 |
deepak_mourya | yes i like to work on it , looking interesting | 03:27 |
deepak_mourya | So now we have to move this service on to the one more step ahead like api level | 03:28 |
hongbin_ | yes, that is right | 03:28 |
hongbin_ | what we need to provide is an API for end-users to list all the availability zone | 03:29 |
deepak_mourya | okay i will take your help if something is confusing :) | 03:29 |
deepak_mourya | yea like that openstack availability zone list in nova | 03:30 |
hongbin_ | deepak_mourya: cool, thanks for taking the work | 03:30 |
deepak_mourya | my pleaseure :) | 03:30 |
hongbin_ | all, any other topic to discuss? | 03:30 |
hongbin_ | seems there is nothing else | 03:31 |
hongbin_ | all, thanks for joining the meeting, hope to see you next time | 03:31 |
hongbin_ | #endmeeting | 03:32 |
*** openstack changes topic to "Container management service for OpenStack" | 03:32 | |
openstack | Meeting ended Tue Apr 24 03:32:03 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 03:32 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-04-24-03.00.html | 03:32 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-04-24-03.00.txt | 03:32 |
openstack | Log: http://eavesdrop.openstack.org/meetings/zun/2018/zun.2018-04-24-03.00.log.html | 03:32 |
*** jiwei has quit IRC | 03:32 | |
*** janki has joined #openstack-zun | 03:44 | |
*** shu-mutow-AWAY is now known as shu-mutow | 03:57 | |
*** hongbin_ has quit IRC | 03:58 | |
*** deepak_ has quit IRC | 04:19 | |
*** kiennt26 has quit IRC | 04:25 | |
*** deepak_ has joined #openstack-zun | 04:31 | |
*** janki has quit IRC | 04:39 | |
*** flwang1 has quit IRC | 04:45 | |
*** janki has joined #openstack-zun | 05:49 | |
*** shu-mutow is now known as shu-mutow-AWAY | 05:59 | |
openstackgerrit | feng.shengqin proposed openstack/zun master: Add doc for live restore to keep container alive https://review.openstack.org/559970 | 05:59 |
*** deepak_ has quit IRC | 06:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zun-ui master: Imported Translations from Zanata https://review.openstack.org/563833 | 06:15 |
*** deepak_ has joined #openstack-zun | 06:19 | |
*** threestrands has quit IRC | 06:32 | |
openstackgerrit | Merged openstack/zun master: Remove unused jsonpatch code https://review.openstack.org/562904 | 06:50 |
openstackgerrit | Merged openstack/zun master: Remove the usage of WSME library https://review.openstack.org/562900 | 06:50 |
openstackgerrit | Merged openstack/zun master: Remove netaddr from requirements https://review.openstack.org/563426 | 06:50 |
*** threestrands has joined #openstack-zun | 06:50 | |
*** threestrands has quit IRC | 06:50 | |
*** threestrands has joined #openstack-zun | 06:50 | |
*** guest_ has quit IRC | 07:01 | |
openstackgerrit | Merged openstack/zun master: Remove os-vif from requirements https://review.openstack.org/563425 | 07:07 |
openstackgerrit | Merged openstack/zun master: Remove unused nova related code https://review.openstack.org/562913 | 07:07 |
openstackgerrit | Merged openstack/zun master: Move config 'base_url' to controller node https://review.openstack.org/563430 | 07:07 |
openstackgerrit | Merged openstack/zun master: Add the missing API version history https://review.openstack.org/559876 | 07:07 |
*** threestrands has quit IRC | 07:10 | |
*** jchhatbar has joined #openstack-zun | 07:21 | |
*** janki has quit IRC | 07:23 | |
*** caoyuan has quit IRC | 08:03 | |
*** caoyuan has joined #openstack-zun | 08:30 | |
*** caoyuan_ has joined #openstack-zun | 08:47 | |
*** flwang1 has joined #openstack-zun | 09:04 | |
*** caoyuan_ has quit IRC | 09:20 | |
*** kevzha01_ has joined #openstack-zun | 09:21 | |
*** kevinz has quit IRC | 09:23 | |
*** kevzha01__ has joined #openstack-zun | 09:30 | |
*** kevzha01 has joined #openstack-zun | 09:32 | |
*** kevzha01_ has quit IRC | 09:33 | |
*** kevzha01__ has quit IRC | 09:34 | |
openstackgerrit | Merged openstack/zun-ui master: Imported Translations from Zanata https://review.openstack.org/563833 | 10:03 |
*** caoyuan has quit IRC | 10:05 | |
*** caoyuan has joined #openstack-zun | 10:06 | |
*** caoyuan has quit IRC | 10:11 | |
*** chenyb4 has quit IRC | 10:33 | |
*** lxkong has quit IRC | 10:35 | |
*** nicolasbock has joined #openstack-zun | 11:05 | |
*** caowei has quit IRC | 11:13 | |
*** caisan has quit IRC | 12:10 | |
*** kevzha01 has quit IRC | 13:13 | |
*** kevzha01 has joined #openstack-zun | 13:14 | |
*** hongbin_ has joined #openstack-zun | 13:59 | |
*** caoyuan has joined #openstack-zun | 14:00 | |
*** caisan has joined #openstack-zun | 14:16 | |
*** fabian has joined #openstack-zun | 14:19 | |
*** caisan has quit IRC | 14:31 | |
*** caisan has joined #openstack-zun | 14:32 | |
*** fabian has quit IRC | 14:41 | |
openstackgerrit | caishan proposed openstack/python-zunclient master: Add network-create to python-zunclient https://review.openstack.org/563997 | 15:10 |
*** spsurya has quit IRC | 15:31 | |
*** spsurya has joined #openstack-zun | 15:32 | |
*** caisan has quit IRC | 15:39 | |
*** caoyuan has quit IRC | 15:48 | |
*** jchhatbar has quit IRC | 16:32 | |
*** deepak_ has quit IRC | 16:38 | |
*** deepak_ has joined #openstack-zun | 16:50 | |
*** dims has quit IRC | 19:02 | |
*** dims has joined #openstack-zun | 19:09 | |
*** lxkong has joined #openstack-zun | 21:09 | |
*** flwang1 has quit IRC | 21:16 | |
*** mstrohl has joined #openstack-zun | 21:54 | |
*** flwang1 has joined #openstack-zun | 22:12 | |
*** hongbin_ has quit IRC | 23:33 | |
*** mstrohl has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!