openstackgerrit | Merged openstack/zun master: Optimize helpinfo in zun/conf https://review.openstack.org/478407 | 00:07 |
---|---|---|
*** kiennt has joined #openstack-zun | 00:42 | |
*** Shunli has joined #openstack-zun | 01:24 | |
*** kevzha01 has joined #openstack-zun | 01:31 | |
*** kevzha01 is now known as kevinz | 01:33 | |
*** kiennt_ has joined #openstack-zun | 01:37 | |
*** kiennt has quit IRC | 01:39 | |
*** vikasc has quit IRC | 01:45 | |
openstackgerrit | feng.shengqin proposed openstack/python-zunclient master: Reserve links info when showing a container by osc command https://review.openstack.org/471252 | 01:53 |
*** vikasc has joined #openstack-zun | 02:06 | |
*** zhurong has joined #openstack-zun | 02:12 | |
*** gongysh has joined #openstack-zun | 02:33 | |
*** hongbin has joined #openstack-zun | 03:00 | |
openstackgerrit | Shunli Zhou proposed openstack/python-zunclient master: Add network options to zunclient https://review.openstack.org/478781 | 03:05 |
openstackgerrit | Shunli Zhou proposed openstack/zun master: Add user specify network to create container https://review.openstack.org/478710 | 03:26 |
openstackgerrit | Kien Nguyen proposed openstack/zun master: Support python 3.5 https://review.openstack.org/476061 | 03:45 |
*** adisky__ has joined #openstack-zun | 03:46 | |
*** gongysh has quit IRC | 03:54 | |
hongbin | Shunli: hey shunli, great work for the network options patches! | 04:05 |
*** yuanying has joined #openstack-zun | 04:21 | |
*** yuanying_ has quit IRC | 04:21 | |
*** hongbin has quit IRC | 04:25 | |
*** gongysh has joined #openstack-zun | 04:26 | |
*** janki has joined #openstack-zun | 04:31 | |
*** kevinz has quit IRC | 04:53 | |
Shunli | hongbin: :-) | 05:17 |
*** kiennt_ has quit IRC | 05:41 | |
*** kiennt has joined #openstack-zun | 06:06 | |
*** diga has joined #openstack-zun | 06:53 | |
openstackgerrit | Shunli Zhou proposed openstack/python-zunclient master: Add network options to zunclient https://review.openstack.org/478781 | 06:54 |
openstackgerrit | feng.shengqin proposed openstack/python-zunclient master: Enhance api version support in CLI https://review.openstack.org/474128 | 07:17 |
openstackgerrit | Ngo Quoc Cuong proposed openstack/zun master: Enable H904 check https://review.openstack.org/480387 | 07:31 |
*** yuanying has quit IRC | 07:31 | |
openstackgerrit | Ngo Quoc Cuong proposed openstack/zun master: Enable H904 check https://review.openstack.org/480387 | 07:32 |
*** yuanying has joined #openstack-zun | 07:37 | |
*** egonzalez has joined #openstack-zun | 07:39 | |
*** kiennt has quit IRC | 08:27 | |
*** kiennt has joined #openstack-zun | 08:28 | |
*** kiennt has quit IRC | 08:29 | |
*** diga has quit IRC | 08:31 | |
*** manikanta_tadi has quit IRC | 08:44 | |
openstackgerrit | Kevin Zhao proposed openstack/python-zunclient master: [WIP]:Add capsule method in zunclient https://review.openstack.org/480455 | 09:06 |
openstackgerrit | Kevin Zhao proposed openstack/zun master: [WIP]: Add capsule database and method https://review.openstack.org/480456 | 09:07 |
*** Shunli has quit IRC | 09:12 | |
egonzalez | Hi, 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 CREATED | 09:17 |
egonzalez | db_type is sql, will try to use etcd in anycase | 09:17 |
mkrai | egonzalez: Hi | 09:19 |
mkrai | egonzalez: Can you check the error in zun-compute log? | 09:20 |
mkrai | zun show <container> will also show you the error | 09:20 |
egonzalez | mkrai, actually the container is created in one node, by some reason, only one zun-api can see the correct status | 09:21 |
egonzalez | the arch is, 2 controller nodes running zun-api, 2 compute nodes (one is also controller) running zun-compute | 09:21 |
mkrai | Do you have two api service? | 09:21 |
egonzalez | mkrai, yep multinode HA under HAproxy | 09:22 |
mkrai | I have not done multiple node setup before | 09:23 |
mkrai | Ok can you do zun show from the api-server which shows Error status? | 09:23 |
egonzalez | mkrai, im deploying with etcd instead of sql db type, will let you gather logs later | 09:25 |
mkrai | Ok sure | 09:26 |
*** kiennt has joined #openstack-zun | 09:44 | |
openstackgerrit | feng.shengqin proposed openstack/python-zunclient master: Support api micro version in OSC https://review.openstack.org/480482 | 09:44 |
*** manikanta_tadi has joined #openstack-zun | 09:57 | |
egonzalez | mkrai, with etcd seems not working, having those errors while creating containers 'EtcdAPI' object has no attribute 'list_compute_nodes' | 10:06 |
egonzalez | list_compute_nodes is only present in sqlalchemy code | 10:06 |
egonzalez | list services works fine with etcd | 10:06 |
mkrai | egonzalez: Yes this is a know issue in Zun | 10:07 |
mkrai | See https://review.openstack.org/#/c/472538/ | 10:07 |
mkrai | the etcd APIs are missing | 10:07 |
*** kiennt has quit IRC | 10:08 | |
mkrai | I am working on it. Will try to get it merged asap | 10:08 |
egonzalez | mkrai, oh, thanks | 10:12 |
*** zhurong has quit IRC | 10:45 | |
egonzalez | mkrai, is something having multiple zun-compute services running | 10:49 |
egonzalez | when i disabled one of the two services, container status are well reported | 10:49 |
egonzalez | mkrai, http://paste.openstack.org/show/614441/ | 11:02 |
egonzalez | I think maybe have something to do with https://review.openstack.org/#/c/480497/ | 11:03 |
egonzalez | will try apply that change | 11:03 |
mkrai | egonzalez: I am leaving office now. Will take a look at night. | 11:07 |
egonzalez | mkrai, ok, thanks :) | 11:07 |
*** gongysh has quit IRC | 11:09 | |
egonzalez | wrong PS link ^^ https://review.openstack.org/#/c/479521/ | 11:41 |
*** gongysh has joined #openstack-zun | 12:11 | |
*** vikasc has quit IRC | 12:35 | |
*** gongysh has quit IRC | 12:38 | |
*** vikasc has joined #openstack-zun | 12:47 | |
*** catintheroof has joined #openstack-zun | 13:18 | |
*** vikasc has quit IRC | 13:32 | |
*** zhurong has joined #openstack-zun | 13:45 | |
*** vikasc has joined #openstack-zun | 13:51 | |
*** jwcroppe has quit IRC | 14:01 | |
*** jwcroppe has joined #openstack-zun | 14:02 | |
*** jwcroppe has quit IRC | 14:06 | |
*** hongbin has joined #openstack-zun | 14:08 | |
*** zhurong has quit IRC | 14:09 | |
*** jwcroppe has joined #openstack-zun | 14:16 | |
*** lakerzhou has joined #openstack-zun | 14:28 | |
egonzalez | hongbin, 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-list | 14:31 |
hongbin | egonzalez: i couldn't think of any limitation | 14:32 |
egonzalez | also, 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 |
hongbin | egonzalez: but the gate doesn't cover multi-node scenario, so there is chance that it is broken | 14:33 |
egonzalez | hongbin, http://paste.openstack.org/show/614441/ | 14:33 |
hongbin | egonzalez: which comment you were using? | 14:34 |
hongbin | s/comment/commit/ | 14:34 |
hongbin | this reminded me a bug that should be fixed | 14:35 |
egonzalez | previous to https://review.openstack.org/#/c/479521/ | 14:35 |
egonzalez | i'll try tomorrow with fresh images with that patch applied | 14:35 |
hongbin | egonzalez: oh, that patch is quite new, the bug should be fixed already | 14:37 |
hongbin | egonzalez: i will try a multi-node setup locally and see if i can get it work | 14:38 |
egonzalez | also having some errors of Nonetype while pulling images from glance (images are properly downloaded as <image_id>.tar in $state_path | 14:41 |
hongbin | egonzalez: no clue about the image error, how can i reproduce it? | 14:44 |
egonzalez | i dont know if is related with the other issue since this error only appears in the other 2 nodes | 14:44 |
hongbin | i see | 14:45 |
hongbin | i will try to reproduce the multi-node error first and let you know if there is any finding on my side | 14:45 |
egonzalez | thanks, i'm also deploying with the latest code from master | 14:46 |
egonzalez | can share any config or log as needed | 14:46 |
*** kiennt has joined #openstack-zun | 14:53 | |
*** janki has quit IRC | 15:31 | |
*** egonzalez has quit IRC | 16:03 | |
*** coolsvap has joined #openstack-zun | 16:06 | |
*** adisky__ has quit IRC | 16:22 | |
*** kiennt has quit IRC | 16:44 | |
*** coolsvap has quit IRC | 18:15 | |
*** pksingh has joined #openstack-zun | 19:16 | |
*** pksingh has quit IRC | 19:36 | |
openstackgerrit | Merged openstack/zun master: Warning on running tempest tests https://review.openstack.org/479474 | 19:44 |
*** lakerzhou has quit IRC | 20:26 | |
openstackgerrit | Merged openstack/zun master: Change tag from unicode to str in docker commit https://review.openstack.org/478822 | 21:21 |
openstackgerrit | Merged openstack/zun master: Support python 3.5 https://review.openstack.org/476061 | 21:30 |
*** jwcroppe has quit IRC | 22:43 | |
*** jwcroppe has joined #openstack-zun | 22:43 | |
*** jwcroppe has quit IRC | 22:47 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: Clean up network resources after tempest tests https://review.openstack.org/479409 | 22:58 |
*** jwcroppe has joined #openstack-zun | 23:00 | |
*** jwcroppe has quit IRC | 23:01 | |
*** jwcroppe has joined #openstack-zun | 23:01 | |
openstackgerrit | Hongbin Lu proposed openstack/zun master: Add tempest tests for security groups https://review.openstack.org/479092 | 23:04 |
*** jwcroppe has quit IRC | 23:06 | |
*** hongbin has quit IRC | 23:15 | |
*** jwcroppe has joined #openstack-zun | 23:31 | |
*** jwcroppe has quit IRC | 23:36 | |
*** catintheroof has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!