Wednesday, 2017-07-05

openstackgerritMerged openstack/zun master: Optimize helpinfo in zun/conf  https://review.openstack.org/47840700:07
*** kiennt has joined #openstack-zun00:42
*** Shunli has joined #openstack-zun01:24
*** kevzha01 has joined #openstack-zun01:31
*** kevzha01 is now known as kevinz01:33
*** kiennt_ has joined #openstack-zun01:37
*** kiennt has quit IRC01:39
*** vikasc has quit IRC01:45
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Reserve links info when showing a container by osc command  https://review.openstack.org/47125201:53
*** vikasc has joined #openstack-zun02:06
*** zhurong has joined #openstack-zun02:12
*** gongysh has joined #openstack-zun02:33
*** hongbin has joined #openstack-zun03:00
openstackgerritShunli Zhou proposed openstack/python-zunclient master: Add network options to zunclient  https://review.openstack.org/47878103:05
openstackgerritShunli Zhou proposed openstack/zun master: Add user specify network to create container  https://review.openstack.org/47871003:26
openstackgerritKien Nguyen proposed openstack/zun master: Support python 3.5  https://review.openstack.org/47606103:45
*** adisky__ has joined #openstack-zun03:46
*** gongysh has quit IRC03:54
hongbinShunli: hey shunli, great work for the network options patches!04:05
*** yuanying has joined #openstack-zun04:21
*** yuanying_ has quit IRC04:21
*** hongbin has quit IRC04:25
*** gongysh has joined #openstack-zun04:26
*** janki has joined #openstack-zun04:31
*** kevinz has quit IRC04:53
Shunlihongbin: :-)05:17
*** kiennt_ has quit IRC05:41
*** kiennt has joined #openstack-zun06:06
*** diga has joined #openstack-zun06:53
openstackgerritShunli Zhou proposed openstack/python-zunclient master: Add network options to zunclient  https://review.openstack.org/47878106:54
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Enhance api version support in CLI  https://review.openstack.org/47412807:17
openstackgerritNgo Quoc Cuong proposed openstack/zun master: Enable H904 check  https://review.openstack.org/48038707:31
*** yuanying has quit IRC07:31
openstackgerritNgo Quoc Cuong proposed openstack/zun master: Enable H904 check  https://review.openstack.org/48038707:32
*** yuanying has joined #openstack-zun07:37
*** egonzalez has joined #openstack-zun07:39
*** kiennt has quit IRC08:27
*** kiennt has joined #openstack-zun08:28
*** kiennt has quit IRC08:29
*** diga has quit IRC08:31
*** manikanta_tadi has quit IRC08:44
openstackgerritKevin Zhao proposed openstack/python-zunclient master: [WIP]:Add capsule method in zunclient  https://review.openstack.org/48045509:06
openstackgerritKevin Zhao proposed openstack/zun master: [WIP]: Add capsule database and method  https://review.openstack.org/48045609:07
*** Shunli has quit IRC09:12
egonzalezHi, is there any issue running zun-api in multinode? When i run zun list, I see two different outputs: in one node see container in ERROR state, second node container CREATED09:17
egonzalezdb_type is sql, will try to use etcd in anycase09:17
mkraiegonzalez: Hi09:19
mkraiegonzalez: Can you check the error in zun-compute log?09:20
mkraizun show <container> will also show you the error09:20
egonzalezmkrai, actually the container is created in one node, by some reason, only one zun-api can see the correct status09:21
egonzalezthe arch is, 2 controller nodes running zun-api, 2 compute nodes (one is also controller) running zun-compute09:21
mkraiDo you have two api service?09:21
egonzalezmkrai, yep multinode HA under HAproxy09:22
mkraiI have not done multiple node setup before09:23
mkraiOk can you do zun show from the api-server which shows Error status?09:23
egonzalezmkrai, im deploying with etcd instead of sql db type, will let you gather logs later09:25
mkraiOk sure09:26
*** kiennt has joined #openstack-zun09:44
openstackgerritfeng.shengqin proposed openstack/python-zunclient master: Support api micro version in OSC  https://review.openstack.org/48048209:44
*** manikanta_tadi has joined #openstack-zun09:57
egonzalezmkrai, with etcd seems not working, having those errors while creating containers 'EtcdAPI' object has no attribute 'list_compute_nodes'10:06
egonzalezlist_compute_nodes is only present in sqlalchemy code10:06
egonzalezlist services works fine with etcd10:06
mkraiegonzalez: Yes this is a know issue in Zun10:07
mkraiSee https://review.openstack.org/#/c/472538/10:07
mkraithe etcd APIs are missing10:07
*** kiennt has quit IRC10:08
mkraiI am working on it. Will try to get it merged asap10:08
egonzalezmkrai, oh, thanks10:12
*** zhurong has quit IRC10:45
egonzalezmkrai, is something having multiple zun-compute services running10:49
egonzalezwhen i disabled one of the two services, container status are well reported10:49
egonzalezmkrai, http://paste.openstack.org/show/614441/11:02
egonzalezI think maybe have something to do with https://review.openstack.org/#/c/480497/11:03
egonzalezwill try apply that change11:03
mkraiegonzalez: I am leaving office now. Will take a look at night.11:07
egonzalezmkrai, ok, thanks :)11:07
*** gongysh has quit IRC11:09
egonzalezwrong PS link ^^ https://review.openstack.org/#/c/479521/11:41
*** gongysh has joined #openstack-zun12:11
*** vikasc has quit IRC12:35
*** gongysh has quit IRC12:38
*** vikasc has joined #openstack-zun12:47
*** catintheroof has joined #openstack-zun13:18
*** vikasc has quit IRC13:32
*** zhurong has joined #openstack-zun13:45
*** vikasc has joined #openstack-zun13:51
*** jwcroppe has quit IRC14:01
*** jwcroppe has joined #openstack-zun14:02
*** jwcroppe has quit IRC14:06
*** hongbin has joined #openstack-zun14:08
*** zhurong has quit IRC14:09
*** jwcroppe has joined #openstack-zun14:16
*** lakerzhou has joined #openstack-zun14:28
egonzalezhongbin, is there any known issue or limitation of running multiple zun-container services? I cannot make it work in multinode deploys. Only schedule containers to the first zun-compute in service-list14:31
hongbinegonzalez: i couldn't think of any limitation14:32
egonzalezalso, when running zun list, each time returns a different value, ie: first node returns all containers in error, second error too and third return containers running(as they really are)14:32
hongbinegonzalez: but the gate doesn't cover multi-node scenario, so there is chance that it is broken14:33
egonzalezhongbin, http://paste.openstack.org/show/614441/14:33
hongbinegonzalez: which comment you were using?14:34
hongbins/comment/commit/14:34
hongbinthis reminded me a bug that should be fixed14:35
egonzalezprevious to https://review.openstack.org/#/c/479521/14:35
egonzalezi'll try tomorrow with fresh images with that patch applied14:35
hongbinegonzalez: oh, that patch is quite new, the bug should be fixed already14:37
hongbinegonzalez: i will try a multi-node setup locally and see if i can get it work14:38
egonzalezalso having some errors of Nonetype while pulling images from glance (images are properly downloaded as <image_id>.tar in $state_path14:41
hongbinegonzalez: no clue about the image error, how can i reproduce it?14:44
egonzalezi dont know if is related with the other issue since this error only appears in the other 2 nodes14:44
hongbini see14:45
hongbini will try to reproduce the multi-node error first and let you know if there is any finding on my side14:45
egonzalezthanks, i'm also deploying with the latest code from master14:46
egonzalezcan share any config or log as needed14:46
*** kiennt has joined #openstack-zun14:53
*** janki has quit IRC15:31
*** egonzalez has quit IRC16:03
*** coolsvap has joined #openstack-zun16:06
*** adisky__ has quit IRC16:22
*** kiennt has quit IRC16:44
*** coolsvap has quit IRC18:15
*** pksingh has joined #openstack-zun19:16
*** pksingh has quit IRC19:36
openstackgerritMerged openstack/zun master: Warning on running tempest tests  https://review.openstack.org/47947419:44
*** lakerzhou has quit IRC20:26
openstackgerritMerged openstack/zun master: Change tag from unicode to str in docker commit  https://review.openstack.org/47882221:21
openstackgerritMerged openstack/zun master: Support python 3.5  https://review.openstack.org/47606121:30
*** jwcroppe has quit IRC22:43
*** jwcroppe has joined #openstack-zun22:43
*** jwcroppe has quit IRC22:47
openstackgerritHongbin Lu proposed openstack/zun master: Clean up network resources after tempest tests  https://review.openstack.org/47940922:58
*** jwcroppe has joined #openstack-zun23:00
*** jwcroppe has quit IRC23:01
*** jwcroppe has joined #openstack-zun23:01
openstackgerritHongbin Lu proposed openstack/zun master: Add tempest tests for security groups  https://review.openstack.org/47909223:04
*** jwcroppe has quit IRC23:06
*** hongbin has quit IRC23:15
*** jwcroppe has joined #openstack-zun23:31
*** jwcroppe has quit IRC23:36
*** catintheroof has quit IRC23:47

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