Monday, 2017-06-19

*** wanghao has joined #openstack-mogan00:27
*** wanghao has quit IRC00:27
*** wanghao has joined #openstack-mogan00:28
*** wanghao has quit IRC00:41
*** wanghao has joined #openstack-mogan00:43
*** wanghao has quit IRC00:43
*** wanghao has joined #openstack-mogan00:45
*** Xinran has quit IRC01:02
*** Xinran has joined #openstack-mogan01:03
zhenguomorning mogan!01:06
wanghaomorning!01:09
*** liujiong has joined #openstack-mogan01:10
liushengmorning01:12
*** wanghao has quit IRC01:17
*** wanghao has joined #openstack-mogan01:18
*** wanghao_ has joined #openstack-mogan01:27
*** wanghao has quit IRC01:31
*** litao__ has joined #openstack-mogan01:38
*** wanghao_ has quit IRC02:05
*** wanghao has joined #openstack-mogan02:06
*** openstackgerrit has joined #openstack-mogan02:09
openstackgerritZhenguo Niu proposed openstack/mogan master: Adds `disabled` field for flavors.  https://review.openstack.org/47444102:09
*** wanghao_ has joined #openstack-mogan02:43
*** wanghao has quit IRC02:46
*** wanghao_ has quit IRC02:57
*** wanghao has joined #openstack-mogan03:04
openstackgerritZhenguo Niu proposed openstack/mogan master: Revert "Add ComputeDisk object"  https://review.openstack.org/47521503:06
openstackgerritZhenguo Niu proposed openstack/mogan master: Revert "Add ComputeDisk object"  https://review.openstack.org/47521503:07
*** wanghao has quit IRC03:10
*** wanghao has joined #openstack-mogan03:11
openstackgerritZhenguo Niu proposed openstack/mogan master: Revert "Add ComputeDisk object"  https://review.openstack.org/47521505:06
openstackgerritZhenguo Niu proposed openstack/mogan master: Add `extra_specs` to flavor create JSON schema  https://review.openstack.org/47523205:24
openstackgerritZhenguo Niu proposed openstack/mogan master: Add `extra_specs` to flavor create JSON schema  https://review.openstack.org/47523206:25
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test cases for console  https://review.openstack.org/47449807:07
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test cases for server interface attaching  https://review.openstack.org/47483507:11
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test cases for server networks API  https://review.openstack.org/47482907:11
*** wanghao_ has joined #openstack-mogan07:31
*** wanghao has quit IRC07:33
*** wanghao_ has quit IRC07:35
*** wanghao has joined #openstack-mogan07:36
*** openstackgerrit has quit IRC07:48
*** wanghao_ has joined #openstack-mogan07:58
*** wanghao_ has quit IRC07:59
*** wanghao_ has joined #openstack-mogan07:59
*** wanghao has quit IRC08:00
*** wanghao has joined #openstack-mogan08:14
*** wanghao_ has quit IRC08:16
zhenguoliusheng, sahohe_feng, wanghao, litao__: review time08:32
wanghaozhenguo: yeah08:32
litao__got it08:32
liushengzhenguo: ok08:33
*** openstackgerrit has joined #openstack-mogan08:36
openstackgerritZhenguo Niu proposed openstack/mogan-specs master: New flavor for baremetal servers  https://review.openstack.org/45411308:36
zhenguolitao__: please find my reply here https://review.openstack.org/#/c/474441/08:37
litao__zhenguo: If the flavor is disabled ,  could we get it from API?08:39
zhenguolitao__: yes08:39
zhenguolitao__: need to add a filter later08:39
litao__zhenguo: So if the flavor is disabled ,  user can use it for creating servers?08:40
zhenguolitao__: in fact not, we will raise flavor not found exception08:40
litao__zhenguo: I think the exception message will confuse users08:43
zhenguolitao__: we will finally not let common users list the disabled flavors08:44
litao__zhenguo: In fact , the flavor  exists08:44
zhenguolitao__: you mean raise something like "the flavor is disabled"?08:45
litao__zhenguo: yeah, If so , that's ok.08:45
zhenguolitao__: ok08:45
liushenghey guys, except for the floatingip association/disassociation tempest test which I am working on, our tempest tests have covered all the APIs08:47
zhenguoliusheng: great08:47
wanghaoliusheng: cool!08:59
wanghaoguys, is there any comments more in specify neutron port patch?  I'd like to land it this week.09:00
openstackgerritliusheng proposed openstack/mogan master: WIP: Tempest: add tempest test for server floatingip association/disassociation  https://review.openstack.org/47530209:06
zhenguowanghao: will take a look09:09
wanghaozhenguo: thanks very much09:09
zhenguowanghao: np09:09
wanghaozhenguo: hah09:10
wanghaozhenguo: I leave a comment for disabled flavors09:11
wanghaozhenguo: I think we may need to change list and get flavor APIs too.09:11
wanghaozhenguo: since we need to filter the disabled flavor to common user.09:11
wanghaozhenguo: just let admin to see all flavors.09:11
zhenguowanghao: yes, but that will be done later :D09:12
zhenguowanghao: as we still discuss whether we need to add filters to list api or leverage searchlight09:12
zhenguowanghao: but admin can also create servers, lol09:12
wanghaozhenguo: yes, but they can't use disabled flavor too.09:13
wanghaozhenguo: just can see it09:13
zhenguowanghao: yes, so I plan to add a 'disabled' filter09:13
wanghaozhenguo: that will be great in our API,  and I didn't get how to use searchlight in Mogan.09:14
wanghaozhenguo: you mean we didn't need our own list api?09:14
zhenguowanghao: seems yes09:14
zhenguowanghao: but still under discussion, as we are non official projects09:15
zhenguowanghao: so personally I think we still need to add filters to list API in Pike and Xinran is also work on server list now09:15
wanghaozhenguo:  okay09:16
zhenguowanghao: so for the disabled patch, I don't introduce filters09:16
zhenguowanghao: we will add that support later09:16
wanghaozhenguo: ok, make sense to me,  in my mind,  I'd like we keep the list api.09:17
zhenguowanghao: hah, agree09:17
wanghaozhenguo: we can hold it until nova or other project want to use searchlight.09:17
zhenguowanghao: sure09:17
zhenguohi all, I updated the new flavor specs, please have a look09:18
zhenguothe resouces filed has been changed to use a dict object type, and I plan to not only include node resouce_class, we may also need to add disk/nic resouce class later09:19
zhenguomaybe the baremetal node should be a nested resource provider09:19
zhenguowe can leverage Placement nested resouce provider parent->children pattern after it landed09:20
zhenguoliusheng, wanghao, liao__: ^^09:21
wanghaozhenguo: why could be a nested resource provider?09:22
wanghaozhenguo: do not use the whole hardware resource in a bm?09:22
zhenguowanghao: I also want to expose disk and nic resouces09:22
zhenguowanghao: yes09:23
zhenguowanghao: yes, for disks and nics we may only use a part of them09:23
wanghaozhenguo: but left part could be use anymore...09:24
wanghaocoudn't be use anymore09:24
zhenguowanghao: yes, couldn't be used by others09:24
wanghaozhenguo: is there use case for this?  I mean user only want to use a part of hardware of a bm.09:25
wanghaozhenguo: maybe he can extend the resource later?09:25
zhenguowanghao: no, not for users, I want to expose childer resources to scheduler09:25
wanghaozhenguo: that I see,09:26
zhenguowanghao: I want to treat node/disk/nic as separate resouce but with a relation ship as parent-childern09:26
zhenguowanghao: need to think more about this, but the flavor changes can make it more flexible, even if we don't want to use nested resources09:27
wanghaozhenguo: okay  I see,  I just feel some weired about node this parent and disk/nic is childern.09:29
zhenguowanghao: hah,09:30
wanghaozhenguo: but I agree with that we should including those resource.09:30
zhenguowanghao: there will be a spec later for move to placement09:30
*** wanghao has quit IRC09:33
zhenguoliusheng: do you think the node notion includes nics and disks?09:35
liushengzhenguo: maybe, even it is not necessary for us, maybe it is useful in the future for valence or cloudboot ?09:36
liushengsorry I didn't attend your disscussion09:38
zhenguoliusheng: hah, yes,09:39
zhenguoliusheng: do you have the link for jay pipes presentation during the bug smash09:39
liushengzhenguo: did he sent it publick ?09:40
zhenguoliusheng: not sure, hah09:40
liushengzhenguo: if you need, may we can ask other guys our team09:40
zhenguoliusheng: hah, no rush09:40
* zhenguo brb09:41
*** liujiong has quit IRC10:05
openstackgerritliusheng proposed openstack/mogan master: WIP: Tempest: add tempest test for server floatingip association/disassociation  https://review.openstack.org/47530210:20
openstackgerritMerged openstack/mogan master: Revert "Add ComputeDisk object"  https://review.openstack.org/47521510:29
openstackgerritMerged openstack/mogan master: Tempest: add tempest test cases for console  https://review.openstack.org/47449810:30
openstackgerritMerged openstack/mogan master: Tempest: add tempest test cases for server networks API  https://review.openstack.org/47482910:30
*** Kevin_Zheng has quit IRC10:31
zhenguohttps://blueprints.launchpad.net/mogan/+spec/track-resources-using-placement11:11
zhenguoshaohe_feng: are you still around?11:21
liushengzhenguo: hi zhenguo, are you working on importing placement ?11:31
zhenguoliusheng: not yet, just registered a bp11:31
liushengzhenguo: oh, I am going to have a try :D11:32
zhenguoliusheng: hah, great11:32
zhenguoliusheng: please assign the bp to you, hah11:33
liushengit is ok, we can work together, do we need a spec ?11:33
zhenguoliusheng: sure, we do need a spec11:34
zhenguoliusheng: maybe I can help to draft a spec, and you start the POC?11:35
liushengzhenguo: ok, I am try to do some draft code test firstly11:35
liushengzhenguo: yes, I am starting the PoC11:35
liushengzhenguo: lol11:35
zhenguoliusheng: lol11:35
zhenguoliusheng: ncie11:35
* zhenguo away11:52
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test for server floatingip association/disassociation  https://review.openstack.org/47530211:55
*** litao__ has quit IRC12:08
openstackgerritMerged openstack/mogan master: Adds `disabled` field for flavors.  https://review.openstack.org/47444112:09
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test cases for server interface attaching  https://review.openstack.org/47483512:12
openstackgerritliusheng proposed openstack/mogan master: Tempest: add tempest test for server floatingip association/disassociation  https://review.openstack.org/47530212:15
openstackgerritMerged openstack/mogan master: Add `extra_specs` to flavor create JSON schema  https://review.openstack.org/47523212:21
*** liusheng has quit IRC16:31
*** liusheng has joined #openstack-mogan16:32
*** zhangyang_ has joined #openstack-mogan18:12
*** zhangyang has quit IRC18:19
*** zhangyang_ is now known as zhangyang18:19
*** Xinran has quit IRC18:21
*** Xinran has joined #openstack-mogan18:22

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