*** wanghao has joined #openstack-mogan | 00:36 | |
*** litao__ has joined #openstack-mogan | 01:00 | |
openstackgerrit | liusheng proposed openstack/mogan master: Reporting nodes resource to placement service https://review.openstack.org/476325 | 01:03 |
---|---|---|
openstackgerrit | liusheng proposed openstack/mogan master: Refactor the scheduler to use placement service https://review.openstack.org/477426 | 01:03 |
openstackgerrit | liusheng proposed openstack/mogan master: Refactor the scheduler to use placement service https://review.openstack.org/477426 | 01:04 |
openstackgerrit | liusheng proposed openstack/mogan master: Reporting nodes resource to placement service https://review.openstack.org/476325 | 01:05 |
*** liujiong has joined #openstack-mogan | 01:23 | |
wanghao | morning! | 01:38 |
litao__ | morning | 01:39 |
zhenguo | morning | 01:42 |
liusheng | morning | 02:03 |
liusheng | seems gate was broken again | 02:03 |
zhenguo | liusheng: glance? | 02:05 |
liusheng | zhenguo: yes, cannot connect glance | 02:05 |
liusheng | zhenguo: btw, the main two patches of placement have passed the tempest gate :D | 02:06 |
zhenguo | liusheng: do you remember that the patch of ironic to refactor the glance connection part? | 02:08 |
zhenguo | liusheng: https://review.openstack.org/#/c/476498/ | 02:09 |
liusheng | zhenguo: let me search | 02:09 |
zhenguo | liusheng: ok, thanks | 02:09 |
liusheng | zhenguo: this one: https://review.openstack.org/#/c/476498/ | 02:10 |
zhenguo | liusheng: yes, I just sent you | 02:11 |
zhenguo | liusheng see above | 02:11 |
liusheng | zhenguo: ok | 02:11 |
liusheng | zhenguo: may just sync it in Mogan ? | 02:11 |
zhenguo | liusheng: I think so | 02:11 |
liusheng | zhenguo: ok, will do it | 02:11 |
zhenguo | liusheng: thansk | 02:12 |
Xinran | I got "value required for option glance_api_servers in group [glance]" again when run tempest test, is it caused by that? | 02:13 |
zhenguo | Xinran: yeah | 02:14 |
Xinran | zhenguo, ok... | 02:15 |
*** yushb has joined #openstack-mogan | 02:23 | |
*** yushb has left #openstack-mogan | 02:26 | |
*** wanghao has quit IRC | 03:05 | |
*** wanghao has joined #openstack-mogan | 03:06 | |
*** wanghao_ has joined #openstack-mogan | 03:30 | |
*** wanghao has quit IRC | 03:32 | |
*** wanghao_ has quit IRC | 04:20 | |
*** wanghao has joined #openstack-mogan | 04:20 | |
*** wanghao_ has joined #openstack-mogan | 04:23 | |
*** wanghao has quit IRC | 04:26 | |
openstackgerrit | liusheng proposed openstack/mogan master: Change the glance_api_servers to adapt glance started with uwsgi https://review.openstack.org/477768 | 06:20 |
openstackgerrit | liusheng proposed openstack/mogan master: Change the glance_api_servers to adapt glance started with uwsgi https://review.openstack.org/477768 | 06:22 |
zhenguo | liusheng: so the patch fixed the gate? | 07:07 |
liusheng | zhenguo: yes, it is a simple fix than ironic's, since Ironic allow to get the endpoint from keystone, we don't | 07:08 |
liusheng | zhenguo: I found both Neutron and glance in Mogan, we only support specifying a url in config file | 07:09 |
zhenguo | liusheng: ok, I see, the root problem is that host+port is not support when under wsgi, right? | 07:09 |
liusheng | zhenguo: Ironic do that need a set of service credentials options | 07:09 |
liusheng | zhenguo: yes, if use uwsgi, the url should be http:hostip/image | 07:10 |
zhenguo | liusheng: ok, does other service has the same problems if they go to wsgi? | 07:10 |
zhenguo | liusheng: like ironic or neutron which we will interact with | 07:11 |
liusheng | zhenguo: not very sure, if they use glance and allow to find glance endpoint by keystone, they won't have the issue | 07:11 |
zhenguo | liusheng: ok, | 07:11 |
liusheng | zhenguo: btw, a quick question, why we don't release the node after deleting a server ? | 07:12 |
zhenguo | liusheng: what you mean by release | 07:14 |
zhenguo | liusheng: the node already gone with the resource update | 07:14 |
liusheng | zhenguo: oh, I see | 07:14 |
zhenguo | liusheng: but when move to placement, we should change the way to get nodes from ironic | 07:15 |
zhenguo | liusheng: not get available nodes | 07:15 |
liusheng | zhenguo:yes | 07:15 |
liusheng | zhenguo: I am doing this | 07:15 |
zhenguo | liusheng: hah, thanks | 07:16 |
liusheng | zhenguo: I am not sure how to treat the maintanced nodes | 07:16 |
zhenguo | liusheng: so I will give a quick +A to the glance patch to fix our gate | 07:16 |
liusheng | zhenguo: thanks | 07:16 |
zhenguo | liusheng: you can check the nova ironic driver's way to see, I remember it also filter the mainteined nodes | 07:17 |
liusheng | zhenguo: ok, will check | 07:17 |
zhenguo | liusheng: ok | 07:18 |
zhenguo | liusheng: should we use the ironic's bug? | 07:19 |
zhenguo | liusheng: the description there is ironic fails .. | 07:20 |
liusheng | zhenguo: I have a lazy... | 07:20 |
liusheng | zhenguo:hah | 07:20 |
liusheng | zhenguo: let me file a bug in Mogan | 07:20 |
zhenguo | liusheng: no, that's ok | 07:21 |
zhenguo | liusheng: will land the patch | 07:21 |
liusheng | zhenguo: hah | 07:21 |
liusheng | zhenguo: a deployed node can be in maintanced state, right ? | 07:21 |
zhenguo | liusheng: yes, any node can be a maintenance node | 07:22 |
liusheng | zhenguo: ok | 07:22 |
*** litao__ has quit IRC | 07:50 | |
openstackgerrit | Merged openstack/mogan master: Change the glance_api_servers to adapt glance started with uwsgi https://review.openstack.org/477768 | 07:57 |
*** litao__ has joined #openstack-mogan | 08:01 | |
openstackgerrit | wanghao proposed openstack/mogan-specs master: Manage existing nodes in Mogan https://review.openstack.org/459967 | 08:14 |
litao__ | hi guys, pls review: https://bugs.launchpad.net/mogan/+bug/1690096 | 08:35 |
openstack | Launchpad bug 1690096 in Mogan "server status is stuck in *ing if power action failed" [Undecided,In progress] - Assigned to Tao Li (eric-litao) | 08:35 |
openstackgerrit | liusheng proposed openstack/mogan master: WIP: Consume resource in placement https://review.openstack.org/477826 | 08:41 |
openstackgerrit | bhavani proposed openstack/mogan-specs master: Remove pbr warnerrors in favor of sphinx check https://review.openstack.org/477839 | 09:10 |
*** wanghao_ has quit IRC | 09:30 | |
Xinran | I got an error after update the lastest code: image not found when creating a server have you guys met this issue? | 10:16 |
openstackgerrit | wangzhenyu proposed openstack/python-moganclient master: Enable some off-by-default checks https://review.openstack.org/477875 | 10:28 |
*** liujiong has quit IRC | 11:36 | |
*** litao__ has quit IRC | 11:50 | |
*** liusheng has quit IRC | 17:24 | |
*** liusheng has joined #openstack-mogan | 17:24 | |
*** liusheng has quit IRC | 17:29 | |
*** liusheng has joined #openstack-mogan | 17:29 | |
*** liusheng has quit IRC | 21:57 | |
*** liusheng has joined #openstack-mogan | 21:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!