Tuesday, 2017-03-28

*** hongbin_ has quit IRC00:07
*** catintheroof has joined #openstack-zun00:35
openstackgerritfeng.shengqin proposed openstack/zun master: list_containers which are created by zun  https://review.openstack.org/45012300:57
*** kevinz has joined #openstack-zun01:23
*** yanyanhu has joined #openstack-zun01:24
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Add support for updating multiple containers  https://review.openstack.org/44843001:39
*** catintheroof has quit IRC01:41
*** zhurong has joined #openstack-zun01:52
*** lakerzhou has joined #openstack-zun02:01
*** Shunli has joined #openstack-zun02:14
*** diga has joined #openstack-zun02:21
*** hongbin has joined #openstack-zun02:30
openstackgerritHongbin Lu proposed openstack/zun master: Properly tear down zun-api at wsgi mode  https://review.openstack.org/45052102:32
*** vikasc has quit IRC02:55
hongbinhi all, team meeting will start in about 2 minutes at #openstack-meeting02:57
openstackgerritMerged openstack/python-zunclient master: Remove log translations  https://review.openstack.org/44783402:58
*** vikasc has joined #openstack-zun03:18
*** vikasc has quit IRC03:29
openstackgerritMerged openstack/zun master: Fix an issue in zun-api start  https://review.openstack.org/45033303:31
*** zhurong has quit IRC03:57
*** pksingh has joined #openstack-zun04:00
mkraiHi hongbin04:00
mkraiI wanted to discuss about this patch04:01
mkrai#link https://review.openstack.org/#/c/448430/04:01
hongbinmkrai: go ahead04:01
mkraiFeng is not here it seems04:01
mkraiI don't think its good idea to update multiple containers at a time04:01
mkraiWhat's your opinion on it?04:01
mkraiOr do we discuss in our next meeting when feng is available?04:02
hongbini don't have strong opinion on this one04:02
hongbini think i am slightly lean on your side04:02
hongbinyes, we can discuss it at the next meeting or discuss it in hte review04:03
mkraithanks04:03
kevinzdo we have a continuous discussion about container composition?04:03
mkraireview would be better to discuss04:03
kevinzor do it in the gerrit. So that I can begin for a WIP patch of this04:04
hongbinkevinz: if you want, feel free to continue, i guess most people are still here04:04
kevinzYeah that will be good04:04
kevinzhttps://etherpad.openstack.org/p/zun-container-composition04:04
kevinzI've add a draft about the capsule Object field, and capsule API.04:05
*** pksingh has quit IRC04:05
hongbini saw there is a "v1." prefix for each resource?04:07
kevinzjust a api version about this. we can remove it04:07
kevinzIn the line 60 there is a capsule object draft04:08
mkraikevinz: It seems we store the containers info as a list of dictionary Right?04:08
mkraiIs it possible or good idea to have two tables for containers and capsules?04:08
mkraiand store the container_id in capsule's containers field04:09
kevinzmkrai: now my propersal is store the containers in our origin container table. And store the container UUID in capsule04:09
kevinzso that capsule is aware of that04:09
kevinzYeah, capsule and container is two tables04:10
mkraiOk thanks04:10
kevinzOne of my concern is about "events", do we need to track the working process for the capsule?04:11
kevinzthe same as we use "kubectl describe pod" to get pod events04:11
hongbini think event is optional04:12
hongbinbut yes, i think it would be good to have "zun events ..."04:13
hongbinor zun capsule-events ...04:13
kevinzhongbin: Haha, right it would be good . will be easy to track the status about the pod04:13
kevinzcapsule04:14
hongbinkevinz: i saw user_id and project_id are in the yaml file?04:14
kevinzhongbin: Not in the yaml file. just in the Object field04:15
hongbinkevinz: perhaps it is more clear to give a sample capsule yaml file instead04:16
mkraikevinz: its there in v1.capsule04:16
kevinzMay be I need to remove the first 58 lines in case of discurbing you.04:16
kevinzOK, the doc is lacking of a yaml file. I will add04:16
*** lakerzhou has quit IRC04:17
hongbinyes, i will take a look at the etherpad for the sample yaml file again04:17
kevinzhongbin:Cool. I will finish this and ping you and mkrai ASAP04:18
hongbinkevinz: one more thing, from the last week, we discuss whether to duplicate capsule with container04:18
hongbinpersonally, i have an idea about that04:19
kevinzhongbin: yeah, go ahead04:19
hongbinto minimize the duplication, i would propose to make capsule as a wrapper of sandbox, [volume, network, ...]04:19
hongbinthen, for each container, it has an option to specify a capsule04:20
hongbinfor example04:20
hongbinzun run --capsule xxx cirros04:20
hongbinthis contianer will run on a capsule04:20
mkraihongbin: Does it mean the container can't exist outside capsule?04:21
hongbinzun run cirros # this container will run without a capsule04:21
hongbinmkrai: it can, the concept of capsule should be optional04:21
kevinz"zun run cirros" will run without sandbox?04:21
hongbinkevinz: yes04:22
hongbini think sandbox could be optional04:22
hongbin(after kuryr integration is done)04:22
mkraiok it makes sense after kuryr integration04:23
hongbinhowever, if users want to use nova driver, sandbox is a must04:23
mkraiso capsule should only use docker driver04:23
mkraiNot nova-docker driver04:23
hongbini think capsule can be used in all drivers (if driver implements it)04:23
mkraiSorry guys I have got another meeting at 1004:24
mkraiWill leave now04:24
kevinzmkrai: OK bye04:24
hongbinmkrai: ok, thanks for providing your inputs here04:24
hongbinmkrai: see you later04:24
mkraikevinz: hongbin bye04:25
*** vikasc has joined #openstack-zun04:25
hongbinkevinz: that is my idea, needs to discuss with others about that04:25
kevinzhongbin: I lean on your side about capsule is an extension of sandbox04:25
hongbinkevinz: ack04:26
hongbinanyway, i need to leave as well, it is late tonight04:26
kevinzOK , thanks for your comments hongbin04:26
kevinzHave a good night04:27
hongbinnp04:27
*** hongbin has quit IRC04:27
*** shu-mutou has joined #openstack-zun04:31
*** adisky_ has joined #openstack-zun04:42
*** vikasc has quit IRC04:51
*** zhurong has joined #openstack-zun04:55
openstackgerritShu Muto proposed openstack/zun-ui master: Add console tab into details view  https://review.openstack.org/44587005:44
openstackgerritMerged openstack/python-zunclient master: Consolidate websocket attach code  https://review.openstack.org/45004205:58
*** caowei has joined #openstack-zun06:08
openstackgerritfeng.shengqin proposed openstack/zun master: Check the signal parameter of kill  https://review.openstack.org/44346106:13
openstackgerritShu Muto proposed openstack/zun-ui master: Add 'run' attribute to create action  https://review.openstack.org/45058206:33
openstackgerritShu Muto proposed openstack/zun-ui master: Add 'interaction' attribute into creation dialog  https://review.openstack.org/45059107:09
openstackgerritShu Muto proposed openstack/zun-ui master: Add console tab into details view  https://review.openstack.org/44587008:10
*** Shunli has quit IRC08:17
*** pksingh has joined #openstack-zun08:20
openstackgerritShu Muto proposed openstack/zun-ui master: Add 'run' attribute to create action  https://review.openstack.org/45058208:27
openstackgerritShu Muto proposed openstack/zun-ui master: Add 'interaction' attribute into creation dialog  https://review.openstack.org/45059108:28
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Make "command" parameter as positional  https://review.openstack.org/45064708:57
*** yatinkarel has quit IRC09:20
*** yatinkarel has joined #openstack-zun09:33
*** yatinkarel has quit IRC10:02
*** mkrai has quit IRC10:04
*** shu-mutou is now known as shu-mutou-AWAY10:10
*** mkrai has joined #openstack-zun10:15
*** yatinkarel has joined #openstack-zun10:16
*** zhurong has quit IRC10:20
*** yanyanhu has quit IRC10:25
*** zhurong has joined #openstack-zun10:28
*** pksingh has quit IRC10:33
*** kevinz has quit IRC10:33
*** zhurong has quit IRC11:25
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Support to kill multi-containers percommand by osc  https://review.openstack.org/45073011:30
*** openstackgerrit has quit IRC11:33
*** openstackgerrit has joined #openstack-zun12:05
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: List command in osc supports --all-tenants  https://review.openstack.org/45074412:05
*** kevinz has joined #openstack-zun12:28
*** kevinz has quit IRC12:38
*** kevinz has joined #openstack-zun12:38
*** caowei has quit IRC12:42
*** lakerzhou has joined #openstack-zun13:10
lakerzhouHi mkrai, are you online?13:28
*** jwcroppe has quit IRC13:28
*** jwcroppe has joined #openstack-zun13:42
*** hongbin has joined #openstack-zun14:01
openstackgerritHongbin Lu proposed openstack/zun master: Remove the duplicated config sqlite_db  https://review.openstack.org/45083815:11
*** kevinz has quit IRC15:24
*** flwang has quit IRC16:17
*** flwang has joined #openstack-zun16:29
openstackgerritMerged openstack/zun master: Remove the duplicated config sqlite_db  https://review.openstack.org/45083816:51
*** diga has quit IRC16:52
*** ykuo_ has quit IRC20:43
openstackgerritMerged openstack/zun master: list_containers which are created by zun  https://review.openstack.org/45012320:45
*** ykuo_ has joined #openstack-zun20:54
*** lakerzhou has quit IRC21:32
*** jwcroppe has quit IRC22:49
*** jwcroppe has joined #openstack-zun22:49
*** jwcroppe has quit IRC22:50
*** jwcroppe has joined #openstack-zun22:51
*** jwcroppe has quit IRC22:56
*** jwcroppe has joined #openstack-zun23:22
*** catintheroof has joined #openstack-zun23:37

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