Thursday, 2017-07-20

*** zhurong has joined #openstack-zun00:32
*** Shunli has joined #openstack-zun00:40
*** kevzha01 has joined #openstack-zun01:17
*** kiennt has joined #openstack-zun01:25
*** harlowja has quit IRC01:32
*** caowei has joined #openstack-zun01:44
*** jwcroppe has joined #openstack-zun02:13
*** lakerzhou has joined #openstack-zun02:19
*** zsli_ has joined #openstack-zun02:21
*** lakerzhou1 has joined #openstack-zun02:21
*** Shunli has quit IRC02:23
*** lakerzhou has quit IRC02:25
*** harlowja has joined #openstack-zun02:52
openstackgerritShunli Zhou proposed openstack/python-zunclient master: Add host list cli  https://review.openstack.org/48504803:00
*** caowei has quit IRC03:16
openstackgerritKien Nguyen proposed openstack/zun master: Add delete_container to periodic task  https://review.openstack.org/48541903:27
openstackgerritKien Nguyen proposed openstack/zun master: Add delete_container to periodic task  https://review.openstack.org/48541903:30
*** lakerzhou1 has quit IRC03:55
*** harlowja has quit IRC04:18
*** harlowja has joined #openstack-zun04:30
*** adisky__ has joined #openstack-zun04:33
*** nicolasbock has joined #openstack-zun04:53
*** harlowja has quit IRC05:33
*** kiennt has quit IRC05:44
*** jwcroppe has quit IRC05:44
*** kiennt has joined #openstack-zun05:58
openstackgerritMadhuri Kumari proposed openstack/zun master: Update quickstart link in document  https://review.openstack.org/48545005:59
*** janki has joined #openstack-zun06:20
*** shu-mutou has joined #openstack-zun06:34
*** vikasc has quit IRC06:42
*** vikasc has joined #openstack-zun06:54
*** zsli__ has joined #openstack-zun07:18
*** zsli_ has quit IRC07:21
*** egonzalez has joined #openstack-zun07:49
*** pksingh has joined #openstack-zun08:05
pksinghkevzha01: Hello08:05
*** kevzha01 is now known as kevinz08:08
kevinzpksingh: Hi pksingh!08:08
pksinghkevinz: sorry, i could not follow the things from past couple of months08:08
pksinghkevinz: was busy on some other assignment08:08
pksinghkevinz: i was going through the patch , capsule db structure08:09
pksinghkevinz: what is relavance of containers_uuid field?08:09
*** nicolasbock_ has joined #openstack-zun08:12
*** nicolasbock has quit IRC08:12
kevinzpksingh: Yeah I see:-) feel free08:13
kevinzpksingh: the containers_uuids will store the container uuid inside the capsule. So that Capsule can easily find its container08:14
kevinzpksingh: containers08:14
pksinghkevinz: we will not be storing these containers in 'containers' table, ?08:14
kevinzpksingh: Yes container table also has its uuid. This containers_uuids field is for capsule.08:16
pksinghkevinz: i mean containers in capsule, would not be stored in containers table?08:17
kevinzpksingh: aha, this field “containers” will not be stored in the DB. It is just a "pointer" for capsule to use.08:19
pksinghkevinz: ok, great :)08:21
kevinzpksingh: Thanks08:21
pksinghkevinz: one question, is this container_uuid is id generated by docker?08:22
pksinghkevinz: wher will you maintain the id generated by container?08:23
kevinzpksingh: No, it is the same with generated in zun, not by docker08:23
pksingh*by docker08:23
kevinzpksingh: For container inside the capsule, they also have the DB container maintain by zun. Just the same as non-capsule container08:24
kevinz DB container/ DB "container" table08:24
pksinghkevinz: so its new table or existing one i.e. 'containers'?08:25
kevinzpksingh: the existing one.08:25
kevinzpksingh: use zun list will get all the containers, both inside capsule and non-capsule08:26
pksinghkevinz: if user deletes any container inside the capsule, how do we prevent that?08:27
pksinghkevinz: do you add any other field to 'containers' table, to show it belongs to capsule?08:27
kevinzpksingh: Have not decided. On solution is add a field to containers table08:28
kevinzpksingh: Will do it recently:-) I think adding a field is the easiest way to solve this08:28
pksinghkevinz: i think capsule container listing is not good, in 'zun list'08:29
pksinghkevinz: otherwise user may try to perform some operation on them08:29
pksinghkevinz: i think for capsule container he should only use capsule api08:29
pksinghkevinz: what do you think?08:30
kevinzpksingh: you mean "zun list" don't show containers inside capsule?08:30
pksinghkevinz: yes08:30
pksinghkevinz: BTW, why we are showing capsule containers in 'zun list'?08:31
kevinzhttps://github.com/openstack/zun/blob/master/specs/container-composition.rst#rest-api-impact08:32
kevinzI remember in the team meeting we have discussed about the API08:32
pksinghkevinz: ok, i think listing containers inside the capsule should be part of 'capsue describe'08:34
pksinghkevinz: may be i am not following it since long days08:34
pksinghkevinz: sorry about that08:34
kevinzpksingh: Np, I'm not actually inclined to list capsule/non-capsule containers. I think we can just use list all to see the feedback08:36
kevinzpksingh: I agree with adding containers info to capsule describe08:36
kevinzpksingh: That's a good idea08:37
openstackgerritMerged openstack/zun master: Update quickstart link in document  https://review.openstack.org/48545008:51
*** nicolasbock_ has quit IRC09:01
*** nicolasbock has joined #openstack-zun09:01
*** nicolasbock has quit IRC09:01
*** pksingh has quit IRC09:05
*** coolsvap has joined #openstack-zun09:05
openstackgerritShunli Zhou proposed openstack/zun master: Add host list api  https://review.openstack.org/48504909:17
openstackgerritShunli Zhou proposed openstack/python-zunclient master: Add host list cli  https://review.openstack.org/48504809:17
*** pksingh has joined #openstack-zun09:23
*** zsli__ has quit IRC09:30
openstackgerritKien Nguyen proposed openstack/zun master: Add delete_container to periodic task  https://review.openstack.org/48541909:36
openstackgerritMerged openstack/zun master: Added support for Auto remove the container  https://review.openstack.org/41894209:38
openstackgerritMadhuri Kumari proposed openstack/python-zunclient master: [doc-migration] Move documents to their respective folders  https://review.openstack.org/48552409:48
openstackgerritKien Nguyen proposed openstack/zun master: Make sandbox container optional  https://review.openstack.org/47163409:52
openstackgerritMerged openstack/python-zunclient master: Add the parameter interactive in ExecContainer  https://review.openstack.org/48462909:54
openstackgerritMadhuri Kumari proposed openstack/python-zunclient master: Add warning-is-error in setup.cfg  https://review.openstack.org/48552810:02
*** kevinz has quit IRC10:02
openstackgerritMerged openstack/python-zunclient master: Fixed the api version issue on OSC plugin  https://review.openstack.org/48523510:03
*** caowei has joined #openstack-zun10:05
*** shu-mutou is now known as shu-mutou-AWAY10:06
*** pksingh has quit IRC10:19
*** kiennt has quit IRC10:30
*** pksingh has joined #openstack-zun10:31
*** pksingh has quit IRC10:52
openstackgerritKien Nguyen proposed openstack/zun master: Add delete_container to periodic task  https://review.openstack.org/48541911:13
*** adisky__ has quit IRC11:50
*** pksingh has joined #openstack-zun12:17
*** catintheroof has joined #openstack-zun12:36
*** lakerzhou has joined #openstack-zun12:49
*** nicolasbock has joined #openstack-zun12:50
*** nicolasbock has quit IRC12:51
*** nicolasbock has joined #openstack-zun12:51
*** vikasc has quit IRC12:54
*** pksingh has quit IRC13:06
*** vikasc has joined #openstack-zun13:08
*** zhurong has quit IRC13:19
openstackgerritOpenStack Proposal Bot proposed openstack/zun master: Updated from global requirements  https://review.openstack.org/48563713:44
*** pksingh has joined #openstack-zun13:49
*** jwcroppe has joined #openstack-zun13:53
*** pksingh has quit IRC14:35
*** janki has quit IRC14:45
*** janki has joined #openstack-zun14:45
*** pksingh has joined #openstack-zun14:46
*** janki has quit IRC14:47
*** pksingh has quit IRC15:53
*** coolsvap has quit IRC15:54
*** egonzalez has quit IRC16:01
*** pksingh has joined #openstack-zun16:35
*** harlowja has joined #openstack-zun18:06
*** pksingh has quit IRC18:12
*** jwcroppe has quit IRC19:31
*** jwcroppe_ has joined #openstack-zun19:34
*** nicolasbock has quit IRC19:46
*** openstack has joined #openstack-zun20:00
*** openstackgerrit has quit IRC20:17
*** jwcroppe_ has quit IRC20:47
*** jwcroppe has joined #openstack-zun20:51
*** catintheroof has quit IRC21:10
*** jwcroppe has quit IRC21:12
*** jwcroppe has joined #openstack-zun21:14
*** lakerzhou has quit IRC21:51
*** jwcroppe has quit IRC21:58
*** jwcroppe has joined #openstack-zun23:33

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