*** zhurong has joined #cloudkitty | 00:50 | |
*** liujiong has joined #cloudkitty | 01:26 | |
*** zhangguoqing has joined #cloudkitty | 01:33 | |
*** zhangguoqing has quit IRC | 01:38 | |
*** zhangguoqing has joined #cloudkitty | 01:39 | |
*** gongysh has joined #cloudkitty | 02:22 | |
*** zhangguoqing has quit IRC | 03:03 | |
*** zhangguo_ has joined #cloudkitty | 03:04 | |
*** zhurong has quit IRC | 03:43 | |
*** gongysh has quit IRC | 04:14 | |
*** zhangguo_ has quit IRC | 04:24 | |
*** gongysh has joined #cloudkitty | 04:42 | |
*** zhangguoqing has joined #cloudkitty | 05:06 | |
*** gongysh has quit IRC | 05:09 | |
*** zhangguoqing has quit IRC | 05:42 | |
*** gongysh has joined #cloudkitty | 05:59 | |
*** zhangguoqing has joined #cloudkitty | 06:09 | |
*** zhangguoqing has quit IRC | 06:13 | |
*** zhurong has joined #cloudkitty | 06:21 | |
*** zhurong has quit IRC | 06:39 | |
*** zhurong has joined #cloudkitty | 06:42 | |
*** jojden has joined #cloudkitty | 06:54 | |
*** zhurong has quit IRC | 06:54 | |
jojden | Hi | 07:02 |
---|---|---|
jojden | I am using cloudkitty and ceilometer for the rating services | 07:03 |
jojden | ceilometer meter-list is giving data for me | 07:03 |
jojden | but it is not getting updated in the cloudkitty database | 07:03 |
jojden | table "rated_data_frames" | 07:04 |
jojden | do you have any idea regarding this | 07:04 |
*** gongysh has quit IRC | 07:18 | |
Fabbe | "CloudKitty can be deployed in production on OpenStack Kilo environments". I suppose CloudKitty also works on Liberty, Mitaka, newton and Ocata? | 07:28 |
*** zhurong has joined #cloudkitty | 07:31 | |
aolwas | Fabbe: I think its a mispelling in the doc and it should be "in production SINCE Openstack Kilo" | 07:31 |
aolwas | and we published a release since then for each OS version | 07:32 |
aolwas | jojden: can you more specific ? which version on OS ? | 07:34 |
aolwas | and can you look at the cloudkitty processor log ? have you any error or warning ? | 07:35 |
jojden | Distributor ID: Ubuntu | 07:36 |
jojden | Description: Ubuntu 14.04.4 LTS | 07:36 |
jojden | , I am using liberty , ceilometer 2.2.1 and cloudkitty 0.5.1 | 07:36 |
jojden | aolwas | 07:36 |
Fabbe | aolwas: OK! | 07:47 |
*** gongysh has joined #cloudkitty | 08:09 | |
jojden | aolwas, no no such error or warning message in that | 08:12 |
jojden | 2017-04-20 12:21:07.255 31664 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on 10.23.0.24:5672 | 08:12 |
jojden | having oslo messages only | 08:13 |
aolwas | is it a new install ? has it worked before ? | 08:13 |
*** zhurong has quit IRC | 08:15 | |
jojden | not new, worked before | 08:16 |
jojden | aolwas | 08:16 |
aolwas | any change on your Openstack ? | 08:20 |
jojden | no | 08:20 |
jojden | I have installed the refstack and executed the tests for the certification | 08:21 |
*** zhurong has joined #cloudkitty | 08:21 | |
jojden | aolwas | 08:50 |
*** gongysh has quit IRC | 08:51 | |
aolwas | without more information, I don't see why your installation suddenly stops running | 08:52 |
aolwas | sorry | 08:52 |
jojden | ok | 09:11 |
jojden | aolwas , what all information you need ? | 09:11 |
aolwas | debug log for example | 09:13 |
jojden | ok | 09:14 |
jojden | sure | 09:15 |
jojden | cloudkitty related logs right ? | 09:15 |
aolwas | yes, debug log for the cloudkitty processor | 09:21 |
jojden | aolwas, https://pastebin.com/Zi3PyJVf | 09:28 |
aolwas | at first look, it seems you have a problem with your rabbit server | 09:29 |
aolwas | can you restart your cloudkitty processor and configure its logs to DEBUG level ? | 09:30 |
jojden | ok | 09:30 |
*** zhurong has quit IRC | 09:33 | |
*** zhurong has joined #cloudkitty | 09:36 | |
*** zhurong has quit IRC | 09:38 | |
jojden | how to restart the cloudkitty processor | 09:42 |
jojden | done | 09:42 |
jojden | service cloudkitty-processor restart | 09:43 |
jojden | cloudkitty-processor stop/waiting | 09:43 |
jojden | cloudkitty-processor start/running, process 6084 | 09:43 |
jojden | aolwas | 09:51 |
jojden | there is no option in the cloudkitty.conf to mkae the logs to DEBUG level | 09:52 |
jojden | can you tell me how can we make it ? | 09:53 |
aolwas | you need to add "debug = True" in [DEFAULT] section | 09:53 |
jojden | that is done | 09:53 |
jojden | now debug level is on and cloudkitty processor restarted | 09:55 |
jojden | it restarted without error | 09:56 |
aolwas | do you use the default period ? if so, wait an hour and send me the new log | 09:57 |
jojden | i made the period as 60 sec | 09:58 |
jojden | so after 60 seconds it will do process right | 09:58 |
jojden | # Rating period in seconds. (integer value) | 09:59 |
jojden | period = 60 | 09:59 |
jojden | #3600 | 09:59 |
jojden | # Wait for N periods before collecting new data. (integer value) | 09:59 |
jojden | wait_periods = 1 | 09:59 |
jojden | aolwas | 09:59 |
aolwas | You should use a minimum of 300 as period ... I already had problems with a too short period | 10:01 |
jojden | ohh | 10:04 |
aolwas | does your Openstack behave correctly ? the AMQP connection error in your previous log lets me think the problem is maybe not with CK | 10:04 |
jojden | yes, that one is working fine now | 10:04 |
jojden | https://pastebin.com/rWeBxLWb | 10:06 |
jojden | this is the new log | 10:07 |
jojden | aolwas | 10:16 |
*** liujiong has quit IRC | 10:29 | |
*** Guest18620 has joined #cloudkitty | 10:42 | |
*** Guest18620 has quit IRC | 10:52 | |
*** gongysh has joined #cloudkitty | 14:41 | |
*** gongysh has quit IRC | 15:33 | |
*** sergio_ has joined #cloudkitty | 19:17 | |
*** sergio_ is now known as Guest17790 | 19:17 | |
*** Guest17790 has quit IRC | 21:22 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!