Thursday, 2017-05-18

openstackgerritMerged openstack/zun master: Updated from global requirements  https://review.openstack.org/46558100:08
*** lakerzhou1 has joined #openstack-zun00:09
openstackgerritfeng.shengqin proposed openstack/zun master: Put team mascot at the readme home page  https://review.openstack.org/46521200:48
*** shu-mutou-AWAY is now known as shu-mutou01:39
*** jwcroppe has joined #openstack-zun01:43
*** jwcroppe has quit IRC01:44
*** jwcroppe has joined #openstack-zun01:44
*** hongbin has joined #openstack-zun02:18
openstackgerritShunli Zhou proposed openstack/zun master: Add resource claim for zun.  https://review.openstack.org/46363802:20
*** feisky has joined #openstack-zun02:40
*** kevinz has joined #openstack-zun02:45
*** Shunli has joined #openstack-zun02:49
*** kevinz has quit IRC02:57
hongbinShunli: hey, sorry, a few more comments on your patch, i am ready to give +2 after addressing them03:04
Shunli@hongbin, I see. I need to sometime to refine the code.03:05
hongbinShunli: sure, take your time :)03:05
ShunliIt's really a huge patch. I need to go through the nova code again and see if something missed.03:06
hongbinsound good03:06
hongbinI tested it in before, and it worked very well :)03:06
Shunliyeah, it works now. But the meaning of compute_node object in compute_node_tracker is not so match with nova.03:08
ShunliI need to think it over again and see if anything will break.03:08
*** nicolasbock has quit IRC03:09
ShunliNova retrive the resources and update compute node. But we now get the compute node from db, and then claim resource and updaate it.03:10
hongbinyes, there are some differences between zun and nova03:12
ShunliLet me go through all thing again upload a new patch :)03:14
openstackgerritmiaohb proposed openstack/python-zunclient master: Client support for display snapshot of zun stats  https://review.openstack.org/46397603:20
hongbinsure03:20
*** smili has joined #openstack-zun03:24
*** feisky has quit IRC03:24
*** feisky has joined #openstack-zun03:25
*** feisky has quit IRC03:27
*** feisky has joined #openstack-zun03:27
Shunli@hongbin, could you confirm if this is a real bug https://bugs.launchpad.net/zun/+bug/1690284?03:28
openstackLaunchpad bug 1690284 in Zun "Docker do not allow create network with same cidr" [Undecided,New]03:28
ShunliI encountered this on my devstack.03:28
openstackgerritYongfeng Du proposed openstack/zun master: Fix the zun.conf file for MultiHost env  https://review.openstack.org/46579503:32
hongbinShunli: looking03:35
*** lakerzhou1 has quit IRC03:35
hongbinShunli: kuryr has limitation with the overlay cidr03:37
hongbinShunli: however, it will be identified if there is a subnetpool id03:37
hongbinShunli: i am not sure why the subnetpool id is None, perhaps you are using an older version of kuryr?03:37
*** caowei has joined #openstack-zun03:37
hongbinShunli: and yes, if there is two subnets with the same cidr and subnetpool is not support, kuryr will complain since it cannot identify the which subnet is hte right one.03:39
openstackgerritYongfeng Du proposed openstack/zun master: Fix the zun.conf file for MultiHost env  https://review.openstack.org/46579503:43
hongbinShunli: need to leave now, ttyl03:52
*** hongbin has quit IRC03:52
*** kevinz has joined #openstack-zun04:01
openstackgerritMerged openstack/python-zunclient master: Client support for display snapshot of zun stats  https://review.openstack.org/46397604:10
Shunli@hongbin, Thanks for your reply. Good night.04:14
*** caowei has quit IRC04:35
*** pksingh has joined #openstack-zun04:36
*** adisky_ has joined #openstack-zun04:50
*** caowei has joined #openstack-zun05:06
openstackgerritMerged openstack/zun-ui master: Updated from global requirements  https://review.openstack.org/46539205:14
openstackgerritMerged openstack/zun master: Fix the zun.conf file for MultiHost env  https://review.openstack.org/46579505:19
openstackgerritMerged openstack/zun master: Put team mascot at the readme home page  https://review.openstack.org/46521205:19
*** janki has joined #openstack-zun05:57
*** kevinz has quit IRC06:08
*** pksingh has quit IRC06:17
*** pksingh has joined #openstack-zun06:22
openstackgerritmiaohb proposed openstack/python-zunclient master: Replace the magic number with const  https://review.openstack.org/46582806:25
*** pksingh has quit IRC06:26
*** pksingh has joined #openstack-zun06:32
*** arund has joined #openstack-zun06:35
*** pksingh has quit IRC06:36
*** arund has quit IRC06:37
*** pksingh has joined #openstack-zun07:15
*** adisky_ has quit IRC07:29
openstackgerritYongfeng Du proposed openstack/zun master: MultiHost support  https://review.openstack.org/46585307:41
*** egonzalez has joined #openstack-zun07:56
*** adisky_ has joined #openstack-zun08:10
*** caowei has quit IRC08:16
openstackgerritShunli Zhou proposed openstack/zun master: Add resource claim for zun.  https://review.openstack.org/46363808:25
*** zhurong has joined #openstack-zun08:40
openstackgerritPradeep Kumar Singh proposed openstack/zun master: Add security-groups to container  https://review.openstack.org/46368108:44
*** kevinz has joined #openstack-zun08:52
kevinzpksingh: ping :-)08:53
pksinghkevinz: Hello08:53
kevinzpksingh: Good afternoon!08:53
pksinghkevinz: good afternoon, how's tha day?08:54
kevinzpksingh: I'm fine, thanks for your review of the websockt proxy patch.08:54
pksinghkevinz: yw,08:54
kevinzpksingh: Just have a small question, https://github.com/openstack/zun/blob/bbb0be3df17c28dbbd04d5d8af29a4fecbe397b7/zun/api/utils.py#L7908:54
pksinghkevinz: yes, go ahead please08:55
kevinzpksingh: After using the get_resource instead of db api, I got error like this: http://paste.openstack.org/show/609884/08:55
kevinzpksingh: I think the context need to be set first? And the context need to pass to "container = api_utils.get_resource('Container', self.headerid)"?08:56
pksinghkevinz: ok, i got it, i think its not HTTP request to web-proxy, correct?08:57
*** shu-mutou is now known as shu-mutou-AWAY08:57
pksinghkevinz: do you recieve the context from client when it send the request to web proxy?08:59
*** raphaelehret has quit IRC09:01
*** raphaelehret has joined #openstack-zun09:02
*** zhurong has quit IRC09:05
kevinzpksingh: sorry for late response. Have not receive context from client09:07
kevinzpksingh: Yeah it is not HTTP request to web-proxy. Just a websocket connection09:11
pksinghkevinz: i am looking just give me 2 minutes09:11
kevinzpksingh: OK feel free09:11
pksinghkevinz: can you check something like this,09:14
pksingh>>> from zun.objects import Container09:14
pksingh>>> from zun.common import context09:14
pksingh>>> ctx = context.get_admin_context(all_tenants=True)09:14
pksingh>>> Container.get_by_name(ctx, 'test1')09:14
*** kevinz has quit IRC09:17
*** pksingh has quit IRC09:20
*** kevinz has joined #openstack-zun09:21
*** kevinz has quit IRC09:26
*** kevinz has joined #openstack-zun09:27
kevinzpksingh: Sorry I've disconnected of IRC 15 minutes ago. Hope I have not miss something:-)09:35
*** Shunli has quit IRC09:36
*** jwcroppe_ has joined #openstack-zun09:48
*** kevinz_ has joined #openstack-zun09:48
*** jwcroppe has quit IRC09:50
*** kevinz has quit IRC09:51
*** pksingh has joined #openstack-zun09:52
*** himani has quit IRC10:05
*** smili has quit IRC10:05
pksinghkevinz_: did you find the solution?10:05
kevinz_pksingh: I've not. But use api layer is OK10:13
kevinz_pksingh: I think the websocket attach operation is not the same like HTTP request(like most API operation)10:15
pksinghkevinz_: ok10:15
pksinghthe solution i told didn't work for you10:16
pksinghkevinz_: ^^10:16
openstackgerritPradeep Kumar Singh proposed openstack/zun master: Add security-groups to container  https://review.openstack.org/46368110:17
*** himani has joined #openstack-zun10:17
*** smili has joined #openstack-zun10:17
kevinz_pksingh: Thanks all the same :-)10:21
pksinghkevinz_: :)10:23
openstackgerritPradeep Kumar Singh proposed openstack/zun master: Add security-groups to container  https://review.openstack.org/46368110:27
*** pksingh has quit IRC10:30
openstackgerritKevin Zhao proposed openstack/zun master: Add support for websocket-proxy  https://review.openstack.org/45908610:44
*** pksingh has joined #openstack-zun10:45
*** himani has quit IRC10:46
*** smili has quit IRC10:46
*** openstackgerrit has quit IRC10:48
*** pksingh has quit IRC10:49
*** nicolasbock has joined #openstack-zun10:56
*** himani has joined #openstack-zun10:59
*** smili has joined #openstack-zun11:00
*** kevinz_ has quit IRC11:14
*** kevinz_ has joined #openstack-zun11:14
*** catintheroof has joined #openstack-zun12:09
*** zhurong has joined #openstack-zun12:09
*** zhurong has quit IRC12:10
*** kevinz_ has quit IRC12:22
*** catintheroof has quit IRC12:50
*** janki has quit IRC13:27
*** lakerzhou1 has joined #openstack-zun13:35
*** hongbin has joined #openstack-zun14:08
*** hongbin has quit IRC14:43
*** jwcroppe_ has quit IRC14:53
*** openstackgerrit has joined #openstack-zun14:55
openstackgerritMerged openstack/zun master: MultiHost support  https://review.openstack.org/46585314:55
*** pksingh has joined #openstack-zun14:58
*** jwcroppe has joined #openstack-zun15:12
*** pksingh has quit IRC15:20
*** hongbin has joined #openstack-zun15:24
openstackgerritMerged openstack/zun master: Add support for websocket-proxy  https://review.openstack.org/45908615:24
*** pksingh has joined #openstack-zun15:26
pksinghhongbin: can i take this https://blueprints.launchpad.net/zun/+spec/floating-ip-association, if you dont mind15:26
pksinghhongbin: i am kind of free for some time15:26
hongbinpksingh: sure15:26
pksinghhongbin: thnx15:27
hongbinpksingh: feel free to assign it yourself15:27
pksinghhongbin: done15:27
hongbingreat15:27
*** catintheroof has joined #openstack-zun16:19
*** egonzalez has quit IRC17:15
*** harlowja has joined #openstack-zun17:30
openstackgerritBin Zhou proposed openstack/python-zunclient master: Implement container snapshot  https://review.openstack.org/44734917:32
*** pksingh_ has joined #openstack-zun17:42
*** pksingh has quit IRC17:43
*** pksingh_ has quit IRC17:46
*** lakerzhou1 has quit IRC17:46
*** lakerzhou1 has joined #openstack-zun17:47
*** pksingh_ has joined #openstack-zun17:55
*** lakerzhou1 has quit IRC17:55
*** lakerzhou1 has joined #openstack-zun17:56
*** harlowja has quit IRC18:01
*** lakerzhou1 has quit IRC18:10
*** harlowja has joined #openstack-zun18:15
*** lakerzhou1 has joined #openstack-zun18:37
*** lakerzhou1 has quit IRC18:41
*** pksingh_ has quit IRC18:48
*** harlowja has quit IRC18:56
*** lakerzhou1 has joined #openstack-zun19:07
*** harlowja has joined #openstack-zun19:07
*** adisky_ has quit IRC19:19
*** arund has joined #openstack-zun19:27
*** arund has quit IRC19:28
*** harlowja has quit IRC20:03
*** harlowja has joined #openstack-zun20:30
*** harlowja has quit IRC20:39
openstackgerritHongbin Lu proposed openstack/zun master: Add 'host' to container db filters  https://review.openstack.org/46610721:20
*** lakerzhou1 has quit IRC21:29
*** catintheroof has quit IRC21:47
*** yuanying has quit IRC22:12
*** yuanying has joined #openstack-zun22:12
openstackgerritHongbin Lu proposed openstack/zun master: [WIP] Make docker api_url remotely accessible  https://review.openstack.org/46611922:44
openstackgerritHongbin Lu proposed openstack/zun master: [WIP] Set docker_remote_api_ip in devstack  https://review.openstack.org/46612022:56

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