Wednesday, 2017-05-17

*** yuanying has quit IRC00:30
*** hongbin has quit IRC00:37
*** yuanying has joined #openstack-zun00:39
*** kevinz has joined #openstack-zun00:52
*** harlowja has quit IRC01:08
openstackgerritfeng.shengqin proposed openstack/zun master: Zun execute without command returned 500  https://review.openstack.org/46494101:18
kiseok7Hello, i am a newbie to zun,01:43
kiseok7and i have a question. i was wondering zun had a plan to integrate with kuryr. or zun will keep using sandbox container?01:44
*** caowei has joined #openstack-zun01:44
*** lakerzhou has joined #openstack-zun01:59
openstackgerritfeng.shengqin proposed openstack/zun master: Put team mascot at the readme home page  https://review.openstack.org/46521202:36
*** Shunli has joined #openstack-zun02:44
*** nicolasbock has quit IRC02:51
*** lakerzhou has quit IRC02:53
*** hongbin has joined #openstack-zun02:57
*** lakerzhou has joined #openstack-zun02:57
Shunli@hongbin, I cannot find how to get compute node info from etcd. But from the functional test log, I can see the compute node was write to the etcd. Could you tell me how compute node stored in etcd?03:02
hongbinShunli: there is an etcd backend, which is alternative to mysql03:04
ShunliSeems etcd api do not implements any compute node related interface, can not figure out how the compute node is write to etcd.03:04
hongbini see03:04
hongbinthen, i am ok to skip the etcd for now03:05
hongbinwith a bug created for that03:05
hongbinsomeone else might pick it up later03:05
ShunliOK. I will log a bug for that.03:05
hongbinthanks03:06
Shunlinp03:06
hongbinbtw, wenzhi is the person who implemented the etcd backend, you can try to catch him to ask if you see him online03:07
* hongbin is not quite familiar with the etcd backend03:07
ShunliOK, i will ask him.03:08
hongbinShunli: btw, thanks for the great patch, i could see it is a lot of work :)03:08
Shunlimy pleasure. I like zun's idea. Openstack need zun.03:09
hongbin++03:10
*** hongbin has quit IRC03:24
*** lakerzhou has quit IRC03:30
*** lakerzhou has joined #openstack-zun03:33
*** zsli_ has joined #openstack-zun03:49
*** Shunli has quit IRC03:52
openstackgerritOpenStack Proposal Bot proposed openstack/python-zunclient master: Updated from global requirements  https://review.openstack.org/46448503:59
openstackgerritOpenStack Proposal Bot proposed openstack/zun master: Updated from global requirements  https://review.openstack.org/46539104:01
openstackgerritOpenStack Proposal Bot proposed openstack/zun-ui master: Updated from global requirements  https://review.openstack.org/46539204:01
*** lakerzhou has quit IRC04:04
*** adisky_ has joined #openstack-zun04:32
*** harlowja has joined #openstack-zun04:33
*** caowei has quit IRC04:34
*** caowei has joined #openstack-zun05:13
*** janki has joined #openstack-zun05:15
*** smili has quit IRC05:45
*** himani has quit IRC05:45
*** harlowja has quit IRC05:54
*** smili has joined #openstack-zun05:56
*** himani has joined #openstack-zun05:57
*** smili has quit IRC06:24
*** smili has joined #openstack-zun06:36
openstackgerritMerged openstack/zun master: Updated from global requirements  https://review.openstack.org/46539107:09
openstackgerritEli Qiao proposed openstack/zun master: Image: Catch glance image not found exception  https://review.openstack.org/46542807:09
openstackgerritMerged openstack/zun master: Zun execute without command returned 500  https://review.openstack.org/46494107:16
*** pksingh has joined #openstack-zun07:22
pksinghkevinz: Hello07:22
kevinzpksingh: Hi07:23
pksinghkevinz: do have some free time, like 10 minutes or so07:23
pksinghkevinz: i would like to unerstand web-proxy thing from you07:24
kevinzpksingh: I'm in a meeting. Will finish in 40 minutes07:24
kevinzpksingh: OK will ping you after meeting07:24
pksinghkevinz: sure, thanks07:25
pksinghkiseok7: you had some questions related to kuryr07:26
pksinghkiseok7: is it resolved?07:26
kiseok7pksingh: i read zun code now. as far i understand now. each container use neutron network via sandbox container.. so i was wondering each container will connected to neutron network in future?07:39
pksinghkiseok7: there are two container drivers in zun, first is DockerDriver and second is NovaDockerDriver07:41
pksinghkiseok7: NovaDockerDriver leverege the neutron networking through Nova07:42
pksinghkiseok7: DockerDriver leverge the Neutron network through kurys07:42
pksinghkiseok7: both are using neutron network07:42
pksinghkiseok7: sandbox container is created in both the drivers, and get neutron's networking07:43
pksinghkiseok7: does i make sense?07:43
kiseok7pksingh: i did misunderstand i think07:48
kiseok7pksingh: with DockerDriver, each container has  a port from neutron? or only sandbox container has port and shared?07:49
pksinghkiseok7: with DockerDriver there is a port from neutron, here you go https://github.com/openstack/zun/blob/master/zun/network/kuryr_network.py#L11307:50
pksinghkiseok7: only sandbox container has port and shared with other container07:52
pksinghkiseok7: we specify sanbox container's network to other containers , https://github.com/openstack/zun/blob/master/zun/container/docker/driver.py#L8407:53
raphaelehretHi! I just came by this project while searching for a link for Docker in Openstack. I wondered what was the maturity of this project bug-wise, but I didn't find any "issues" section on the github page, is there any?07:59
raphaelehretDamn, my bad, found this myself08:00
kiseok7pksingh: i make sense now (little). thank you pksingh. i would better to read code more.08:02
*** pksingh has quit IRC08:10
*** egonzalez has joined #openstack-zun08:17
openstackgerritMerged openstack/zun master: Remove nova docker instruction from quickstart  https://review.openstack.org/46520008:18
*** pksingh has joined #openstack-zun08:30
*** pksingh has quit IRC08:36
*** pksingh has joined #openstack-zun08:42
pksinghraphaelehret: may be this page is useful for more information https://wiki.openstack.org/wiki/Zun08:44
pksinghraphaelehret: if you find any question please shoot it here, we will be happy to help08:45
pksinghkiseok7: my pleaseure, please let me know if you need any help :)08:45
raphaelehretpksingh: Thanks for your concern! I was planning to work with the nova-docker driver but it was retired since then. I'm thinking about using Zun as an alternative, but the project seems quite recent and I wonder if it is suitable for a production environment08:48
raphaelehretIf I understood correctly, Zun is still in "beta development"08:49
openstackgerritShunli Zhou proposed openstack/zun master: Add resource claim for zun.  https://review.openstack.org/46363808:49
kevinzpksingh:there?08:49
kevinzpksingh: Sorry the meeting is just finised08:49
pksinghraphaelehret: yes its true, we are pretty new,  we have released our first release https://releases.openstack.org/pike/index.html08:51
pksinghkevinz: yes sir08:51
pksinghkevinz: how's going08:51
kevinzpksingh: It's fine, a small meeting inside my team08:52
pksinghkevinz: great08:52
pksinghkevinz: i was just curious about the web-proxy thing08:53
pksinghkevinz: what will be the flow in system if we use it08:53
kevinzpksingh: OK go ahead08:54
pksinghkevinz: flow means, how zun and client interacts with it and why?08:54
kevinzpksingh: OK I'll describe the details08:54
raphaelehretpksingh: What's more, I am using swift for my storage node. Does zun interacts with Glance for image storage or should I use a custom local docker registry?08:55
pksinghraphaelehret: it uses glance and docker hub  as image storage08:56
pksinghraphaelehret: https://github.com/openstack/zun/blob/master/zun/conf/image_driver.py#L2008:56
pksinghraphaelehret: you have to mention it in conf which image driver you want to use08:58
kevinzpksingh: There will be a zun-wsproxy service. If user want to attach to a container, cli-->API-->compute node to get the "real websocket link to the container".  Compute node then--> return to API. API receive and save the real websocket link to DB, then generate a uuid , save pair to the "real websocket link" and save it to DB.08:59
kevinzhttps://review.openstack.org/#/c/459086/13/zun/compute/manager.py   In the line 40508:59
raphaelehretOkay! Does Horizon handles container creation?09:00
raphaelehretpksingh: Anyway, that's indeed interesting. Guess I'll give it a shot, and maybe contribute to the project if needed.09:00
pksinghraphaelehret: yes, you need to install zun horizon plugin09:01
kevinzpksingh: API send the uuid and the link of the zun-wsproxy service to CLI. such as ws://127.0.0.1:6784/?token=***09:01
pksinghraphaelehret: here you go, https://github.com/openstack/zun/blob/master/doc/source/dev/quickstart.rst09:02
kevinzpksingh: CLI receive the ws link and do attach.  There is a websocket proxy server (we call zun-wsproxy), serves the port 6784 at the same node of API.09:03
pksinghkevinz: so it is basically there so that user don't access the docker daemon directly?09:04
kevinzpksingh: Yeah09:04
kevinzpksingh: The service will proxy the request from ws://127.0.0.1:6784/?token=*** to the real docker daemon websocket link09:04
pksinghkevinz: ok, you send token in response, any security concerns related to this?09:05
kevinzpksingh: The token is just for get the real link from the DB09:09
pksinghkevinz: let me explain my understanding, please correct me if i am wrong09:10
kevinzpksingh: OK09:10
kevinzpksingh:go aheas09:10
kevinzahead09:10
pksinghkeving: user calls zun api to get the websocket url09:10
pksinghkevinz: user gets web socket url, and request on that to attach09:11
pksinghkevinz: this request goes to web-proxy, which attaches to docker deamon09:11
pksinghkevinz: above three statements are correct?09:12
kevinzpksingh: user get websocket url, and store the url in DB. For Cli user, they can't see the "real url", just can get a link with token09:13
raphaelehretpksingh: I saw that Zun was released with Pike. Is there retro-compatibility handling? The current version of our Openstack is Mitaka09:14
pksinghkevinz: checking the code, will be back soon09:15
kevinzpksingh: zun-wsproxy proxy the "ws://127.0.0.1:6784/?token=***" to "real docker daemon websocket link"09:16
kevinzpksingh: OK09:16
pksinghraphaelehret: i am not sure about that, kevinz can you help raphaelehret09:16
kevinzraphaelehret: Hi, for this question, I'm the same with pksingh. I will ask hongbin when he is online. Because zun need kuryr libnetwork to offer the network service, I'm not sure kuryr is ready in Mitaka.09:20
raphaelehretkevinz: On the kuryr Github page (https://github.com/openstack/kuryr-libnetwork), it looks like that neutron version required for this lib to work it Mitaka or ealier.09:24
raphaelehretI will search for further requirements on the web09:24
*** jchhatbar has joined #openstack-zun09:30
*** zsli_ has quit IRC09:30
*** janki has quit IRC09:31
kevinz<raphaelehret>: OK. apart from this, I don't know other requirements for zun to retro-comatibility09:32
kevinzraphaelehret: I will ask hongbin when he is online09:32
*** jchhatbar_ has joined #openstack-zun09:33
raphaelehretkevinz: okay thanks for your time09:33
raphaelehretpksingh: And thanks to you too09:34
pksinghraphaelehret: you are welcome :)09:34
kevinzraphaelehret: you are welcome"-)09:34
pksinghkevinz: you are about to leave office?09:35
kevinzpksingh: Haha, not yet. Will leave after 20 minutes09:35
pksinghkevinz: ok, great..will catch you later09:35
pksinghkevinz: i will go through the code myself09:36
*** jchhatbar has quit IRC09:36
kevinzpksingh: OK, thanks for your review ~ feel free to ping me09:37
pksinghkevinz: sure, thnx09:37
kevinzpksingh: yw09:37
*** kevinz has quit IRC10:06
dimsfeisky : can you join #openstack-kuryr, #openstack-containers, #openstack-helm, #openstack-kolla, #openstack-golang and lurk there, i will make introductions as and when folks show up10:11
*** feisky has joined #openstack-zun10:20
*** caowei has quit IRC10:21
*** nicolasbock has joined #openstack-zun10:54
-openstackstatus- NOTICE: gerrit is being restarted to help stuck git replication issues10:55
*** feisky has quit IRC10:57
*** feisky has joined #openstack-zun10:58
*** feisky has quit IRC11:06
*** feisky has joined #openstack-zun11:15
*** pksingh has quit IRC11:20
*** jchhatbar_ is now known as janki11:51
*** Namrata_ has joined #openstack-zun12:01
*** janki has quit IRC12:04
*** janki has joined #openstack-zun12:04
*** jwcroppe has quit IRC12:16
*** jwcroppe has joined #openstack-zun12:16
*** jwcroppe has quit IRC12:20
*** Namrata_ has quit IRC12:31
*** lakerzhou has joined #openstack-zun13:20
*** lakerzhou has quit IRC13:26
*** lakerzhou has joined #openstack-zun13:27
*** himani has quit IRC13:46
openstackgerritOpenStack Proposal Bot proposed openstack/zun master: Updated from global requirements  https://review.openstack.org/46558113:52
*** lakerzhou has quit IRC13:57
*** himani has joined #openstack-zun13:58
*** lakerzhou has joined #openstack-zun13:59
*** jwcroppe has joined #openstack-zun14:04
*** lakerzhou has quit IRC14:04
*** janki has quit IRC14:09
*** adisky_ has quit IRC14:22
*** jwcroppe has quit IRC14:28
*** jwcroppe has joined #openstack-zun14:29
*** jwcroppe_ has joined #openstack-zun14:32
*** jwcroppe has quit IRC14:34
openstackgerritMerged openstack/python-zunclient master: Updated from global requirements  https://review.openstack.org/46448514:53
openstackgerritHongbin Lu proposed openstack/python-zunclient master: Skip run OSC tests on unit tests  https://review.openstack.org/46519015:17
*** hongbin has joined #openstack-zun15:22
openstackgerritMerged openstack/zun master: Image: Catch glance image not found exception  https://review.openstack.org/46542815:56
*** harlowja has joined #openstack-zun16:33
*** egonzalez has quit IRC17:02
*** jwcroppe_ has quit IRC17:13
*** harlowja has quit IRC17:26
*** lakerzhou1 has joined #openstack-zun17:43
*** jwcroppe has joined #openstack-zun17:43
*** feisky has quit IRC18:05
*** jwcroppe has quit IRC18:34
*** catintheroof has joined #openstack-zun18:59
*** jwcroppe has joined #openstack-zun19:06
*** harlowja has joined #openstack-zun19:39
*** harlowja has quit IRC19:53
*** harlowja has joined #openstack-zun19:57
*** harlowja has quit IRC20:00
*** smili has quit IRC20:24
*** catintheroof has quit IRC21:01
*** jwcroppe has quit IRC21:03
*** hongbin has quit IRC21:08
*** hongbin has joined #openstack-zun21:16
openstackgerritBin Zhou proposed openstack/zun master: Implement container snapshot  https://review.openstack.org/44671021:34
*** lakerzhou1 has quit IRC21:42
*** harlowja has joined #openstack-zun22:02
*** harlowja has quit IRC22:18
*** hongbin has quit IRC23:56

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