*** thorst has quit IRC | 00:06 | |
*** thorst has joined #openstack-watcher | 00:26 | |
*** thorst has quit IRC | 00:29 | |
*** thorst has joined #openstack-watcher | 00:30 | |
*** thorst has quit IRC | 00:38 | |
*** thorst has joined #openstack-watcher | 01:02 | |
*** thorst has quit IRC | 01:12 | |
*** thorst has joined #openstack-watcher | 01:13 | |
*** thorst has quit IRC | 01:21 | |
*** junjie has quit IRC | 01:23 | |
*** junjie has joined #openstack-watcher | 01:24 | |
*** seanmurphy has joined #openstack-watcher | 02:07 | |
*** thorst has joined #openstack-watcher | 02:08 | |
*** thorst has quit IRC | 02:09 | |
*** thorst has joined #openstack-watcher | 02:09 | |
*** thorst has quit IRC | 02:18 | |
*** seanmurphy has quit IRC | 02:20 | |
*** thorst has joined #openstack-watcher | 03:15 | |
*** Kevin_Zheng has quit IRC | 03:19 | |
*** Kevin_Zheng has joined #openstack-watcher | 03:21 | |
*** thorst has quit IRC | 03:23 | |
*** cjvolzka has joined #openstack-watcher | 04:10 | |
*** cjvolzka has left #openstack-watcher | 04:11 | |
*** thorst has joined #openstack-watcher | 04:20 | |
*** thorst has quit IRC | 04:28 | |
*** jwcroppe has joined #openstack-watcher | 05:05 | |
*** thorst has joined #openstack-watcher | 05:25 | |
*** thorst has quit IRC | 05:33 | |
*** thorst has joined #openstack-watcher | 06:31 | |
*** thorst has quit IRC | 06:38 | |
slaweq_work | jed56: thx a lot for Your help and fix for that | 07:25 |
---|---|---|
*** jwcroppe has quit IRC | 07:35 | |
*** thorst has joined #openstack-watcher | 07:35 | |
*** thorst has quit IRC | 07:43 | |
*** jwcroppe has joined #openstack-watcher | 07:46 | |
*** jwcroppe has quit IRC | 07:46 | |
*** jwcroppe has joined #openstack-watcher | 07:46 | |
*** jwcroppe has quit IRC | 07:51 | |
*** thorst has joined #openstack-watcher | 08:16 | |
jed56 | slaweq_work glad to hear that but in the future with test integration will avoid this kind of trouble | 08:16 |
slaweq_work | yep, sure :) | 08:19 |
slaweq_work | I spent few hours yesterday to find what is happening :) | 08:20 |
jed56 | :) | 08:20 |
slaweq_work | because at first I was thinking that my rabbit is not working | 08:20 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 08:20 |
slaweq_work | becuase I had rpc timeouts between api and decision-engine | 08:20 |
slaweq_work | but all problems were because of this not loaded config files :) | 08:21 |
slaweq_work | thx once again for help | 08:21 |
slaweq_work | I have another question to You guys | 08:21 |
slaweq_work | is it possible maybe today that You will review my patch: https://review.openstack.org/#/c/258341/ | 08:21 |
slaweq_work | in fact it is almost only copy from other Openstack project so should be easy | 08:22 |
slaweq_work | :) | 08:22 |
*** thorst has quit IRC | 08:23 | |
jed56 | slaweq_work : I will take a look today to your patchset 258341 | 08:28 |
slaweq_work | thx a lot | 08:28 |
jed56 | thanks for your contribution | 08:28 |
slaweq_work | it is not big deal for now :) | 08:28 |
slaweq_work | but I like to use this "run_tests.sh" script in neutron for example | 08:29 |
slaweq_work | and I miss it here :) | 08:29 |
slaweq_work | I hope I will contribut more in future :) | 08:29 |
jed56 | me too :p | 08:37 |
*** Kevin_Zheng has quit IRC | 08:59 | |
slaweq_work | another question about possible contributing | 09:04 |
slaweq_work | if I would to add new metrics_engine (which collect data from other then ceilometer sources) what I should do? | 09:05 |
slaweq_work | is there any watcher-specs repo with specification for such changes? | 09:05 |
slaweq_work | or rfe bug on launchpad is enough for it? | 09:05 |
slaweq_work | can You tell me what is procedure here to do such things? | 09:06 |
slaweq_work | or give me some link to page with description of it | 09:06 |
*** Kevin_Zheng has joined #openstack-watcher | 09:07 | |
jed56 | slaweq_work : Ceilometer collector uses a pluggable storage system, meaning that you can pick any database system you prefer. | 09:11 |
jed56 | you have to develop your own storage driver for Ceilomete | 09:11 |
jed56 | r | 09:11 |
jed56 | you can take a look to https://github.com/openstack/monasca-ceilometer | 09:12 |
slaweq_work | storage_driver - you something like CeilometerClusterHistory class? | 09:13 |
slaweq_work | or I'm looking in wrong place? | 09:13 |
slaweq_work | beacue in fact I made something like that already for our opentsdb database | 09:13 |
slaweq_work | but maybe I made it in wrong place :/ | 09:14 |
slaweq_work | and I don't want to patch ceilometer at all because we are not using it for collect data | 09:14 |
slaweq_work | we are sending data with our tools to opentsdb and wants to get it from there to watcher | 09:15 |
*** seanmurphy has joined #openstack-watcher | 09:16 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 09:17 |
*** Kevin_Zheng has quit IRC | 09:19 | |
*** thorst has joined #openstack-watcher | 09:20 | |
jed56 | slaweq_work : IMHO, you have implement the class base.Connection for ceilometer | 09:22 |
jed56 | we will relied on ceilometer API | 09:23 |
jed56 | you can redefined your own storage | 09:23 |
jed56 | https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L85 | 09:23 |
jed56 | https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L159 | 09:23 |
jed56 | https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L299 | 09:23 |
jed56 | CeilometerClusterHistory is just a helper | 09:24 |
jed56 | but maybe you have other ideas ? | 09:25 |
*** thorst has quit IRC | 09:27 | |
slaweq_work | hmm, AFAIU this monasca-ceilometer is plugin to ceilometer to allow to send data from ceilometer to monasca, yes? | 09:37 |
slaweq_work | and You want me to do something similar that will send data to opentsdb database, yes? | 09:38 |
*** Kevin_Zheng has joined #openstack-watcher | 09:43 | |
slaweq_work | so I was thinking that I can propose some new ClusterHistory class which can be used in strategies to get data from other source | 09:44 |
slaweq_work | is it wrong thinking? | 09:44 |
slaweq_work | I know that Opentstack projects should collect data from ceilometer but sometimes user might need something else | 09:45 |
jed56 | hmm, AFAIU this monasca-ceilometer is plugin to ceilometer to allow to send data from ceilometer to monasca, yes? not only you it change the backend of ceilometer | 09:46 |
slaweq_work | if it can't be pushed to upstream then maybe as some 3rd part code? is it something like for watcher maybe? | 09:46 |
jed56 | https://wiki.openstack.org/wiki/Gnocchi | 09:47 |
*** openstackgerrit has quit IRC | 09:47 | |
*** openstackgerrit has joined #openstack-watcher | 09:47 | |
jed56 | The original implementation of ceilometer has been based on MongoDB but you can create your own storage driver using whatever technology you want. | 09:50 |
jed56 | Watcher will relies on Ceilometer API | 09:50 |
slaweq_work | ok, I will read about this Gnocchi, thx | 09:57 |
slaweq_work | but for watcher I think I will need to do something else because still we don't use ceilometer at all so we can't relies on ceilometer here | 09:58 |
*** wootehfoot has joined #openstack-watcher | 10:02 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 10:04 |
jed56 | IMHO, we just relies on Ceilometer API for querying the data you can the backend | 10:05 |
jed56 | the backend can be fill by other system | 10:05 |
slaweq_work | but You mean about ceilometer backed, yes? | 10:06 |
jed56 | I mean that ceilometer has several features it can collect data, store the data , and query the data | 10:10 |
jed56 | you don't have to use everthing | 10:10 |
jed56 | we want to use ceilometer API for query the data to have a common api | 10:11 |
jed56 | for every strategy | 10:11 |
jed56 | you can change the backend of ceilometer to allow us to query your metrics coming from any kind of sources | 10:12 |
slaweq_work | ok, so in proper way it should be done like: we have ceilometer (api) which is only taking data from our opentsdb source and expose it for watcher | 10:12 |
slaweq_work | yes? | 10:12 |
jed56 | yes this is the idea ! | 10:12 |
slaweq_work | ok, thx for explanation | 10:13 |
jed56 | thanks sorry for my english level | 10:13 |
slaweq_work | and sorry for asking so many questions about that :) | 10:13 |
jed56 | I was not enough clear | 10:17 |
jed56 | I will update the documentation | 10:17 |
*** thorst has joined #openstack-watcher | 10:26 | |
jed56 | slaweq_work : https://bugs.launchpad.net/watcher/+bug/1527189 | 10:29 |
openstack | Launchpad bug 1527189 in watcher "Update the documentation to explain how to change the ceilometer API backend" [Undecided,New] - Assigned to Jean-Emile DARTOIS (jed56) | 10:29 |
*** thorst has quit IRC | 10:32 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 10:37 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: i18n - Make string translatable https://review.openstack.org/257475 | 10:43 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 10:43 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: i18n - Make string translatable https://review.openstack.org/257475 | 10:45 |
openstackgerrit | Merged openstack/watcher: Add missing parameter in prepare_service for api https://review.openstack.org/258635 | 10:45 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: i18n - Make string translatable https://review.openstack.org/257475 | 10:47 |
sballe | jed56: vincentfrancoise: can you please review Junjie's patch if you haven't already done so? I am traveling and have been a little out of the loop I will back home next week | 10:47 |
jed56 | sballe : hello | 10:48 |
jed56 | it's seem that the patchset of Junjie's has already been reviewed | 10:50 |
jed56 | there is some comments on it | 10:51 |
*** vmahe has joined #openstack-watcher | 10:54 | |
openstackgerrit | Gábor Antal proposed openstack/watcher: Remove *.pyc files before running tox tests https://review.openstack.org/258946 | 11:00 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher-specs: Provide a more dynamic Actions management solution https://review.openstack.org/257494 | 11:07 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 11:13 |
*** seanmurphy has quit IRC | 11:14 | |
*** thorst has joined #openstack-watcher | 11:31 | |
slaweq_work | jed56: great :) | 11:35 |
*** thorst has quit IRC | 11:38 | |
*** seanmurphy has joined #openstack-watcher | 11:40 | |
*** Kevin_Zheng has quit IRC | 11:53 | |
*** Kevin_Zheng has joined #openstack-watcher | 11:57 | |
*** Kevin_Zheng has quit IRC | 12:08 | |
*** Kevin_Zheng has joined #openstack-watcher | 12:26 | |
*** thorst has joined #openstack-watcher | 12:52 | |
*** thorst_ has joined #openstack-watcher | 12:54 | |
*** thorst has quit IRC | 12:56 | |
sballe | jed56: thx | 13:04 |
openstackgerrit | Merged openstack/watcher: Rename command to audit https://review.openstack.org/257249 | 13:21 |
openstackgerrit | Vincent Mahe proposed openstack/watcher-specs: Provide a more dynamic Actions management solution https://review.openstack.org/257494 | 14:09 |
*** cjvolzka has joined #openstack-watcher | 14:10 | |
openstackgerrit | Vincent Mahe proposed openstack/watcher-specs: Provide a more dynamic Actions management solution https://review.openstack.org/257494 | 14:16 |
*** wootehfoot has quit IRC | 14:17 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and AuditEndPoint https://review.openstack.org/259054 | 14:50 |
openstackgerrit | cdupont proposed openstack/watcher-specs: first draft of watcher-consolidation-grammar https://review.openstack.org/258608 | 14:57 |
*** dtardivel has joined #openstack-watcher | 15:01 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 15:24 |
*** jwcroppe has joined #openstack-watcher | 15:29 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and AuditEndPoint https://review.openstack.org/259054 | 15:30 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and Auditendpoint https://review.openstack.org/259054 | 15:33 |
*** vmahe has quit IRC | 15:57 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory https://review.openstack.org/258864 | 15:58 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and Auditendpoint https://review.openstack.org/259054 | 16:09 |
*** jwcroppe has quit IRC | 16:23 | |
*** jwcroppe has joined #openstack-watcher | 17:15 | |
*** seanmurphy has quit IRC | 18:38 | |
*** seanmurphy has joined #openstack-watcher | 18:59 | |
*** jwcroppe has quit IRC | 19:06 | |
*** jwcroppe has joined #openstack-watcher | 19:09 | |
*** jed56 has quit IRC | 19:43 | |
*** jwcroppe has quit IRC | 20:35 | |
*** jwcroppe has joined #openstack-watcher | 20:41 | |
*** harlowja has joined #openstack-watcher | 20:54 | |
harlowja | hi watcher people | 20:54 |
harlowja | anyone watching this | 20:54 |
*** edleafe- has joined #openstack-watcher | 21:19 | |
*** edleafe- has quit IRC | 21:27 | |
*** edleafe has quit IRC | 21:27 | |
*** edleafe has joined #openstack-watcher | 21:30 | |
jwcroppe | hey harlowja | 21:43 |
*** thorst_ has quit IRC | 22:07 | |
harlowja | hey yo, seems fhermeni has been talking to some folks | 22:18 |
harlowja | and/or knows some of the folks here, so just thought i'd pop my head in | 22:18 |
harlowja | and see who is watching me | 22:18 |
*** seanmurphy has quit IRC | 22:19 | |
*** cjvolzka has quit IRC | 22:33 | |
*** dtardivel has quit IRC | 22:47 | |
*** jwcroppe has quit IRC | 22:53 | |
*** jwcroppe has joined #openstack-watcher | 22:54 | |
*** jwcroppe has quit IRC | 22:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!