Tuesday, 2017-04-25

*** wanghao has joined #openstack-mogan00:32
*** kevinz has joined #openstack-mogan01:21
zhenguomorning mogan!01:48
wanghaomorning!02:02
openstackgerritZhenguo Niu proposed openstack/mogan master: Rename instance type exceptions to flavors  https://review.openstack.org/45948602:10
*** luyao has quit IRC02:18
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918802:54
openstackgerritMerged openstack/mogan master: Rename instance type exceptions to flavors  https://review.openstack.org/45948603:22
openstackgerritliusheng proposed openstack/mogan master: WIP: Refactor the network_info field in API layer  https://review.openstack.org/45903403:25
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918803:51
*** luyao has joined #openstack-mogan03:57
*** luyao has quit IRC04:06
*** luyao has joined #openstack-mogan04:06
*** luyao has quit IRC04:16
*** luyao has joined #openstack-mogan04:17
*** luyao has quit IRC04:26
*** luyao has joined #openstack-mogan04:27
*** luyao has quit IRC04:36
*** luyao has joined #openstack-mogan04:38
*** luyao has quit IRC04:47
*** luyao has joined #openstack-mogan04:47
*** luyao has quit IRC04:57
*** luyao has joined #openstack-mogan04:58
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918805:00
*** luyao has quit IRC05:07
*** luyao has joined #openstack-mogan05:08
*** luyao has quit IRC05:17
*** luyao has joined #openstack-mogan05:19
*** luyao has quit IRC05:28
*** luyao has joined #openstack-mogan05:29
*** luyao has quit IRC05:38
*** luyao has joined #openstack-mogan05:39
*** luyao has quit IRC05:48
*** luyao has joined #openstack-mogan05:49
*** luyao has quit IRC05:50
*** luyao has joined #openstack-mogan05:51
*** wanghao has quit IRC06:14
*** wanghao has joined #openstack-mogan06:17
openstackgerritliusheng proposed openstack/mogan master: Refactor the network_info field in API layer  https://review.openstack.org/45903406:46
openstackgerritZhong Luyao proposed openstack/mogan master: bug fix: return fault_info correctly  https://review.openstack.org/45646106:49
openstackgerritliusheng proposed openstack/python-moganclient master: Refactor network info with nics format  https://review.openstack.org/45903606:51
openstackgerritliusheng proposed openstack/python-moganclient master: Refactor network info with nics format  https://review.openstack.org/45903606:52
openstackgerritM V P Nitesh proposed openstack/mogan master: Add 'rm -f .testrepository/times.dbm' command in testenv  https://review.openstack.org/45954207:03
openstackgerritM V P Nitesh proposed openstack/python-moganclient master: Add 'rm -f .testrepository/times.dbm' command in testenv  https://review.openstack.org/45954407:06
openstackgerritliusheng proposed openstack/mogan master: Refactor the network_info field in API layer  https://review.openstack.org/45903407:25
openstackgerritliusheng proposed openstack/python-moganclient master: Refactor network info with nics format  https://review.openstack.org/45903608:05
wanghaoliusheng: ping08:09
liushengwanghao: ong08:10
liushengwanghao: pong08:10
wanghaoliusheng: I saw you take the bp of manage instances, do you want it or I'll continue to do it?08:10
wanghaoliusheng: I'd prepare to write the spec this week.08:11
liushengwanghao: which one ? you mean adoption Nova baremetal instances ?08:12
zhenguowanghao, liusheng: I think that's two separated tasks, one is a tool to migrate nova instances and another is an interface to manage existing baremetal server like cinder does for volumes08:12
wanghaozhenguo: liusheng: yes, I mean I will do the second one.08:12
wanghaojust saw there is one task in ethpad08:13
zhenguowanghao, liusheng: maybe one of you can add a new task :D08:13
wanghaoI'll do it08:13
zhenguowanghao: thanks!08:13
liushengwanghao, zhenguo no very sure about the difference between the two tasks, FYI, I have already uploaded a patch abou the tool that used to adopt the bms in Nova08:14
liushenghttps://review.openstack.org/#/c/455692/08:14
zhenguoliusheng: we also need an interface to add existing baremetal machine not managed by nova or openstack to mogan08:15
wanghaoliusheng: this tool will extract the bms information from nova right?08:15
liushengwanghao: yes08:15
wanghaoliusheng: and next we will use an interface to manage this instances with your information. I think,.08:16
liushengwanghao: this tool will extract the bms information and write it to Mogan's db08:16
wanghaoliusheng: I see...08:17
wanghaoliusheng: maybe we can change to use API instead of change the db directly.08:17
wanghaoliusheng: of course,  later.08:17
liushengzhenguo: that may also need to extract the info from the existing bms, but what's the type of bms ?08:17
zhenguoliusheng: Ironic provides an adop API to add such nodes in08:18
zhenguoliusheng: which will be acive directly instead of available08:18
zhenguoliusheng: so mogan should also provides such interfaces,08:18
liushengwanghao: maybe you can try that :), I have thought that, but seems it not easy to handle that situations08:19
liushengzhenguo: yes, but Ironic can adopt the nodes by the node's manage too's interfaces, such as ipmitools08:19
liushengzhenguo: what's that about existing bms08:19
wanghaoliusheng: okay, let's see it after supporting to manage instances.08:19
liushengwanghao: ok08:20
zhenguoliusheng: you mean we need to set a node_type to the adopted nodes?08:20
liushengzhenguo: no, if you have an existing bm, the bm may have ports in Neutron or not, or other infomations related to bm,  you need also to adopt the ports info, but how to extract the info ?08:22
liushengzhenguo: for physical nodes, we have ipmitools or provide the mac address, ports, info to Ironic08:22
zhenguoliusheng: maybe need to look through the ironic adopt api08:22
liushengzhenguo: ok08:23
zhenguoliusheng: let's wait for wanghao's spec, lol08:23
zhenguoliusheng: I think quite a few customers may have such requests to manage existing bms08:24
liushengzhenguo: thanks for wanghao comming back to Mogan. :P08:24
zhenguohah08:24
liushengzhenguo: yes, agreed, need to research more.08:24
zhenguoliusheng: btw, do you want to take the task to rename all instances things to servers? but no rush :D08:25
wanghaoliusheng: zhenguo: hah, sorry for the delay,   kind of busy those days....08:26
zhenguoliusheng: wanghao: hah,08:26
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918808:27
liushengzhenguo: I also need a new task. lol08:28
zhenguoliusheng: lol08:29
zhenguoliusheng: you can do it one by one(API, objects, db...) when you got time :D08:30
liushengzhenguo: another question btw, we don't use GET v1/servers/ without "detailed" in moganclient, right ?08:31
zhenguoliusheng: IIRC, I have changed it to with detailed08:31
liushengzhenguo: yes, so the api without detailed will never be used by moganclient ?08:32
zhenguoliusheng: yes08:32
liushengzhenguo: how about deprecate that or add a --detailed parameter in moganclient08:32
zhenguoliusheng: for moganclient I think we can just follow what nova does08:33
zhenguoliusheng: oh, just remembered, we also lack of node_uuid information now08:34
liushengzhenguo: nova also don't use non-detailed list api in client side ?08:34
liushengzhenguo: hah08:34
zhenguoliusheng: yes, they use detailed08:34
zhenguoliusheng: regardless of whehter --long or not08:34
liushengzhenguo: ok, let's align with Nova08:38
* zhenguo brb08:41
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918809:21
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918809:23
*** kevinz has quit IRC10:13
openstackgerritZhenguo Niu proposed openstack/mogan master: [WIP] Add flavor access management support  https://review.openstack.org/45918811:59
*** wanghao_ has joined #openstack-mogan12:21
*** wanghao has quit IRC12:24
*** kevinz has joined #openstack-mogan12:41
*** kevinz has quit IRC12:50
*** kevinz has joined #openstack-mogan12:51
*** wanghao_ has quit IRC13:03
*** kevinz has quit IRC14:44
*** kevinz has joined #openstack-mogan15:25
*** kevinz has quit IRC15:30
*** Kevin_Zheng has quit IRC18:47
*** liusheng has quit IRC21:10
*** liusheng has joined #openstack-mogan21:10
*** harlowja has quit IRC22:34
*** openstack has joined #openstack-mogan23:30
*** wanghao has joined #openstack-mogan23:48
*** wanghao has quit IRC23:58
*** wanghao has joined #openstack-mogan23:59

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