Tuesday, 2016-08-16

*** Drago has quit IRC00:48
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/35446501:12
openstackgerritMerged openstack/senlin: Prepare v1 controller for version negotiation  https://review.openstack.org/35537501:43
*** yanyanhu has joined #senlin01:48
openstackgerritQiming Teng proposed openstack/senlin: Add unit tests for _update_flavor  https://review.openstack.org/35569002:01
*** gongysh has joined #senlin02:36
*** zhenguo has joined #senlin02:46
*** yuanying has quit IRC02:49
*** yuanying has joined #senlin02:52
*** elynn has joined #senlin02:58
openstackgerritMerged openstack/senlin: Add zaqar v2 driver for subscription resource  https://review.openstack.org/35230403:08
openstackgerritQiming Teng proposed openstack/senlin: Fix endpoint href for v1 api  https://review.openstack.org/35570303:09
openstackgerritMerged openstack/senlin: Rework version negotiation  https://review.openstack.org/35540203:11
*** gongysh has quit IRC03:26
*** gongysh has joined #senlin03:28
*** elynn has quit IRC03:45
*** yuanying has quit IRC03:48
*** yuanying has joined #senlin03:51
*** gongysh has quit IRC03:52
*** gongysh has joined #senlin03:56
*** gongysh has quit IRC04:09
*** gongysh has joined #senlin04:23
*** zzxwill has joined #senlin04:33
*** elynn has joined #senlin04:43
*** elynn has quit IRC04:47
*** elynn has joined #senlin04:48
openstackgerritEthan Lynn proposed openstack/senlin: Add new api for profile validation  https://review.openstack.org/35454905:05
openstackgerritEthan Lynn proposed openstack/senlin: Add function to perform profile validation  https://review.openstack.org/35547105:05
*** zzxwill has quit IRC05:06
*** zzxwill has joined #senlin05:08
openstackgerritMerged openstack/senlin: Update topic name to listen versioned notices of nova  https://review.openstack.org/35036405:43
openstackgerritMerged openstack/senlin: Move profile validation logic into a function.  https://review.openstack.org/35547006:11
*** gongysh has quit IRC06:22
*** gongysh has joined #senlin06:25
openstackgerritQiming Teng proposed openstack/senlin: Fix service filtering when claiming clusters  https://review.openstack.org/35574306:36
openstackgerritQiming Teng proposed openstack/senlin: Fix service list status report  https://review.openstack.org/35574406:37
*** zzxwill has quit IRC06:48
*** zzxwill has joined #senlin06:48
openstackgerritQiming Teng proposed openstack/senlin: Fix service filtering when claiming clusters  https://review.openstack.org/35574306:52
openstackgerritQiming Teng proposed openstack/senlin: Fix health manager initialization  https://review.openstack.org/35575106:53
*** zzxwill has quit IRC07:18
*** zzxwill has joined #senlin07:29
openstackgerritMerged openstack/senlin: Fix endpoint href for v1 api  https://review.openstack.org/35570307:29
*** zzxwill has quit IRC07:38
*** zzxwill has joined #senlin07:41
*** gongysh has quit IRC07:45
*** gongysh has joined #senlin07:51
*** gongysh has quit IRC07:51
*** yanyanhu has quit IRC07:52
*** zzxwill has quit IRC07:55
*** zzxwill has joined #senlin08:07
*** shu-mutou is now known as shu-mutou-AFK08:07
openstackgerritQiming Teng proposed openstack/senlin: Fix service filtering when claiming clusters  https://review.openstack.org/35574308:13
openstackgerritQiming Teng proposed openstack/senlin: Fix health manager initialization  https://review.openstack.org/35575108:15
*** yanyanhu has joined #senlin08:20
openstackgerritEthan Lynn proposed openstack/senlin: Add new api for profile validation  https://review.openstack.org/35454908:24
openstackgerritEthan Lynn proposed openstack/senlin: Add function to perform profile validation  https://review.openstack.org/35547108:24
openstackgerritEthan Lynn proposed openstack/senlin: Fix do_validate in heat profile  https://review.openstack.org/35578008:24
openstackgerritEthan Lynn proposed openstack/senlin: Add new api for profile validation  https://review.openstack.org/35454908:36
openstackgerritQiming Teng proposed openstack/senlin: Allow health check to be enabled/disabled  https://review.openstack.org/35579008:49
*** zzxwill has quit IRC08:56
*** zzxwill has joined #senlin08:57
openstackgerritMerged openstack/senlin: Fix service list status report  https://review.openstack.org/35574409:10
*** zzxwill has quit IRC09:10
*** zzxwill has joined #senlin09:47
yanyanhuhi, Qiming, I found senlinclient is broken in my local env09:50
yanyanhudid you guys meet the same issue09:50
yanyanhuwith the latest code of client and service09:50
yanyanhu__init__() got an unexpected keyword argument 'additional_headers'09:50
yanyanhuthis error was given09:50
openstackgerritMerged openstack/senlin: Add unit tests for _update_flavor  https://review.openstack.org/35569009:51
yanyanhuhi, elynn, around? does you senlinclient work correctly09:52
yanyanhuusing the latest code of both client and server09:52
elynnHmm, let me check09:52
yanyanhuok, thanks09:53
elynnWhat command do you use?09:54
yanyanhuI tried node-list and cluster-list09:54
elynnI get another error...09:55
yanyanhu...09:55
elynnhttp://paste.openstack.org/show/558341/09:55
elynnMight need to update openstacksdk?09:55
yanyanhulooks like the request doesn't reach senlin-api09:55
yanyanhusdk has been the latest one09:55
yanyanhulatest master branch09:56
elynnLet me update my sdk package..09:56
yanyanhuok09:56
yanyanhuI guess some changes in sdk side could break the client09:56
elynnHow do you install latest sdk python setup.py install always tell me TypeError: 'NoneType' object is not callable09:58
elynnIf I install sdk through pip, then no errors.09:59
yanyanhuI just pull the latest code and pip install -e .09:59
yanyanhuinstall master locally09:59
yanyanhuoh, let me try the stable version10:00
elynnThe same error...10:00
yanyanhusigh...10:00
yanyanhudon't know which change breaks the client10:01
elynnDoes stable version work?10:02
yanyanhustill trying10:02
yanyanhunope...10:03
elynnpip install -r requirements.txt and try again?10:03
elynnThe parameter you mentioned could only be found here https://github.com/openstack/python-openstacksdk/blob/0.9.2/openstack/session.py#L8610:04
yanyanhuusing 0.9.2, met the same error10:04
yanyanhuusing 0.9.0, meet the error you mentioned before10:05
elynn0.9.2 and latest senlin server works for me.10:05
yanyanhuoh, 0.9.2 works10:05
yanyanhuyes, master doesn't10:06
elynndamn sdk10:06
yanyanhu:)10:07
elynnStill can't find a way to install master sdk.10:07
yanyanhuwe have been used to its breaking10:07
yanyanhuyou can just git clone the latest master10:07
yanyanhuand then run "pip install -e ." under its root directory10:07
elynnI'm thinking should we add some gate job to check if latest sdk breaks us or not.10:08
yanyanhuelynn, yes, maybe we should10:08
elynncommands above doesn't works for me... TypeError: 'NoneType' object is not callable10:08
yanyanhusince all existing tests are now based on API request10:08
yanyanhu...10:08
yanyanhubut this is not in senlin service test scope10:09
yanyanhusince senlin service is not broken :)10:09
yanyanhumaybe we should add this kind of test to senlinclient10:09
yanyanhuwill think about it10:09
yanyanhuwe can discuss this in tonight's meeting10:09
elynnwe can discuss it in meeting10:09
yanyanhuyea10:09
openstackgerritYanyan Hu proposed openstack/senlin: [WIP]Add zaqar v2 driver interfaces for claim resource  https://review.openstack.org/35583010:09
elynn:)10:09
elynnoff work, see you tonight :)10:11
yanyanhusee U10:11
*** elynn has quit IRC10:22
*** elynn has joined #senlin10:22
*** yanyanhu has quit IRC10:24
*** elynn_ has joined #senlin10:25
*** elynn_ has quit IRC10:26
*** elynn has quit IRC10:28
*** zzxwill has quit IRC11:04
*** zzxwill has joined #senlin11:05
*** zzxwill has quit IRC11:06
*** zzxwill has joined #senlin11:11
*** yanyanhu has joined #senlin11:36
*** zzxwill has quit IRC11:45
openstackgerritQiming Teng proposed openstack/senlin: Fix health manager initialization  https://review.openstack.org/35575111:54
*** yanyan has joined #senlin12:26
*** yanyanhu has quit IRC12:30
*** rvasilets_ has joined #senlin12:46
*** elynn_ has joined #senlin12:46
rvasilets_Hi folk. I have bad news senlin job at Rally is in timeout now. Who can investigate why its so? http://logs.openstack.org/04/341604/10/experimental/gate-rally-dsvm-senlin-rally/5a42209/console.html#_2016-08-16_10_50_13_52862712:47
Qiminghi, rvasilets_12:48
*** elynn_ has quit IRC12:48
Qimingyanyan is the person working on this12:48
Qimingwill let him know and see if there are something we can fix12:48
rvasilets_Thx12:48
Qiming"Rally tired waiting for Cluster" that is an interesting message, :)12:49
rvasilets_=)12:49
yanyanhi, rvasilets_, sorry just came back12:55
yanyancurrently, senlin test job is broken for a bug in nova server driver12:56
yanyanthis bug will be fixed after sdk bump its version12:56
Qimingwhat's the bug, yanyan?12:57
yanyanthe cluster creation will fail for this issue and thus fail the testing12:57
rvasilets_Okey, great. Is there any ETA for that?12:57
*** elynn has joined #senlin12:57
yanyanQiming, let me find the patch link which causes this issue12:57
yanyanrvasilets_, ETA is? :)12:58
Qimingif we have to wait for the new sdk version, I'd say Aug 22nd or so12:58
Qimingwhen brian is back from vacation, then he can do a new release12:58
rvasilets_Expected time of arrival)12:58
yanyanQiming, this one https://review.openstack.org/35272312:58
yanyanrvasilets_, not sure, could be the end of this month? @Qiming12:59
yanyanQiming, I see12:59
Qimingwon't be that late12:59
rvasilets_I see. Okey lets wait for him12:59
yanyanrvasilets_, thanks :)12:59
*** guoshan has joined #senlin13:00
Qimingso ... delete server is broken for that patch?13:00
Qimingweird13:00
Qiminganyway, time for weekly meeting13:00
openstackgerritXinhui Li proposed openstack/senlin: Support Fencing by Health Policy and Cluster Action  https://review.openstack.org/35404513:00
yanyanQiming, yes, since this patch has been merged into senlin repo: https://review.openstack.org/35361313:02
yanyanwhich rely on the latest code of sdk13:02
*** elynn has quit IRC13:07
*** elynn has joined #senlin13:08
openstackgerritXinhui Li proposed openstack/senlin: Support Fencing by Health Policy and Cluster Action  https://review.openstack.org/35404513:12
*** yanyan has quit IRC14:00
*** zhurong has joined #senlin14:00
openstackgerritQiming Teng proposed openstack/senlin: Fix health manager initialization  https://review.openstack.org/35575114:01
*** elynn has quit IRC14:01
*** guoshan has quit IRC14:02
*** zhurong has quit IRC14:06
*** zhurong has joined #senlin14:06
*** zzxwill has joined #senlin14:35
*** syjulian has joined #senlin14:35
*** zzxwill has quit IRC14:52
*** Drago1 has joined #senlin15:10
*** Drago1 has quit IRC15:11
*** Drago1 has joined #senlin15:11
*** zhurong has quit IRC15:37
*** Drago1 has quit IRC16:01
*** Drago1 has joined #senlin16:02
*** elynn has joined #senlin16:46
*** elynn has quit IRC16:51
*** Drago1 has quit IRC17:48
*** Drago1 has joined #senlin17:49
*** Drago1 has quit IRC17:51
*** Drago1 has joined #senlin17:51
*** Drago1 has quit IRC21:03
*** xuhaiwei has joined #senlin23:36
*** shu-mutou-AFK is now known as shu-mutou23:48
*** zhurong has joined #senlin23:49
openstackgerritQiming Teng proposed openstack/senlin: Allow health check to be enabled/disabled  https://review.openstack.org/35579023:58

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