*** Qiming has quit IRC | 00:39 | |
openstackgerrit | xu-haiwei proposed stackforge/senlin: Node module test case part2 https://review.openstack.org/205433 | 00:57 |
---|---|---|
lixinhui | xuhaiwei, consult one thing: | 01:07 |
lixinhui | is the fucntions of Japan Phiten true on health keep or not | 01:08 |
*** Qiming has joined #senlin | 01:28 | |
*** Yanyanhu has joined #senlin | 01:38 | |
xuhaiwei | lixinhui, what Phiten? | 01:41 |
xuhaiwei | ok, I know that, I also bought it to my family before, not sure whether it works | 01:43 |
*** Yanyan has joined #senlin | 01:43 | |
*** Yanyanhu has quit IRC | 01:46 | |
lixinhui | ... | 01:49 |
lixinhui | which one is better titan or phiten | 01:49 |
lixinhui | :) | 01:49 |
lixinhui | xuhaiwei, maybe not work or not, just reputation in Japanese | 01:50 |
xuhaiwei | I really don't know, few people beside me have it | 01:51 |
lixinhui | okay, thanks, all the same | 01:52 |
lixinhui | maybe just a legend outside Jaoan... | 01:52 |
lixinhui | Japan | 01:52 |
*** Zhenqi has joined #senlin | 02:01 | |
*** Tennyson has joined #senlin | 02:14 | |
*** Yanyanhu has joined #senlin | 02:29 | |
*** Yanyan has quit IRC | 02:31 | |
*** mathspanda has joined #senlin | 02:32 | |
*** Zhenqi has quit IRC | 02:47 | |
*** Zhenqi has joined #senlin | 02:47 | |
*** xuhaiwei has quit IRC | 03:21 | |
Yanyanhu | hi, Qiming, does the gnocchi-aggregate alarm means an aggregation method(e.g. max, min, avg) will be used to calculate the alarm result based on the metric value in specified number of evaluation periods(with given granularity)? | 03:21 |
Yanyanhu | Also found 'alarm-gnocchi-aggregation-by-metrics-threshold-create' doesn't accept 'query' paramter. So this kind of alarm can only use global metric result to do evaluation? | 03:30 |
*** mathspanda has quit IRC | 03:34 | |
*** mathspanda has joined #senlin | 03:56 | |
*** xuhaiwei has joined #senlin | 05:04 | |
Qiming | Yanyanhu, I'm not quite sure | 06:01 |
Qiming | I was only following ceilometer client/server APIs, especially the parameters acceptable for rule definitions | 06:01 |
Yanyanhu | understand | 06:01 |
Qiming | I have to say, it is a mess | 06:01 |
Yanyanhu | seems we can only try it by ourself... | 06:01 |
Yanyanhu | yes | 06:02 |
Qiming | yes, we have to install a gnocchi engine to play with it | 06:02 |
Qiming | the aggregation, according to the docs, can be done on either resources or metrics | 06:02 |
Yanyanhu | or you can just start from the basic threshold alarm to build the framework | 06:03 |
Yanyanhu | and then we can try other alarm types | 06:03 |
Qiming | you can aggregate metrics from several resources, or values from several (seemingly irrelevant) metrics | 06:03 |
Qiming | yes | 06:04 |
Qiming | it doesn't matter that much | 06:04 |
Yanyanhu | yes | 06:04 |
Tennyson | paste.openstack.org/show/406165/ | 07:18 |
Tennyson | is this a bug about cluster resize | 07:19 |
Qiming | Tennyson, can you find out the location and help fix it? | 07:20 |
Qiming | when issuing a command using senlin command line | 07:21 |
Qiming | you can use option -d to print some detailed call trace | 07:22 |
Qiming | the server side log can be checked from the senlin-engine and senlin-api console respectively | 07:22 |
Tennyson | the bug may occurs in the client side | 07:23 |
Tennyson | python-senlin client | 07:24 |
Qiming | yes, looks like a client side problem | 07:24 |
*** Yanyan has joined #senlin | 07:29 | |
*** Yanyanhu has quit IRC | 07:32 | |
Qiming | Tennyson, any progress? questions? | 07:51 |
Tennyson | trying | 08:05 |
Qiming | feel free to ask questions if you need help | 08:05 |
Tennyson | no adjustment_type defined in min_step, min&max_size | 08:25 |
Tennyson | but it need an adjustment_type in invoke_method | 08:25 |
*** Zhenqi is now known as Peiyu | 08:29 | |
Tennyson | we then add a default value (None) to both adjustment_type and number | 08:30 |
Peiyu | and request accepted. | 08:31 |
Qiming | invoke_method? | 08:39 |
Qiming | Tennyson, just took a look at the command | 08:59 |
Qiming | you were asking for an adjustment of the max_size only, right? | 08:59 |
Tennyson | yes | 09:00 |
Qiming | that is a .... weird request, but valid | 09:01 |
Tennyson | ... | 09:02 |
Tennyson | if we want to assign -m, we must also set -c or percentage ? | 09:04 |
Qiming | oh no | 09:14 |
Qiming | it looks like a utility function error | 09:14 |
Qiming | when invoking action methods, there have been some filtering and parsing logic | 09:15 |
Qiming | we have to ensure the action params exist | 09:15 |
Qiming | so ... there is a quick fix | 09:15 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add test case for LoadBalancingPolicy https://review.openstack.org/205389 | 09:17 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add test case for LoadBalancingPolicy(2) https://review.openstack.org/206952 | 09:17 |
openstackgerrit | Qiming Teng proposed stackforge/python-senlinclient: Fix cluster-resize operation param checking https://review.openstack.org/206954 | 09:19 |
Qiming | Tennyson, see the patch above ^ | 09:20 |
Qiming | please review | 09:20 |
Peiyu | this two line code cannot fix the problem | 09:25 |
Peiyu | if this, cluster -c -m will lead another problem | 09:26 |
Peiyu | cluster-show will find the capacity is 0 | 09:26 |
*** mathspanda has quit IRC | 09:28 | |
*** Peiyu has quit IRC | 09:31 | |
*** Tennyson has quit IRC | 09:34 | |
*** Qiming has quit IRC | 09:56 | |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add test case for LoadBalancingPolicy https://review.openstack.org/205389 | 10:00 |
openstackgerrit | Yanyan Hu proposed stackforge/senlin: Add test case for LoadBalancingPolicy(2) https://review.openstack.org/206952 | 10:05 |
*** Yanyan has quit IRC | 10:12 | |
*** Qiming has joined #senlin | 10:43 | |
openstackgerrit | Merged stackforge/senlin: Updated from global requirements https://review.openstack.org/206859 | 12:49 |
openstackgerrit | Merged stackforge/senlin: Node module test case part2 https://review.openstack.org/205433 | 12:49 |
*** jruano has joined #senlin | 13:21 | |
openstackgerrit | Merged stackforge/senlin: Fix trust listing https://review.openstack.org/206282 | 14:22 |
*** jruano has quit IRC | 14:27 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Unit test case for ceilometer v2 driver https://review.openstack.org/207079 | 14:59 |
*** jruano has joined #senlin | 15:21 | |
*** Qiming has quit IRC | 15:52 | |
*** openstackgerrit has quit IRC | 18:31 | |
*** openstackgerrit has joined #senlin | 18:32 | |
*** openstackgerrit has quit IRC | 20:16 | |
*** openstackgerrit has joined #senlin | 20:17 | |
*** jruano has quit IRC | 20:40 | |
openstackgerrit | Julio Ruano proposed stackforge/senlin: Add test case for Trust Middleware https://review.openstack.org/207224 | 21:26 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!