Wednesday, 2016-12-21

*** guoshan has joined #senlin00:35
*** guoshan has quit IRC00:39
*** Drago1 has quit IRC00:42
*** fabian4 has quit IRC00:47
*** zhouzhengxi has joined #senlin00:57
*** fabian4 has joined #senlin01:17
*** zhouzhengxi has quit IRC01:20
*** guoshan has joined #senlin01:35
*** yanyanhu has joined #senlin01:46
*** chohoor has joined #senlin01:48
chohoorHi, does the feature 'Metrics Collection' realized? I create a alarm for cluster, but the status of alarm is 'insufficient data'.02:09
Qiminghi, chohoor, it is a aodh or ceilometer problem?02:10
Qimingyanyanhu, it is being fixed02:11
Qimingstill blocked by virtualhost config: https://review.openstack.org/#/c/413118/02:11
yanyanhuQiming, you mean at placement side?02:11
yanyanhuI see02:12
chohoorQiming: I think not, Because I have created the alarm for instance, alarm's status is 'ok'.02:12
yanyanhuwill check that patch, thanks02:12
Qimingit is a ceilometer problem02:12
chohoorthanks, I'll try it use aodh.02:13
Qimingyou have to tell the metric used, the threshod, the period, the number of period, you may have to tune event_definition.yaml or even pipeline.yaml02:13
Qimingthere are a thousand reasons leading an event to 'insufficient data' status02:14
fabian4Qiming, ceilometer do not support metadata.user_metadata.cluster_id ? I see you ceilometer is support heat metadata.user_metadata.stack ?02:14
Qimingceilometer does support it02:16
Qimingit is very tricky to create ceilometer alarms ...02:17
Qiminghave you checked the doc here? http://docs.openstack.org/developer/senlin/user/scenarios/autoscaling_ceilometer.html02:19
fabian4Qiming, I use 'ceilometer alarm-threshold-create' but alarm state is 'insufficient data', i think the 'metadata.user_metadata.cluster_id' don't get data from ceilometer meter and i use 'ceilometer sample-list -m cpu_util -q "metadata.user_metadata.cluster_id'=xxxx' same don't display data02:22
Qimingdid you modify /etc/ceilometer/ceilometer.conf to add cluster_id into 'reserved_metadata_keys' ?02:24
Qimingafter that did you restart ceilometer services?02:24
Qimingare you sure you have ceilometer installed and configured correctly?02:24
openstackgerritTony Breeds proposed openstack/python-senlinclient: Add Constraints support  https://review.openstack.org/41334502:25
Qimingceilometer is not doing alarm now, alarm service is offloaded to aodh, which has its own endpoint and command line02:25
fabian4Qiming, ceilometer.conf don't reserved_metadata_keys option ( I use ceilometer version is 2014.2.2) , ceilometer other meter data no problem02:26
Qimingalright, then I'm not sure if 2014.2.2 can filter metrics using custom metadata keys02:27
Qimingit is ... two years old02:27
fabian4Qiming, ok , thanks .02:29
QimingI'm event not sure how the command line options have changed02:30
Qimingthe best bet is to read their code then02:30
Qimingceilometer channle doesn't answer questions as far as I know it02:31
yanyanhuhi, Qiming04:44
yanyanhuthis patch proposed by Tony breeds04:45
yanyanhuhttps://review.openstack.org/#/c/413345/04:45
yanyanhuit failed but the reason is not related to that change04:45
yanyanhutest case failed for there is no "user_id" property in the sdk_profile object04:46
yanyanhuuser_id property is added to profile resource type at sdk side in dec.604:46
yanyanhuso does that mean we need to wait for version bumping of sdk?04:47
yanyanhuwill take a look at it04:50
yanyanhuI think we should block the following patch until sdk releases a new version04:55
yanyanhuhttps://review.openstack.org/#/c/407420/04:55
yanyanhuit breaks the client gate I think for the dependency is still not in sdk's formal release04:56
yanyanhuhi, Qiming, anyway to fix this issue? e.g. revert the change04:58
yanyanhuor asking for a new sdk release?04:58
Qimingseems so04:59
yanyanhuyou mean a new sdk release?04:59
QimingI'd suggest we revert it04:59
yanyanhuok04:59
Qiming1 minute04:59
yanyanhusure05:00
* Qiming checking sdk versions05:00
QimingI think we should bump global upper constraints05:01
Qiminguse 0.9.11 as the upper constraints05:01
Qiminguser_id for profile is included there05:01
yanyanhuok05:01
yanyanhuso sdk0.9.11 has been availble05:01
Qimingyes05:03
yanyanhuI see. Will you propose the change? or I can propose it05:03
Qimingjust bump the global upper constraint would be okay05:03
Qimingyou can do it05:03
yanyanhuI see05:03
yanyanhuwill submit the patch05:03
Qimingcool05:04
openstackgerritQiming Teng proposed openstack/senlin: Reorg the documentation structure  https://review.openstack.org/41340905:04
*** shu-mutou-AWAY is now known as shu-mutou05:05
yanyanhuhi, Qiming, just saw this patch proposed to requirements...05:06
yanyanhuhttps://review.openstack.org/#/c/412212/05:06
yanyanhuwhich tries to black sdk0.9.1105:07
yanyanhuso there could conflict05:09
yanyanhucould be05:09
Qimingokay05:12
Qimingthen we have to revert the client change05:12
yanyanhuyes05:15
yanyanhuthis is the safe way05:15
Qiminghttps://bugs.launchpad.net/python-openstackclient/+bug/165089605:15
openstackLaunchpad bug 1650896 in python-openstackclient "devstack failure with openstacksdk 0.9.11" [Undecided,New]05:15
Qimingosc isn't catching up05:15
openstackgerritXueFeng Liu proposed openstack/senlin: Add get-revision requests in object and service  https://review.openstack.org/41341205:17
yanyanhuI see05:17
yanyanhuso not sdk's fault.05:17
yanyanhuWill wait for Dirk's reply to see whether propose to change the upper constraints or not05:18
openstackgerritXueFeng Liu proposed openstack/senlin: Add get-revision requests in object and service  https://review.openstack.org/41341205:18
Qimingokay05:19
*** guoshan has quit IRC05:20
openstackgerritJeffrey Zhang proposed openstack/senlin-dashboard: Move enable files into senlin_dashboard/enabled folder  https://review.openstack.org/41341305:20
*** xuhaiwei has quit IRC05:27
*** xuhaiwei has joined #senlin05:27
*** Jeffrey4l has joined #senlin05:30
openstackgerritJeffrey Zhang proposed openstack/senlin-dashboard: Move _50_senlin.py into senlin_dashboard/enabled folder  https://review.openstack.org/41341305:36
Qiminghi guys, just regoranized the doc structure, please review if the revised version makes more senses05:52
Qiminghttp://docs-draft.openstack.org/09/413409/1/check/gate-senlin-docs-ubuntu-xenial/afa1b57//doc/build/html/05:52
Qiminglet me know if you have suggestions/comments05:52
yanyanhulooks great :)05:53
*** guoshan has joined #senlin06:00
*** Qiming has quit IRC06:01
*** chohoor has quit IRC06:07
*** chohoor has joined #senlin06:07
*** Qiming has joined #senlin06:07
openstackgerritmiaohb proposed openstack/senlin: Versioned request and engine support for credential_update  https://review.openstack.org/41305006:13
*** Jeffrey4l has quit IRC06:20
openstackgerritYanyan Hu proposed openstack/senlin: Versioned object and engine support for credential_get  https://review.openstack.org/41342706:21
*** XueFeng has quit IRC06:30
openstackgerritXueFeng Liu proposed openstack/senlin: Add get-revision requests in object and service  https://review.openstack.org/41341206:31
*** Jeffrey4l has joined #senlin06:35
*** XueFeng has joined #senlin06:58
openstackgerritRUIJIE YUAN proposed openstack/senlin: use policy_obj to load policy objects  https://review.openstack.org/41344707:06
*** XueFeng has quit IRC07:16
*** XueFeng has joined #senlin07:24
*** XueFeng has quit IRC07:29
openstackgerritYanyan Hu proposed openstack/senlin: API support for credential_get2  https://review.openstack.org/41345707:30
openstackgerritXueFeng Liu proposed openstack/senlin: Add get-revision requests in object and service  https://review.openstack.org/41341207:31
openstackgerritXueFeng Liu proposed openstack/senlin: dsf  https://review.openstack.org/41346007:32
*** elynn_ has joined #senlin07:34
openstackgerritXueFeng Liu proposed openstack/senlin: Api support for get-revision2  https://review.openstack.org/41346007:35
*** XueFeng has joined #senlin07:37
openstackgerritYanyan Hu proposed openstack/senlin: Remove dead code about credential_get  https://review.openstack.org/41346307:37
*** elynn_ has quit IRC07:39
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #senlin07:54
*** ChanServ sets mode: +v openstackgerrit07:54
openstackgerritXueFeng Liu proposed openstack/senlin: Add get-revision requests in object and service  https://review.openstack.org/41341207:54
openstackgerritXueFeng Liu proposed openstack/senlin: Api support for get-revision2  https://review.openstack.org/41346007:58
*** XueFeng has quit IRC07:59
openstackgerritRUIJIE YUAN proposed openstack/senlin: use action_obj to load action objects  https://review.openstack.org/41347608:01
openstackgerritRUIJIE YUAN proposed openstack/senlin: use action_obj to load action objects  https://review.openstack.org/41347608:03
*** XueFeng has joined #senlin08:07
openstackgerritRUIJIE YUAN proposed openstack/senlin: use receiver_obj to load receiver objects  https://review.openstack.org/41349608:32
openstackgerritmiaohb proposed openstack/senlin: Remove dead code about credential_update  https://review.openstack.org/41350508:40
*** yanyanhu has quit IRC08:50
fabian4Qiming, About "reserved_metadata_keys = cluster_id" ,  ceilometer  how much get meter data ? or use "sample meter" or use "event meter" or other ?08:51
fabian4Qiming, I use ceilometer "2014.2.2" and I cherry-pick 'erserved_metadata_keys' patch , but alarm state is "insufficient data" , I don't  known 'reserved_metadata_keys = cluster_id'  how much get meter date08:53
Qiming...09:01
Qimingdon't understand your question09:01
Qiminghave you drived your workload to trigger an alarm?09:02
fabian4don't alarm, the state is 'insufficient data'09:04
*** XueFeng has quit IRC09:08
openstackgerritJeffrey Zhang proposed openstack/senlin: Make soft link _50_senlin.py from enabled folder  https://review.openstack.org/41352309:14
*** XueFeng has joined #senlin09:21
*** Qiming has quit IRC10:30
*** Qiming has joined #senlin10:35
*** guoshan has quit IRC10:45
*** chohoor has left #senlin10:50
openstackgerritQiming Teng proposed openstack/python-senlinclient: Revert "Get project_id and user_id when show profile"  https://review.openstack.org/41356211:12
*** shu-mutou is now known as shu-mutou-AWAY11:15
openstackgerritMerged openstack/senlin-dashboard: Move _50_senlin.py into senlin_dashboard/enabled folder  https://review.openstack.org/41341311:24
openstackgerritMerged openstack/python-senlinclient: Revert "Get project_id and user_id when show profile"  https://review.openstack.org/41356211:24
openstackgerritQiming Teng proposed openstack/python-senlinclient: Add Constraints support  https://review.openstack.org/41334511:26
openstackgerritQiming Teng proposed openstack/senlin: Reorg the documentation structure  https://review.openstack.org/41340911:33
*** Jeffrey4l has quit IRC11:36
*** guoshan has joined #senlin11:45
*** guoshan has quit IRC11:50
*** guoshan has joined #senlin12:46
*** guoshan has quit IRC12:51
*** guoshan has joined #senlin13:47
*** guoshan has quit IRC13:52
openstackgerritJeffrey Zhang proposed openstack/senlin: Make soft link _50_senlin.py from enabled folder  https://review.openstack.org/41352313:57
*** guoshan has joined #senlin14:48
*** guoshan has quit IRC14:52
*** guoshan has joined #senlin15:49
*** guoshan has quit IRC15:54
*** Jeffrey4l has joined #senlin15:54
*** guoshan has joined #senlin16:49
*** guoshan has quit IRC16:54
*** openstackstatus has joined #senlin17:01
*** ChanServ sets mode: +v openstackstatus17:01
*** openstackstatus has quit IRC17:02
*** openstack has quit IRC17:02
*** openstack has joined #senlin17:07
*** guoshan has joined #senlin17:50
*** guoshan has quit IRC17:54
-openstackstatus- NOTICE: Gerrit is being restarted to update its OpenID SSO configuration17:59
*** guoshan has joined #senlin18:00
*** guoshan has quit IRC18:06
*** guoshan has joined #senlin19:02
*** guoshan has quit IRC19:06
*** Drago1 has joined #senlin19:12
*** guoshan has joined #senlin21:03
*** guoshan has quit IRC21:08
*** Drago1 has quit IRC21:31
*** Jeffrey4l has quit IRC21:35
*** Drago1 has joined #senlin21:41
*** guoshan has joined #senlin23:04
*** guoshan has quit IRC23:08
*** catintheroof has joined #senlin23:48
*** yuanying has quit IRC23:50

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