Monday, 2015-09-28

*** lvdongbing has joined #senlin00:32
*** lawrancejing has joined #senlin01:46
*** Yanyanhu has joined #senlin01:50
*** Qiming has joined #senlin02:13
openstackgerritQiming Teng proposed stackforge/senlin: Optimize cluster action implementation  https://review.openstack.org/22828202:14
*** mathspanda has joined #senlin02:15
*** ldb_ has joined #senlin02:17
*** lvdongbing has quit IRC02:18
*** mathspanda has quit IRC02:23
*** lawrancejing has quit IRC02:31
*** Qiming_ has joined #senlin02:32
openstackgerritYanyan Hu proposed stackforge/senlin: Add functional test for node operations  https://review.openstack.org/22450202:33
*** LiuWei has joined #senlin02:34
*** Qiming has quit IRC02:36
*** pratikmallya has joined #senlin02:37
*** mathspanda has joined #senlin02:45
*** LiuWei has quit IRC02:48
*** mathspanda has quit IRC02:57
*** Shijia has joined #senlin03:14
*** xuhaiwei has quit IRC03:28
*** ldb_ has quit IRC03:45
*** ldb_ has joined #senlin03:53
*** ldb_ has quit IRC04:34
*** lvdongbing has joined #senlin04:36
*** xuhaiwei has joined #senlin05:01
xuhaiweiHELP05:01
xuhaiweiQiming_05:01
Qiming_hi05:20
*** lixinhui has joined #senlin05:44
xuhaiweiI think i have got the answer, when attaching a policy to a cluster which already has the same type policy, we need to detach the exsiting policy first?05:55
Qiming_yes, currently that is the protocol05:55
Qiming_however, it is customizable05:55
xuhaiweihow to customize?05:56
Qiming_check line here: http://git.openstack.org/cgit/stackforge/senlin/tree/senlin/policies/base.py#n15905:57
Qiming_and this: http://git.openstack.org/cgit/stackforge/senlin/tree/senlin/policies/scaling_policy.py#n10305:57
Qiming_by default, we don't allow two policies of the same type to be attached to the same cluster05:57
Qiming_we believe there could be some kind of conflicts05:58
xuhaiweiyes05:58
Qiming_however, if the policy plugin is designed so that it can handle the conflicts05:58
Qiming_the policy plugin can have self.singleton set to False05:58
Qiming_then two or even more policies can be attached to the same cluster05:59
xuhaiweigot it05:59
*** LiuWei has joined #senlin06:05
openstackgerritxu-haiwei proposed stackforge/senlin: Fix policy type typo in sample file  https://review.openstack.org/22831406:08
*** weli__ has joined #senlin06:17
*** LiuWei has quit IRC06:17
*** LiuWei has joined #senlin06:22
*** weli__ has quit IRC06:24
*** weli__ has joined #senlin06:35
*** LiuWei has quit IRC06:35
*** LiuWei has joined #senlin06:37
Qiming_xuhaiwei, regarding the name of the policy type06:38
Qiming_I'd suggest we use senlin.policy.batching, just like senlin.policy.scaling06:39
*** weli__ has quit IRC06:39
Qiming_the thing that needs to be fix is in setup.cfg06:39
Qiming_not in the sample policy06:40
xuhaiweiok, I will check it06:41
openstackgerritQiming Teng proposed stackforge/senlin: Rename batch policy to be senlin.policy.batching  https://review.openstack.org/22832406:41
Qiming_xuhaiwei, ^06:41
xuhaiweithat is enough?06:45
xuhaiweisenlin-type-list still outputs senlin.policy.batch06:45
Qiming_you need to do a 'sudo pip install -e .'06:45
Qiming_stevedore will then update the registered plugin names06:46
xuhaiweiok, thanks06:47
*** weli__ has joined #senlin06:51
*** LiuWei has quit IRC06:51
*** pratikmallya has quit IRC07:02
*** LiuWei has joined #senlin07:07
*** weli__ has quit IRC07:10
*** weli__ has joined #senlin08:06
*** LiuWei has quit IRC08:06
*** LiuWei has joined #senlin08:16
*** weli__ has quit IRC08:19
*** weli__ has joined #senlin08:33
*** LiuWei has quit IRC08:33
*** LiuWei has joined #senlin08:37
*** weli__ has quit IRC08:39
*** weli__ has joined #senlin09:06
*** LiuWei has quit IRC09:06
*** pratikmallya has joined #senlin09:15
*** LiuWei has joined #senlin09:16
*** weli__ has quit IRC09:19
*** pratikma_ has joined #senlin09:21
*** pratikmallya has quit IRC09:24
*** zhenguo has quit IRC09:26
*** weli__ has joined #senlin09:36
*** LiuWei has quit IRC09:36
Qiming_seems gate is jammed again today09:46
openstackgerritQiming Teng proposed stackforge/senlin: Remove two TODO items in cluster module  https://review.openstack.org/22837209:49
*** LiuWei has joined #senlin09:49
*** weli__ has quit IRC09:50
*** LiuWei has quit IRC09:50
*** LiuWei has joined #senlin09:50
*** lvdongbing has quit IRC09:52
*** Yanyanhu has quit IRC09:56
*** pratikma_ has quit IRC09:59
*** weli__ has joined #senlin10:03
*** LiuWei has quit IRC10:07
*** Qiming_ has quit IRC10:15
*** LiuWei has joined #senlin10:17
*** weli__ has quit IRC10:17
*** weli__ has joined #senlin10:21
*** LiuWei has quit IRC10:25
*** LiuWei has joined #senlin10:28
*** weli__ has quit IRC10:28
*** weli__ has joined #senlin10:36
*** LiuWei has quit IRC10:40
*** pratikmallya has joined #senlin10:47
*** pratikma_ has joined #senlin10:49
*** pratikmallya has quit IRC10:53
openstackgerritLiuWei proposed stackforge/senlin: cross availability zone placement policy  https://review.openstack.org/22168411:01
*** Qiming_ has joined #senlin11:12
*** Qiming_ has quit IRC11:16
*** LiuWei has joined #senlin11:21
*** weli__ has quit IRC11:21
*** Shijia has quit IRC11:30
*** weli__ has joined #senlin11:50
*** LiuWei has quit IRC11:50
*** LiuWei has joined #senlin11:52
*** lawrancejing has joined #senlin11:53
openstackgerritlawrancejing proposed stackforge/senlin-dashboard: Add python-senlinclient in requirements.txt  https://review.openstack.org/22724911:55
*** weli__ has quit IRC11:55
*** weli__ has joined #senlin12:07
*** LiuWei has quit IRC12:07
openstackgerritQiming Teng proposed stackforge/senlin: Refresh node membership for node actions  https://review.openstack.org/22842812:13
*** Qiming has joined #senlin12:13
openstackgerritQiming Teng proposed stackforge/senlin: Optimize cluster action implementation  https://review.openstack.org/22828212:14
openstackgerritMerged stackforge/senlin: Revise policy attach action default value  https://review.openstack.org/22789812:18
openstackgerritMerged stackforge/senlin: Remove two TODO items in cluster module  https://review.openstack.org/22837212:18
*** LiuWei has joined #senlin12:22
*** weli__ has quit IRC12:22
openstackgerritMerged stackforge/senlin: Rename batch policy to be senlin.policy.batching  https://review.openstack.org/22832412:23
*** LiuWei has quit IRC12:31
*** pratikma_ has quit IRC12:36
*** Yanyanhu has joined #senlin12:40
openstackgerritMerged stackforge/senlin: Optimize cluster action implementation  https://review.openstack.org/22828212:41
*** Yanyanhu has quit IRC12:46
*** Qiming_ has joined #senlin13:22
*** Qiming has quit IRC13:24
*** lvdongbing has joined #senlin13:56
*** pratikmallya has joined #senlin14:02
*** pratikma_ has joined #senlin14:04
*** pratikmallya has quit IRC14:07
openstackgerritQiming Teng proposed stackforge/senlin: Refresh node membership for node actions  https://review.openstack.org/22842814:47
*** Yanyanhu has joined #senlin14:48
*** lawrancejing has quit IRC14:49
*** Yanyanhu has quit IRC14:52
openstackgerritQiming Teng proposed stackforge/senlin: Refresh node membership for node actions  https://review.openstack.org/22842815:15
*** lvdongbing has quit IRC16:17
*** Qiming_ has quit IRC16:25
*** gongysh has quit IRC18:39
*** gongysh has joined #senlin18:39
*** pratikmallya has joined #senlin19:00
*** pratikma_ has quit IRC19:04
*** pratikma_ has joined #senlin19:39
*** pratikmallya has quit IRC19:42
*** xuhaiwei has quit IRC23:32
*** xuhaiwei has joined #senlin23:33
*** Qiming_ has joined #senlin23:40
*** pratikmallya has joined #senlin23:59

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