*** yanyanhu has joined #openstack-zun | 02:27 | |
*** shu-mutou has joined #openstack-zun | 02:34 | |
*** yuanying has quit IRC | 02:50 | |
*** sheel has joined #openstack-zun | 03:28 | |
*** yuanying has joined #openstack-zun | 03:53 | |
*** irenab has quit IRC | 04:50 | |
*** sudipto has joined #openstack-zun | 05:04 | |
*** klkumar has joined #openstack-zun | 05:11 | |
*** irenab has joined #openstack-zun | 05:21 | |
*** shubhams has quit IRC | 05:36 | |
*** shubhams has joined #openstack-zun | 05:40 | |
*** shubhams has quit IRC | 05:45 | |
*** shubhams has joined #openstack-zun | 05:46 | |
*** chandankumar has joined #openstack-zun | 05:48 | |
*** adisky has joined #openstack-zun | 07:38 | |
*** Namrata_ has joined #openstack-zun | 07:51 | |
*** shubhams has left #openstack-zun | 07:54 | |
*** shubhams has joined #openstack-zun | 07:54 | |
*** sheel has quit IRC | 08:45 | |
*** shu-mutou has quit IRC | 08:54 | |
*** yuanying_ has joined #openstack-zun | 08:58 | |
*** sudipto has quit IRC | 09:08 | |
*** yuanying has quit IRC | 09:08 | |
*** sudipto has joined #openstack-zun | 09:09 | |
*** shubhams has quit IRC | 10:05 | |
*** shubhams has joined #openstack-zun | 10:06 | |
*** yanyanhu has quit IRC | 10:21 | |
*** shubhams has quit IRC | 10:30 | |
*** irenab has quit IRC | 11:26 | |
*** Qiming has quit IRC | 12:07 | |
*** Qiming has joined #openstack-zun | 12:10 | |
*** Namrata_ has quit IRC | 12:28 | |
*** adisky has quit IRC | 12:30 | |
*** chandankumar has quit IRC | 12:46 | |
*** sheel has joined #openstack-zun | 13:44 | |
*** chandankumar has joined #openstack-zun | 13:51 | |
*** irenab has joined #openstack-zun | 13:54 | |
*** hongbin has joined #openstack-zun | 14:13 | |
*** sudipto has quit IRC | 14:46 | |
*** sudipto has joined #openstack-zun | 14:47 | |
*** dims has quit IRC | 16:00 | |
*** dims has joined #openstack-zun | 16:06 | |
sudipto | hongbin, hello - been going through this diagram : https://docs.docker.com/engine/reference/api/docker_remote_api/ :) The docker events section. | 16:42 |
---|---|---|
*** sudipto has quit IRC | 17:06 | |
*** chandankumar has quit IRC | 17:06 | |
*** flwang has quit IRC | 17:10 | |
*** flwang has joined #openstack-zun | 17:11 | |
*** chandankumar has joined #openstack-zun | 17:27 | |
*** klkumar has quit IRC | 17:32 | |
*** sudipto has joined #openstack-zun | 17:40 | |
*** chandankumar has quit IRC | 18:08 | |
hongbin | sudipto: pong | 18:49 |
hongbin | sudipto: this is a good reference for madhuri. thx | 18:53 |
sudipto | hongbin, hello - 12:23 AM - about to watch the euro game so up this late... | 18:53 |
hongbin | good | 18:54 |
hongbin | enjoy the game | 18:54 |
sudipto | hongbin, if i have to jot down ideas on the API ref (during my day time tomorrow) - do recommend the same etherpad to do so? | 19:01 |
sudipto | *you | 19:02 |
hongbin | I have put the link into the etherpad: https://etherpad.openstack.org/p/zun-containers-service-api (at the bottom) | 19:03 |
sudipto | I also have some thoughts on the implementation being via docker https://github.com/docker/docker-py or via something else... | 19:08 |
sudipto | but that's afterwards... | 19:08 |
sudipto | I was thinking if there can be native support for tagging containers via zun... | 19:08 |
sudipto | hongbin, ^ | 19:15 |
hongbin | sudipto: labels? | 19:15 |
hongbin | or tagging the image? | 19:15 |
sudipto | hongbin, yeah kind of like labels. No tagging is anyway uspported via docker afaik. | 19:16 |
sudipto | i mean tagging images. | 19:16 |
sudipto | given we sit above docker - it gives us a good oppurtunity to orchestrate a few additional features... | 19:16 |
sudipto | the tagging idea is similar to labels | 19:17 |
hongbin | For the labels, I think it is desirable to have it. | 19:17 |
hongbin | For the tagginig, that is interesting | 19:17 |
hongbin | In general, I think it can be discussed | 19:17 |
hongbin | Tagging is supported at other container runtimes? | 19:18 |
sudipto | not sure, about rkt - are they part of CNCF/OCI? | 19:18 |
hongbin | I see | 19:18 |
hongbin | However, I think we can implement it in Glance/Glare in some ways | 19:18 |
hongbin | Need to talk to flwang about that | 19:19 |
sudipto | you mean the tagging images bit? | 19:19 |
hongbin | yes | 19:19 |
hongbin | sudipto: which additional features you have in mind? | 19:20 |
sudipto | hongbin, i was thinking of a use case like - tag all the running containers - and then clean them off in one shot. | 19:21 |
hongbin | Yes, that is labels | 19:22 |
hongbin | In nova, that is metadata? | 19:23 |
sudipto | hongbin, you mean image-metadata? | 19:23 |
hongbin | container metadata | 19:23 |
sudipto | i thought you said about nova image-metadata | 19:23 |
hongbin | Oh, in nova, there are some ways to set metadata of the instances? | 19:24 |
sudipto | none that i know of... | 19:25 |
sudipto | for images yeah | 19:25 |
hongbin | nova boot --meta XXX | 19:25 |
hongbin | nova boot --hint XXX | 19:26 |
sudipto | ok i am not sure if that's a similar functionality i am trying to mention... | 19:26 |
sudipto | the scheduler hints would be used to determine let's say a specific host | 19:26 |
hongbin | Yes, get that | 19:26 |
sudipto | however, i am talking about putting labels against each container - let's say "production"/"development" and treat them as appropriate? | 19:27 |
hongbin | OK | 19:27 |
hongbin | I am OK with that | 19:27 |
hongbin | Want to comment it in the API etherpad? | 19:28 |
sudipto | Ok sure... | 19:28 |
*** sheel has quit IRC | 19:35 | |
*** sudipto has quit IRC | 20:36 | |
*** Wenzhi has quit IRC | 21:45 | |
*** irenab has quit IRC | 21:55 | |
*** irenab has joined #openstack-zun | 22:14 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!