openstackgerrit | Hongbin Lu proposed openstack/zun-ui master: [WIP] Make console work with zun-wsproxy https://review.openstack.org/466136 | 00:42 |
---|---|---|
*** hongbin has quit IRC | 00:46 | |
openstackgerrit | miaohb proposed openstack/python-zunclient master: Replace the magic number with const https://review.openstack.org/465828 | 00:55 |
openstackgerrit | Shunli Zhou proposed openstack/zun master: Add resource claim for zun. https://review.openstack.org/463638 | 01:16 |
*** Shunli has joined #openstack-zun | 01:16 | |
*** kevinz has joined #openstack-zun | 01:34 | |
*** chenying_ has joined #openstack-zun | 02:15 | |
*** lakerzhou1 has joined #openstack-zun | 02:17 | |
*** chenying_ has quit IRC | 02:40 | |
*** chenying_ has joined #openstack-zun | 02:40 | |
*** hongbin has joined #openstack-zun | 03:03 | |
*** nicolasbock has quit IRC | 03:10 | |
hongbin | kevinz: hi kevin, there? | 03:28 |
kevinz | hongbin: yeah | 03:29 |
hongbin | kevinz: a question for you | 03:29 |
openstackgerrit | Yongfeng Du proposed openstack/zun master: Add multi host part for devstack guide https://review.openstack.org/466166 | 03:29 |
kevinz | hongbin: Go ahead | 03:29 |
hongbin | kevinz: in this patch https://github.com/openstack/python-zunclient/commit/deb405abac5503b34fef04e0660f70547268d83a , it seems you set the container_uuid in header | 03:29 |
hongbin | kevinz: i wonder why not setting it in url or querystring instead | 03:30 |
kevinz | hongbin: yes, the header is used in zun-wsproxy | 03:30 |
hongbin | kevinz: if you set it in url or querystring, it can also be used in zun-wsproxy as well? | 03:30 |
kevinz | hongbin: zun-wsproxy will get the uuid and search it in the DB | 03:30 |
kevinz | hongbin: search the DB to get the real websocket url, then connect it | 03:31 |
hongbin | kevinz: yes, the uuid is used to search DB to get the real url, i think i get this part | 03:32 |
kevinz | hongbin: OK | 03:32 |
hongbin | kevinz: my query is the way to pass the uuid to wsproxy (via header or querystring) | 03:33 |
kevinz | hongbin: Oh sorry I misunderstand you :-) | 03:33 |
hongbin | kevinz: np at all | 03:34 |
hongbin | kevinz: i asked that because i am testing the zun-ui now | 03:34 |
kevinz | hongbin: in querystring means in the url? such as ws://127.0.0.1/**container uuid**/?token=** | 03:34 |
hongbin | kevinz: yes, this is an option | 03:34 |
hongbin | or ws://127.0.0.1/?token=**&uuid=xxxxxx | 03:35 |
kevinz | hongbin: If this will be easy for zun-ui, I think I can change it to that | 03:35 |
hongbin | kevinz: ack, i think it is easier | 03:36 |
kevinz | hongbin: That's cool. I will change the uuid to querystring | 03:37 |
hongbin | kevinz: thanks | 03:37 |
kevinz | hongbin: yw | 03:37 |
openstackgerrit | Yongfeng Du proposed openstack/zun master: Add multi host part for devstack guide https://review.openstack.org/466166 | 03:38 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: Make docker api_url remotely accessible https://review.openstack.org/466119 | 03:40 |
*** lakerzhou1 has quit IRC | 03:40 | |
*** hongbin has quit IRC | 03:53 | |
openstackgerrit | feng.shengqin proposed openstack/zun master: Remove unused LOG in websocket https://review.openstack.org/466171 | 04:01 |
*** Shunli has quit IRC | 04:02 | |
openstackgerrit | Yongfeng Du proposed openstack/zun master: Add multi host part for devstack guide https://review.openstack.org/466166 | 04:15 |
*** yuanying has quit IRC | 04:32 | |
*** yuanying has joined #openstack-zun | 04:48 | |
*** adisky_ has joined #openstack-zun | 05:08 | |
openstackgerrit | Merged openstack/python-zunclient master: Replace the magic number with const https://review.openstack.org/465828 | 05:08 |
*** arund has joined #openstack-zun | 05:32 | |
*** caowei has joined #openstack-zun | 05:33 | |
openstackgerrit | Merged openstack/zun master: Remove unused LOG in websocket https://review.openstack.org/466171 | 05:44 |
openstackgerrit | Merged openstack/zun master: Add 'host' to container db filters https://review.openstack.org/466107 | 05:45 |
openstackgerrit | Merged openstack/zun master: Add multi host part for devstack guide https://review.openstack.org/466166 | 05:45 |
*** janki has joined #openstack-zun | 05:51 | |
*** caowei has quit IRC | 05:53 | |
*** yuanying has quit IRC | 06:06 | |
*** yuanying has joined #openstack-zun | 06:08 | |
*** shu-mutou-AWAY is now known as shu-mutou | 06:15 | |
*** egonzalez has joined #openstack-zun | 07:32 | |
shu-mutou | kevinz: ping | 07:43 |
shu-mutou | kevinz: using new wsproxy, "zun attach" seems to return "ws://0.0.0.0:6784/?token=......". is this correct? | 07:44 |
kevinz | shu-mutou: Yes | 07:45 |
*** himani has quit IRC | 07:46 | |
shu-mutou | kevinz: zun-ui uses return value from "zun attach" for web console. so web console fail to access console. | 07:48 |
shu-mutou | kevinz: how zun-ui should get ws url for web console? | 07:48 |
kevinz | shu-mutou: Could you show me the error log? besides, i will submit a patch to change the querystring | 07:49 |
kevinz | shu-mutou: I think this block you | 07:51 |
kevinz | shu-mutou: I will finish asap; | 07:52 |
kevinz | and ping you after finish | 07:52 |
shu-mutou | thx a lot! :) | 07:52 |
*** himani has joined #openstack-zun | 07:59 | |
kevinz | shu-mutou: yw | 08:07 |
shu-mutou | kevinz: sorry. again. browser (=web console) should access wsproxy. so I think ip address for return value of "zun attach" should be same as wsproxy host. thoughts? | 08:13 |
kevinz | shu-mutou: The return url is like : ws://<wsproxy-ip>:6784/?token=...... | 08:15 |
kevinz | shu-mutou: Not 0.0.0.0 | 08:16 |
shu-mutou | kevinz: does wsproxy needs some config? | 08:17 |
shu-mutou | kevinz: my devstack returns 0.0.0.0.... | 08:18 |
kevinz | shu-mutou: have you changed to latest version? | 08:19 |
kevinz | shu-mutou: you can see : https://github.com/openstack/zun/blob/master/zun/conf/websocket_proxy.py#L40 | 08:19 |
shu-mutou | kevinz: thx. i'll try to configure. thanks again! :) | 08:22 |
kevinz | shu-mutou: yw~ feel free to ping me if you have any question | 08:23 |
shu-mutou | kevinz: i found the conf. 0.0.0.0 is set in my devstack, actually. xp | 08:24 |
kevinz | shu-mutou: OK that make sense | 08:24 |
openstackgerrit | miaohb proposed openstack/zun master: [WIP]Support service-enable/disable https://review.openstack.org/462885 | 08:44 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: Change the uuid from websocket header to querystring https://review.openstack.org/466231 | 08:56 |
*** caowei has joined #openstack-zun | 09:01 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: Remove the code that add uuid to websocket header https://review.openstack.org/466236 | 09:11 |
*** caowei has quit IRC | 09:14 | |
*** caowei has joined #openstack-zun | 09:23 | |
kevinz | shu-mutou: Hi, I've submitted two patches. for zun, it change uuid from websocket header to querystring https://review.openstack.org/466231 | 09:31 |
kevinz | shu-mutou: the attch url is changed to: ws://<wsproxy-ip>:6784/?token=......&uuid=... | 09:31 |
shu-mutou | kevinz: thanks! I'll try them next week. It's time to go home. have a nice week end! ;) | 09:36 |
kevinz | shu-mutou: OK, the same to you :-) | 09:37 |
kevinz | shu-mutou: Thx | 09:37 |
*** himani has quit IRC | 09:47 | |
*** smili has quit IRC | 09:47 | |
openstackgerrit | Shu Muto proposed openstack/zun-ui master: [WIP] Make console work with zun-wsproxy https://review.openstack.org/466136 | 09:49 |
*** shu-mutou is now known as shu-mutou-AWAY | 09:52 | |
*** openstack has joined #openstack-zun | 09:59 | |
*** himani has joined #openstack-zun | 09:59 | |
*** kevinz has quit IRC | 10:05 | |
*** nicolasbock has joined #openstack-zun | 10:09 | |
*** himani has quit IRC | 10:10 | |
*** smili has quit IRC | 10:10 | |
*** himani has joined #openstack-zun | 10:22 | |
*** smili has joined #openstack-zun | 10:23 | |
*** caowei has quit IRC | 10:28 | |
*** kevinz has joined #openstack-zun | 10:46 | |
*** kevinz has quit IRC | 10:51 | |
*** feisky has quit IRC | 11:10 | |
*** himani_ has joined #openstack-zun | 11:32 | |
*** himani_ has quit IRC | 11:33 | |
*** janki has quit IRC | 12:06 | |
*** janki has joined #openstack-zun | 12:06 | |
*** egonzalez has quit IRC | 12:10 | |
*** jchhatbar has joined #openstack-zun | 12:42 | |
*** catintheroof has joined #openstack-zun | 12:45 | |
*** janki has quit IRC | 12:45 | |
*** smili has quit IRC | 12:45 | |
*** jchhatbar has quit IRC | 12:48 | |
*** janki has joined #openstack-zun | 12:56 | |
*** smili has joined #openstack-zun | 12:58 | |
*** janki has quit IRC | 13:04 | |
*** arund has quit IRC | 13:11 | |
*** raphaelehret has quit IRC | 13:16 | |
*** lakerzhou has joined #openstack-zun | 13:21 | |
*** hongbin has joined #openstack-zun | 15:01 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: Set docker_remote_api_ip in devstack https://review.openstack.org/466120 | 15:23 |
openstackgerrit | Hongbin Lu proposed openstack/zun-ui master: Make console work with zun-wsproxy https://review.openstack.org/466136 | 15:25 |
*** arund has joined #openstack-zun | 15:34 | |
*** diablo_rojo has joined #openstack-zun | 15:37 | |
*** arund has quit IRC | 15:39 | |
*** arund has joined #openstack-zun | 15:40 | |
*** janki has joined #openstack-zun | 16:00 | |
*** nicolasbock has quit IRC | 16:17 | |
*** arund has quit IRC | 16:38 | |
*** jwcroppe has quit IRC | 16:48 | |
*** jwcroppe has joined #openstack-zun | 16:50 | |
openstackgerrit | Bin Zhou proposed openstack/zun master: Implement container snapshot https://review.openstack.org/446710 | 16:54 |
*** diablo_rojo has left #openstack-zun | 17:02 | |
*** harlowja has joined #openstack-zun | 18:13 | |
openstackgerrit | Merged openstack/zun master: Change the uuid from websocket header to querystring https://review.openstack.org/466231 | 18:22 |
*** janki has quit IRC | 20:26 | |
*** lakerzhou has quit IRC | 21:15 | |
*** catintheroof has quit IRC | 22:02 | |
*** harlowja has quit IRC | 22:12 | |
openstackgerrit | Merged openstack/zun master: Implement container snapshot https://review.openstack.org/446710 | 22:15 |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [NOT_FOR_REVIEW] Test tempest networks https://review.openstack.org/466429 | 22:45 |
*** harlowja has joined #openstack-zun | 22:57 | |
*** harlowja has quit IRC | 23:34 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: [NOT_FOR_REVIEW] Test tempest networks https://review.openstack.org/466429 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!