Friday, 2017-05-19

openstackgerritHongbin Lu proposed openstack/zun-ui master: [WIP] Make console work with zun-wsproxy  https://review.openstack.org/46613600:42
*** hongbin has quit IRC00:46
openstackgerritmiaohb proposed openstack/python-zunclient master: Replace the magic number with const  https://review.openstack.org/46582800:55
openstackgerritShunli Zhou proposed openstack/zun master: Add resource claim for zun.  https://review.openstack.org/46363801:16
*** Shunli has joined #openstack-zun01:16
*** kevinz has joined #openstack-zun01:34
*** chenying_ has joined #openstack-zun02:15
*** lakerzhou1 has joined #openstack-zun02:17
*** chenying_ has quit IRC02:40
*** chenying_ has joined #openstack-zun02:40
*** hongbin has joined #openstack-zun03:03
*** nicolasbock has quit IRC03:10
hongbinkevinz: hi kevin, there?03:28
kevinzhongbin: yeah03:29
hongbinkevinz: a question for you03:29
openstackgerritYongfeng Du proposed openstack/zun master: Add multi host part for devstack guide  https://review.openstack.org/46616603:29
kevinzhongbin: Go ahead03:29
hongbinkevinz: in this patch https://github.com/openstack/python-zunclient/commit/deb405abac5503b34fef04e0660f70547268d83a , it seems you set the container_uuid in header03:29
hongbinkevinz: i wonder why not setting it in url or querystring instead03:30
kevinzhongbin: yes, the header is used in zun-wsproxy03:30
hongbinkevinz: if you set it in url or querystring, it can also be used in zun-wsproxy as well?03:30
kevinzhongbin: zun-wsproxy will get the uuid and search it in the DB03:30
kevinzhongbin: search the DB to get the real websocket url, then connect it03:31
hongbinkevinz: yes, the uuid is used to search DB to get the real url, i think i get this part03:32
kevinzhongbin: OK03:32
hongbinkevinz: my query is the way to pass the uuid to wsproxy (via header or querystring)03:33
kevinzhongbin: Oh sorry I misunderstand you :-)03:33
hongbinkevinz: np at all03:34
hongbinkevinz: i asked that because i am testing the zun-ui now03:34
kevinzhongbin: in querystring means in the url? such as ws://127.0.0.1/**container uuid**/?token=**03:34
hongbinkevinz: yes, this is an option03:34
hongbinor ws://127.0.0.1/?token=**&uuid=xxxxxx03:35
kevinzhongbin: If this will be easy for zun-ui, I think I can change it to that03:35
hongbinkevinz: ack, i think it is easier03:36
kevinzhongbin: That's cool. I will change the uuid to querystring03:37
hongbinkevinz: thanks03:37
kevinzhongbin: yw03:37
openstackgerritYongfeng Du proposed openstack/zun master: Add multi host part for devstack guide  https://review.openstack.org/46616603:38
openstackgerritHongbin Lu proposed openstack/zun master: Make docker api_url remotely accessible  https://review.openstack.org/46611903:40
*** lakerzhou1 has quit IRC03:40
*** hongbin has quit IRC03:53
openstackgerritfeng.shengqin proposed openstack/zun master: Remove unused LOG in websocket  https://review.openstack.org/46617104:01
*** Shunli has quit IRC04:02
openstackgerritYongfeng Du proposed openstack/zun master: Add multi host part for devstack guide  https://review.openstack.org/46616604:15
*** yuanying has quit IRC04:32
*** yuanying has joined #openstack-zun04:48
*** adisky_ has joined #openstack-zun05:08
openstackgerritMerged openstack/python-zunclient master: Replace the magic number with const  https://review.openstack.org/46582805:08
*** arund has joined #openstack-zun05:32
*** caowei has joined #openstack-zun05:33
openstackgerritMerged openstack/zun master: Remove unused LOG in websocket  https://review.openstack.org/46617105:44
openstackgerritMerged openstack/zun master: Add 'host' to container db filters  https://review.openstack.org/46610705:45
openstackgerritMerged openstack/zun master: Add multi host part for devstack guide  https://review.openstack.org/46616605:45
*** janki has joined #openstack-zun05:51
*** caowei has quit IRC05:53
*** yuanying has quit IRC06:06
*** yuanying has joined #openstack-zun06:08
*** shu-mutou-AWAY is now known as shu-mutou06:15
*** egonzalez has joined #openstack-zun07:32
shu-mutoukevinz: ping07:43
shu-mutoukevinz: using new wsproxy, "zun attach" seems to return "ws://0.0.0.0:6784/?token=......". is this correct?07:44
kevinzshu-mutou: Yes07:45
*** himani has quit IRC07:46
shu-mutoukevinz: zun-ui uses return value from "zun attach" for web console. so web console fail to access console.07:48
shu-mutoukevinz: how zun-ui should get ws url for web console?07:48
kevinzshu-mutou: Could you show me the error log? besides, i will submit a patch to change the querystring07:49
kevinzshu-mutou: I think this block you07:51
kevinzshu-mutou: I will finish asap;07:52
kevinzand ping you after finish07:52
shu-mutouthx a lot! :)07:52
*** himani has joined #openstack-zun07:59
kevinzshu-mutou: yw08:07
shu-mutoukevinz: 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
kevinzshu-mutou: The return url is like : ws://<wsproxy-ip>:6784/?token=......08:15
kevinzshu-mutou: Not 0.0.0.008:16
shu-mutoukevinz: does wsproxy needs some config?08:17
shu-mutoukevinz: my devstack returns 0.0.0.0....08:18
kevinzshu-mutou: have you changed to latest version?08:19
kevinzshu-mutou: you can see : https://github.com/openstack/zun/blob/master/zun/conf/websocket_proxy.py#L4008:19
shu-mutoukevinz: thx. i'll try to configure. thanks again! :)08:22
kevinzshu-mutou: yw~ feel free to ping me if you have any question08:23
shu-mutoukevinz: i found the conf. 0.0.0.0 is set in my devstack, actually. xp08:24
kevinzshu-mutou: OK that make sense08:24
openstackgerritmiaohb proposed openstack/zun master: [WIP]Support service-enable/disable  https://review.openstack.org/46288508:44
openstackgerritKevin Zhao proposed openstack/zun master: Change the uuid from websocket header to querystring  https://review.openstack.org/46623108:56
*** caowei has joined #openstack-zun09:01
openstackgerritKevin Zhao proposed openstack/python-zunclient master: Remove the code that add uuid to websocket header  https://review.openstack.org/46623609:11
*** caowei has quit IRC09:14
*** caowei has joined #openstack-zun09:23
kevinzshu-mutou: Hi, I've submitted two patches. for zun, it change uuid from websocket header to querystring  https://review.openstack.org/46623109:31
kevinzshu-mutou: the attch url is changed to:  ws://<wsproxy-ip>:6784/?token=......&uuid=...09:31
shu-mutoukevinz: thanks! I'll try them next week. It's time to go home. have a nice week end! ;)09:36
kevinzshu-mutou: OK, the same to you :-)09:37
kevinzshu-mutou: Thx09:37
*** himani has quit IRC09:47
*** smili has quit IRC09:47
openstackgerritShu Muto proposed openstack/zun-ui master: [WIP] Make console work with zun-wsproxy  https://review.openstack.org/46613609:49
*** shu-mutou is now known as shu-mutou-AWAY09:52
*** openstack has joined #openstack-zun09:59
*** himani has joined #openstack-zun09:59
*** kevinz has quit IRC10:05
*** nicolasbock has joined #openstack-zun10:09
*** himani has quit IRC10:10
*** smili has quit IRC10:10
*** himani has joined #openstack-zun10:22
*** smili has joined #openstack-zun10:23
*** caowei has quit IRC10:28
*** kevinz has joined #openstack-zun10:46
*** kevinz has quit IRC10:51
*** feisky has quit IRC11:10
*** himani_ has joined #openstack-zun11:32
*** himani_ has quit IRC11:33
*** janki has quit IRC12:06
*** janki has joined #openstack-zun12:06
*** egonzalez has quit IRC12:10
*** jchhatbar has joined #openstack-zun12:42
*** catintheroof has joined #openstack-zun12:45
*** janki has quit IRC12:45
*** smili has quit IRC12:45
*** jchhatbar has quit IRC12:48
*** janki has joined #openstack-zun12:56
*** smili has joined #openstack-zun12:58
*** janki has quit IRC13:04
*** arund has quit IRC13:11
*** raphaelehret has quit IRC13:16
*** lakerzhou has joined #openstack-zun13:21
*** hongbin has joined #openstack-zun15:01
openstackgerritHongbin Lu proposed openstack/zun master: Set docker_remote_api_ip in devstack  https://review.openstack.org/46612015:23
openstackgerritHongbin Lu proposed openstack/zun-ui master: Make console work with zun-wsproxy  https://review.openstack.org/46613615:25
*** arund has joined #openstack-zun15:34
*** diablo_rojo has joined #openstack-zun15:37
*** arund has quit IRC15:39
*** arund has joined #openstack-zun15:40
*** janki has joined #openstack-zun16:00
*** nicolasbock has quit IRC16:17
*** arund has quit IRC16:38
*** jwcroppe has quit IRC16:48
*** jwcroppe has joined #openstack-zun16:50
openstackgerritBin Zhou proposed openstack/zun master: Implement container snapshot  https://review.openstack.org/44671016:54
*** diablo_rojo has left #openstack-zun17:02
*** harlowja has joined #openstack-zun18:13
openstackgerritMerged openstack/zun master: Change the uuid from websocket header to querystring  https://review.openstack.org/46623118:22
*** janki has quit IRC20:26
*** lakerzhou has quit IRC21:15
*** catintheroof has quit IRC22:02
*** harlowja has quit IRC22:12
openstackgerritMerged openstack/zun master: Implement container snapshot  https://review.openstack.org/44671022:15
openstackgerritHongbin Lu proposed openstack/zun master: [NOT_FOR_REVIEW] Test tempest networks  https://review.openstack.org/46642922:45
*** harlowja has joined #openstack-zun22:57
*** harlowja has quit IRC23:34
openstackgerritHongbin Lu proposed openstack/zun master: [NOT_FOR_REVIEW] Test tempest networks  https://review.openstack.org/46642923:59

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