*** zhurong has joined #openstack-zun | 00:32 | |
*** Shunli has joined #openstack-zun | 00:40 | |
*** kevzha01 has joined #openstack-zun | 01:17 | |
*** kiennt has joined #openstack-zun | 01:25 | |
*** harlowja has quit IRC | 01:32 | |
*** caowei has joined #openstack-zun | 01:44 | |
*** jwcroppe has joined #openstack-zun | 02:13 | |
*** lakerzhou has joined #openstack-zun | 02:19 | |
*** zsli_ has joined #openstack-zun | 02:21 | |
*** lakerzhou1 has joined #openstack-zun | 02:21 | |
*** Shunli has quit IRC | 02:23 | |
*** lakerzhou has quit IRC | 02:25 | |
*** harlowja has joined #openstack-zun | 02:52 | |
openstackgerrit | Shunli Zhou proposed openstack/python-zunclient master: Add host list cli https://review.openstack.org/485048 | 03:00 |
---|---|---|
*** caowei has quit IRC | 03:16 | |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Add delete_container to periodic task https://review.openstack.org/485419 | 03:27 |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Add delete_container to periodic task https://review.openstack.org/485419 | 03:30 |
*** lakerzhou1 has quit IRC | 03:55 | |
*** harlowja has quit IRC | 04:18 | |
*** harlowja has joined #openstack-zun | 04:30 | |
*** adisky__ has joined #openstack-zun | 04:33 | |
*** nicolasbock has joined #openstack-zun | 04:53 | |
*** harlowja has quit IRC | 05:33 | |
*** kiennt has quit IRC | 05:44 | |
*** jwcroppe has quit IRC | 05:44 | |
*** kiennt has joined #openstack-zun | 05:58 | |
openstackgerrit | Madhuri Kumari proposed openstack/zun master: Update quickstart link in document https://review.openstack.org/485450 | 05:59 |
*** janki has joined #openstack-zun | 06:20 | |
*** shu-mutou has joined #openstack-zun | 06:34 | |
*** vikasc has quit IRC | 06:42 | |
*** vikasc has joined #openstack-zun | 06:54 | |
*** zsli__ has joined #openstack-zun | 07:18 | |
*** zsli_ has quit IRC | 07:21 | |
*** egonzalez has joined #openstack-zun | 07:49 | |
*** pksingh has joined #openstack-zun | 08:05 | |
pksingh | kevzha01: Hello | 08:05 |
*** kevzha01 is now known as kevinz | 08:08 | |
kevinz | pksingh: Hi pksingh! | 08:08 |
pksingh | kevinz: sorry, i could not follow the things from past couple of months | 08:08 |
pksingh | kevinz: was busy on some other assignment | 08:08 |
pksingh | kevinz: i was going through the patch , capsule db structure | 08:09 |
pksingh | kevinz: what is relavance of containers_uuid field? | 08:09 |
*** nicolasbock_ has joined #openstack-zun | 08:12 | |
*** nicolasbock has quit IRC | 08:12 | |
kevinz | pksingh: Yeah I see:-) feel free | 08:13 |
kevinz | pksingh: the containers_uuids will store the container uuid inside the capsule. So that Capsule can easily find its container | 08:14 |
kevinz | pksingh: containers | 08:14 |
pksingh | kevinz: we will not be storing these containers in 'containers' table, ? | 08:14 |
kevinz | pksingh: Yes container table also has its uuid. This containers_uuids field is for capsule. | 08:16 |
pksingh | kevinz: i mean containers in capsule, would not be stored in containers table? | 08:17 |
kevinz | pksingh: aha, this field “containers” will not be stored in the DB. It is just a "pointer" for capsule to use. | 08:19 |
pksingh | kevinz: ok, great :) | 08:21 |
kevinz | pksingh: Thanks | 08:21 |
pksingh | kevinz: one question, is this container_uuid is id generated by docker? | 08:22 |
pksingh | kevinz: wher will you maintain the id generated by container? | 08:23 |
kevinz | pksingh: No, it is the same with generated in zun, not by docker | 08:23 |
pksingh | *by docker | 08:23 |
kevinz | pksingh: For container inside the capsule, they also have the DB container maintain by zun. Just the same as non-capsule container | 08:24 |
kevinz | DB container/ DB "container" table | 08:24 |
pksingh | kevinz: so its new table or existing one i.e. 'containers'? | 08:25 |
kevinz | pksingh: the existing one. | 08:25 |
kevinz | pksingh: use zun list will get all the containers, both inside capsule and non-capsule | 08:26 |
pksingh | kevinz: if user deletes any container inside the capsule, how do we prevent that? | 08:27 |
pksingh | kevinz: do you add any other field to 'containers' table, to show it belongs to capsule? | 08:27 |
kevinz | pksingh: Have not decided. On solution is add a field to containers table | 08:28 |
kevinz | pksingh: Will do it recently:-) I think adding a field is the easiest way to solve this | 08:28 |
pksingh | kevinz: i think capsule container listing is not good, in 'zun list' | 08:29 |
pksingh | kevinz: otherwise user may try to perform some operation on them | 08:29 |
pksingh | kevinz: i think for capsule container he should only use capsule api | 08:29 |
pksingh | kevinz: what do you think? | 08:30 |
kevinz | pksingh: you mean "zun list" don't show containers inside capsule? | 08:30 |
pksingh | kevinz: yes | 08:30 |
pksingh | kevinz: BTW, why we are showing capsule containers in 'zun list'? | 08:31 |
kevinz | https://github.com/openstack/zun/blob/master/specs/container-composition.rst#rest-api-impact | 08:32 |
kevinz | I remember in the team meeting we have discussed about the API | 08:32 |
pksingh | kevinz: ok, i think listing containers inside the capsule should be part of 'capsue describe' | 08:34 |
pksingh | kevinz: may be i am not following it since long days | 08:34 |
pksingh | kevinz: sorry about that | 08:34 |
kevinz | pksingh: Np, I'm not actually inclined to list capsule/non-capsule containers. I think we can just use list all to see the feedback | 08:36 |
kevinz | pksingh: I agree with adding containers info to capsule describe | 08:36 |
kevinz | pksingh: That's a good idea | 08:37 |
openstackgerrit | Merged openstack/zun master: Update quickstart link in document https://review.openstack.org/485450 | 08:51 |
*** nicolasbock_ has quit IRC | 09:01 | |
*** nicolasbock has joined #openstack-zun | 09:01 | |
*** nicolasbock has quit IRC | 09:01 | |
*** pksingh has quit IRC | 09:05 | |
*** coolsvap has joined #openstack-zun | 09:05 | |
openstackgerrit | Shunli Zhou proposed openstack/zun master: Add host list api https://review.openstack.org/485049 | 09:17 |
openstackgerrit | Shunli Zhou proposed openstack/python-zunclient master: Add host list cli https://review.openstack.org/485048 | 09:17 |
*** pksingh has joined #openstack-zun | 09:23 | |
*** zsli__ has quit IRC | 09:30 | |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Add delete_container to periodic task https://review.openstack.org/485419 | 09:36 |
openstackgerrit | Merged openstack/zun master: Added support for Auto remove the container https://review.openstack.org/418942 | 09:38 |
openstackgerrit | Madhuri Kumari proposed openstack/python-zunclient master: [doc-migration] Move documents to their respective folders https://review.openstack.org/485524 | 09:48 |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Make sandbox container optional https://review.openstack.org/471634 | 09:52 |
openstackgerrit | Merged openstack/python-zunclient master: Add the parameter interactive in ExecContainer https://review.openstack.org/484629 | 09:54 |
openstackgerrit | Madhuri Kumari proposed openstack/python-zunclient master: Add warning-is-error in setup.cfg https://review.openstack.org/485528 | 10:02 |
*** kevinz has quit IRC | 10:02 | |
openstackgerrit | Merged openstack/python-zunclient master: Fixed the api version issue on OSC plugin https://review.openstack.org/485235 | 10:03 |
*** caowei has joined #openstack-zun | 10:05 | |
*** shu-mutou is now known as shu-mutou-AWAY | 10:06 | |
*** pksingh has quit IRC | 10:19 | |
*** kiennt has quit IRC | 10:30 | |
*** pksingh has joined #openstack-zun | 10:31 | |
*** pksingh has quit IRC | 10:52 | |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Add delete_container to periodic task https://review.openstack.org/485419 | 11:13 |
*** adisky__ has quit IRC | 11:50 | |
*** pksingh has joined #openstack-zun | 12:17 | |
*** catintheroof has joined #openstack-zun | 12:36 | |
*** lakerzhou has joined #openstack-zun | 12:49 | |
*** nicolasbock has joined #openstack-zun | 12:50 | |
*** nicolasbock has quit IRC | 12:51 | |
*** nicolasbock has joined #openstack-zun | 12:51 | |
*** vikasc has quit IRC | 12:54 | |
*** pksingh has quit IRC | 13:06 | |
*** vikasc has joined #openstack-zun | 13:08 | |
*** zhurong has quit IRC | 13:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zun master: Updated from global requirements https://review.openstack.org/485637 | 13:44 |
*** pksingh has joined #openstack-zun | 13:49 | |
*** jwcroppe has joined #openstack-zun | 13:53 | |
*** pksingh has quit IRC | 14:35 | |
*** janki has quit IRC | 14:45 | |
*** janki has joined #openstack-zun | 14:45 | |
*** pksingh has joined #openstack-zun | 14:46 | |
*** janki has quit IRC | 14:47 | |
*** pksingh has quit IRC | 15:53 | |
*** coolsvap has quit IRC | 15:54 | |
*** egonzalez has quit IRC | 16:01 | |
*** pksingh has joined #openstack-zun | 16:35 | |
*** harlowja has joined #openstack-zun | 18:06 | |
*** pksingh has quit IRC | 18:12 | |
*** jwcroppe has quit IRC | 19:31 | |
*** jwcroppe_ has joined #openstack-zun | 19:34 | |
*** nicolasbock has quit IRC | 19:46 | |
*** openstack has joined #openstack-zun | 20:00 | |
*** openstackgerrit has quit IRC | 20:17 | |
*** jwcroppe_ has quit IRC | 20:47 | |
*** jwcroppe has joined #openstack-zun | 20:51 | |
*** catintheroof has quit IRC | 21:10 | |
*** jwcroppe has quit IRC | 21:12 | |
*** jwcroppe has joined #openstack-zun | 21:14 | |
*** lakerzhou has quit IRC | 21:51 | |
*** jwcroppe has quit IRC | 21:58 | |
*** jwcroppe has joined #openstack-zun | 23:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!