Friday, 2016-12-30

liushengmorning nimble00:42
*** wanghao has joined #openstack-nimble00:45
*** little has joined #openstack-nimble00:47
openstackgerritliusheng proposed openstack/nimble: Replace hard coded WSGI application creation  https://review.openstack.org/41569100:57
*** liudong has joined #openstack-nimble01:01
*** liudong has quit IRC01:14
*** liudong has joined #openstack-nimble01:21
*** liudong has quit IRC01:25
*** zhangjl has joined #openstack-nimble01:30
*** liudong has joined #openstack-nimble01:33
zhenguomorning01:59
openstackgerritZhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow  https://review.openstack.org/41540002:09
zhenguoliusheng: do you have some low-hanging-fruit bugs for newcomers?02:12
liushengzhenguo: may try to supply tests firstly  ?02:16
liushengzhenguo: the update-instance functional tests is missing now, I just remembered02:17
zhenguoliusheng: thanks, yes we still miss many test cases :P02:21
liushengzhenguo: and docs, lol02:22
zhenguoliusheng: lol02:28
zhenguosilenceli: hi, before taking a task from the etherpad, maybe you can create you first patch from here https://github.com/openstack/nimble/blob/master/nimble/tests/functional/api/v1/test_instances.py , we still miss many test cases like update instances02:38
*** zhangjl has left #openstack-nimble02:39
zhenguoliusheng: are you familiar with the deleting instance process of nova?02:42
zhenguoliusheng: I read up the code, but seems there's no mechanism to cleanup resources if deleting when the instance is in creating process02:43
liushengzhenguo: just read the code long ago02:43
zhenguoliusheng: ok, I will read more02:43
liushengzhenguo: I am not sure, but as zhenyu told that Nova won't clean resource sometimes02:44
zhenguoliusheng: seems yes, but we can't02:44
liushengzhenguo: hah02:44
zhenguoliusheng: lol02:45
littleIt will delete network and storage resource when deleting instance in nova02:58
zhenguolittle: yes, but when deleting an instance when it's in building status, how to handle that?03:00
littleThe process is same03:03
zhenguolittle: like when you are in deploying ironic node status, a deleting request come, how to handle that?03:05
zhenguolittle: as we are in a looping call to check whether the ironic node is active, so a delete request will just deleted from db in this case or wait for the node to become active then delete it03:06
littleI think no need to wait for the node03:07
littleDeleting operation is triggered in any status of privisioning the ironic node03:07
zhenguolittle: but we have a state machine in ironic, it doesn't support to delete in any state03:07
zhenguolittle: not sure, I will dig the nova code more, thanks!03:09
wanghaozhenguo: liusheng: hi guys, pls review two patch: https://review.openstack.org/#/c/415656/ and https://review.openstack.org/#/c/415634/. If you have time.03:09
zhenguowanghao, liusheng: should we hold on for a while now, at least after our launchpad and irc changed, otherwise that may somewaht confused newcomers, wdyt?03:10
liushengzhenguo: yes, agree03:11
wanghaozhenguo: make sense to me,  we review them later03:12
littleIf waiting for the ironic status 头03:13
wanghaozhenguo:  But if we merge some new patch, plz suggest the developer to change the name in their commit.03:14
littleif waiting for the ironic status to active , maybe for long time or not delete it for ever03:15
zhenguowanghao: yes, thanks03:20
wanghaozhenguo: np03:20
zhenguolittle: yes, I remember nova doesn't support force delete for ironic instance03:21
littleyou r right, It just support to provision state from active to manageable for ironic node by nova deleting interface03:24
littleso i am not sure, nimble will delete it from ironic db or same as nova's delete03:25
zhenguolittle: I'm now refactoring the deleting code now, will find a right way for baremetals03:30
openstackgerritwanghao proposed openstack/nimble: Rename nimble to mogan(part three)  https://review.openstack.org/41578603:34
openstackgerritliusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation  https://review.openstack.org/41579003:42
*** zhangjl has joined #openstack-nimble03:48
openstackgerritzhangjl proposed openstack/nimble: TrivialFix: Remote the return key word when usging cast method  https://review.openstack.org/41579705:12
openstackgerritzhangjl proposed openstack/nimble: TrivialFix: Remove the return key word when using cast method  https://review.openstack.org/41579705:16
*** little has quit IRC05:52
*** wanghao has quit IRC05:52
*** little has joined #openstack-nimble05:53
*** wanghao has joined #openstack-nimble05:54
*** liudong has quit IRC06:17
*** liudong has joined #openstack-nimble06:18
*** liudong has quit IRC06:20
*** liudong has joined #openstack-nimble06:20
openstackgerritwanghao proposed openstack/nimble: Rename nimble to mogan(part three)  https://review.openstack.org/41578606:29
openstackgerritZhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow  https://review.openstack.org/41540006:32
*** liudong has quit IRC06:34
*** shihanzhang has joined #openstack-nimble06:42
*** liudong has joined #openstack-nimble06:43
openstackgerritZhong Luyao proposed openstack/nimble: bug_fix in create_instance taskflow  https://review.openstack.org/41540006:44
zhenguozly: are you interested to work on adding instance fault information?06:45
*** liudong_ has joined #openstack-nimble06:48
*** liudong has quit IRC06:48
zlyzhenguo, yes, but I test the taskflow and find another problem now.06:54
openstackgerritMerged openstack/nimble: TrivialFix: Remove the return key word when using cast method  https://review.openstack.org/41579706:55
zlyzhenguo, I have a node avaliable,but I can't use it to create my instance06:55
zhenguozly: hah, thanks06:55
zhenguozly: why, what's the node status?06:55
zlyzhenguo, avaliable06:55
zhenguozly: you can read the log from scheduler, before filtering it will present the node number06:56
zhenguozly: it just raised NovalidNode or something else?06:57
zlyzhenguo, I set wrong network yesterday,and it failed in build_network_task06:57
zlyzhenguo, But today, it failed in schedule_instance_task06:58
zhenguozly: that's because the port is still in neutron with the MAC address06:58
zhenguozly: that's weird, why its failed in schedluing06:58
zlyzhenguo, I will working on it and looking for the reason07:00
zhenguozly: thanks a lot!07:00
openstackgerritliusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation  https://review.openstack.org/41579007:08
*** liudong_ has quit IRC07:11
*** liudong has joined #openstack-nimble07:11
*** wanghao has quit IRC07:11
*** wanghao has joined #openstack-nimble07:12
*** liudong has quit IRC07:17
*** liudong has joined #openstack-nimble07:17
*** liudong has quit IRC07:23
*** liudong has joined #openstack-nimble07:24
*** liudong has quit IRC07:26
zhenguozhangjl: hi, we created a wechat group Mogan, would you like to join :P07:26
*** liudong has joined #openstack-nimble07:26
zhangjlzhenguo:got it07:26
zhenguoshaohe_feng: please invite zly to our wechat group07:26
zhenguozhangjl: what's you wechat account07:27
zhangjlzhenguo:my account is lucifer_chn07:27
*** liudong has quit IRC07:29
zhenguozhangjl: '北风之神'?07:30
*** liudong has joined #openstack-nimble07:30
zhangjlzhenguo:yep07:30
zhenguozhangjl: hah, a girl?07:30
zhangjlzhenguo:nonono, man07:30
zhenguozhangjl: lol, so disappointed...07:31
zhangjlzhenguo::-D07:31
*** liudong has quit IRC07:32
*** liudong has joined #openstack-nimble07:33
*** liudong has quit IRC07:34
*** liudong has joined #openstack-nimble07:34
*** liudong has quit IRC07:36
*** liudong has joined #openstack-nimble07:37
openstackgerritMerged openstack/nimble: bug_fix in create_instance taskflow  https://review.openstack.org/41540007:39
*** wanghao_ has joined #openstack-nimble07:58
*** wanghao has quit IRC07:58
*** yuntongjin has joined #openstack-nimble08:05
openstackgerritliusheng proposed openstack/nimble: Support public request routes based on the confugurable app creation  https://review.openstack.org/41579008:05
*** yuntongjin has quit IRC08:05
*** zhangjl has left #openstack-nimble08:18
openstackgerritliusheng proposed openstack/nimble: Add support for updating instance type  https://review.openstack.org/38643908:20
openstackgerritZhenguo Niu proposed openstack/nimble: No need to pass destroy instance rpc request if InstanceNotFound  https://review.openstack.org/41581908:21
openstackgerritliusheng proposed openstack/nimble: Trivial-Fix: Replace the 'glance' with 'nimble' in releasenot docs  https://review.openstack.org/41582208:32
*** liudong has quit IRC08:58
*** liudong has joined #openstack-nimble09:00
*** wanghao_ has quit IRC09:22
*** wanghao has joined #openstack-nimble09:22
zhenguoliusheng: does your env has nova installed?09:28
liushengzhenguo: it is still in stalling09:29
zhenguoliusheng: hah09:29
liushengzhenguo: have takes a whole afternoon :(09:29
zhenguoliusheng: lol, when you are finished, could you please help to test when the instance is in building status, what happend if you issue a delete request?09:30
liushengzhenguo: you mean only in Nova ?09:30
zhenguoliusheng: I don't want to take another whole afternoon to setup a env09:30
zhenguoliusheng: yes, create and delete with nova09:31
zhenguovia nova09:31
liushengzhenguo: oh, I have another evn that nova is available09:31
zhenguoliusheng: really, excelent09:31
liushengzhenguo: not sure you can acess my env, but if you want I can tell your the password09:32
zhenguoliusheng: in blue cloud?09:33
zhenguoliusheng: yes, please send me the password09:33
liushengzhenguo: my another env with nova, nimble, tempest enabled will be installed completed soon :)09:33
liushengzhenguo: ok09:33
zhenguoliusheng: thanks09:33
liushengzhenguo: have sent to you privately09:34
openstackgerritwanghao proposed openstack/nimble: Rename nimble to mogan(part three)  https://review.openstack.org/41578609:42
*** little has quit IRC09:42
*** wanghao has quit IRC09:47
liushenghappy new year nimble guys :)09:47
shaohe_fengliusheng: happy new year nimble guys :)10:12
*** liudong has quit IRC10:25
* zhenguo disappears10:43
*** _liusheng has joined #openstack-nimble12:00
*** shihanzhang has quit IRC12:52
*** l4yerffeJ__ has quit IRC15:43
*** l4yerffeJ__ has joined #openstack-nimble15:43
*** _liusheng has quit IRC15:47
*** l4yerffeJ__ has quit IRC15:47
*** l4yerffeJ__ has joined #openstack-nimble15:48
*** l4yerffeJ_ has joined #openstack-nimble16:15
*** l4yerffeJ__ has quit IRC16:15
*** l4yerffeJ has joined #openstack-nimble21:32
*** Jeffrey4l has quit IRC21:34
*** l4yerffeJ_ has quit IRC21:35
*** Jeffrey4l has joined #openstack-nimble21:36
*** Jeffrey4l has quit IRC21:40
*** Jeffrey4l has joined #openstack-nimble21:41

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