Thursday, 2015-12-17

*** thorst has quit IRC00:06
*** thorst has joined #openstack-watcher00:26
*** thorst has quit IRC00:29
*** thorst has joined #openstack-watcher00:30
*** thorst has quit IRC00:38
*** thorst has joined #openstack-watcher01:02
*** thorst has quit IRC01:12
*** thorst has joined #openstack-watcher01:13
*** thorst has quit IRC01:21
*** junjie has quit IRC01:23
*** junjie has joined #openstack-watcher01:24
*** seanmurphy has joined #openstack-watcher02:07
*** thorst has joined #openstack-watcher02:08
*** thorst has quit IRC02:09
*** thorst has joined #openstack-watcher02:09
*** thorst has quit IRC02:18
*** seanmurphy has quit IRC02:20
*** thorst has joined #openstack-watcher03:15
*** Kevin_Zheng has quit IRC03:19
*** Kevin_Zheng has joined #openstack-watcher03:21
*** thorst has quit IRC03:23
*** cjvolzka has joined #openstack-watcher04:10
*** cjvolzka has left #openstack-watcher04:11
*** thorst has joined #openstack-watcher04:20
*** thorst has quit IRC04:28
*** jwcroppe has joined #openstack-watcher05:05
*** thorst has joined #openstack-watcher05:25
*** thorst has quit IRC05:33
*** thorst has joined #openstack-watcher06:31
*** thorst has quit IRC06:38
slaweq_workjed56: thx a lot for Your help and fix for that07:25
*** jwcroppe has quit IRC07:35
*** thorst has joined #openstack-watcher07:35
*** thorst has quit IRC07:43
*** jwcroppe has joined #openstack-watcher07:46
*** jwcroppe has quit IRC07:46
*** jwcroppe has joined #openstack-watcher07:46
*** jwcroppe has quit IRC07:51
*** thorst has joined #openstack-watcher08:16
jed56slaweq_work glad to hear that but in the future with test integration will avoid this kind of trouble08:16
slaweq_workyep, sure :)08:19
slaweq_workI spent few hours yesterday to find what is happening :)08:20
jed56:)08:20
slaweq_workbecause at first I was thinking that my rabbit is not working08:20
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886408:20
slaweq_workbecuase I had rpc timeouts between api and decision-engine08:20
slaweq_workbut all problems were because of this not loaded config files :)08:21
slaweq_workthx once again for help08:21
slaweq_workI have another question to You guys08:21
slaweq_workis it possible maybe today that You will review my patch: https://review.openstack.org/#/c/258341/08:21
slaweq_workin fact it is almost only copy from other Openstack project so should be easy08:22
slaweq_work:)08:22
*** thorst has quit IRC08:23
jed56slaweq_work : I will take a look today to your patchset 25834108:28
slaweq_workthx a lot08:28
jed56thanks for your contribution08:28
slaweq_workit is not big deal for now :)08:28
slaweq_workbut I like to use this "run_tests.sh" script in neutron for example08:29
slaweq_workand I miss it here :)08:29
slaweq_workI hope I will contribut more in future :)08:29
jed56me too :p08:37
*** Kevin_Zheng has quit IRC08:59
slaweq_workanother question about possible contributing09:04
slaweq_workif I would to add new metrics_engine (which collect data from other then ceilometer sources) what I should do?09:05
slaweq_workis there any watcher-specs repo with specification for such changes?09:05
slaweq_workor rfe bug on launchpad is enough for it?09:05
slaweq_workcan You tell me what is procedure here to do such things?09:06
slaweq_workor give me some link to page with description of it09:06
*** Kevin_Zheng has joined #openstack-watcher09:07
jed56slaweq_work :  Ceilometer collector uses a pluggable storage system, meaning that you can pick any database system you prefer.09:11
jed56you have to develop your own storage driver for Ceilomete09:11
jed56r09:11
jed56you can take a look to https://github.com/openstack/monasca-ceilometer09:12
slaweq_workstorage_driver - you something like CeilometerClusterHistory class?09:13
slaweq_workor I'm looking in wrong place?09:13
slaweq_workbeacue in fact I made something like that already for our opentsdb database09:13
slaweq_workbut maybe I made it in wrong place :/09:14
slaweq_workand I don't want to patch ceilometer at all because we are not using it for collect data09:14
slaweq_workwe are sending data with our tools to opentsdb and wants to get it from there to watcher09:15
*** seanmurphy has joined #openstack-watcher09:16
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886409:17
*** Kevin_Zheng has quit IRC09:19
*** thorst has joined #openstack-watcher09:20
jed56slaweq_work : IMHO, you have implement the class base.Connection for ceilometer09:22
jed56we will relied on ceilometer API09:23
jed56you can redefined your own storage09:23
jed56https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L8509:23
jed56https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L15909:23
jed56https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py#L29909:23
jed56CeilometerClusterHistory is just a helper09:24
jed56but maybe you have other ideas ?09:25
*** thorst has quit IRC09:27
slaweq_workhmm, AFAIU this monasca-ceilometer is plugin to ceilometer to allow to send data from ceilometer to monasca, yes?09:37
slaweq_workand You want me to do something similar that will send data to opentsdb database, yes?09:38
*** Kevin_Zheng has joined #openstack-watcher09:43
slaweq_workso I was thinking that I can propose some new ClusterHistory class which can be used in strategies to get data from other source09:44
slaweq_workis it wrong thinking?09:44
slaweq_workI know that Opentstack projects should collect data from ceilometer but sometimes user might need something else09:45
jed56hmm, 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 ceilometer09:46
slaweq_workif it can't be pushed to upstream then maybe as some 3rd part code? is it something like for watcher maybe?09:46
jed56https://wiki.openstack.org/wiki/Gnocchi09:47
*** openstackgerrit has quit IRC09:47
*** openstackgerrit has joined #openstack-watcher09:47
jed56The original implementation of ceilometer has been based on MongoDB but you can create your own storage driver using whatever technology you want.09:50
jed56Watcher will relies on Ceilometer API09:50
slaweq_workok, I will read about this Gnocchi, thx09:57
slaweq_workbut 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 here09:58
*** wootehfoot has joined #openstack-watcher10:02
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886410:04
jed56IMHO,  we just relies on Ceilometer API for querying the data you can the backend10:05
jed56the backend can be fill by other system10:05
slaweq_workbut You mean about ceilometer backed, yes?10:06
jed56I mean that ceilometer has several features it can collect data, store the data , and query the data10:10
jed56you don't have to use everthing10:10
jed56we want to use ceilometer API for query the data to have a common api10:11
jed56for every strategy10:11
jed56you can change the backend of ceilometer to allow us to query your metrics coming from any kind of sources10:12
slaweq_workok, 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 watcher10:12
slaweq_workyes?10:12
jed56yes this is the idea !10:12
slaweq_workok, thx for explanation10:13
jed56thanks  sorry for my english level10:13
slaweq_workand sorry for asking so many questions about that :)10:13
jed56I was not enough clear10:17
jed56I will update the documentation10:17
*** thorst has joined #openstack-watcher10:26
jed56slaweq_work : https://bugs.launchpad.net/watcher/+bug/152718910:29
openstackLaunchpad 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 IRC10:32
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886410:37
openstackgerritVincent Françoise proposed openstack/watcher: i18n - Make string translatable  https://review.openstack.org/25747510:43
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886410:43
openstackgerritVincent Françoise proposed openstack/watcher: i18n - Make string translatable  https://review.openstack.org/25747510:45
openstackgerritMerged openstack/watcher: Add missing parameter in prepare_service for api  https://review.openstack.org/25863510:45
openstackgerritVincent Françoise proposed openstack/watcher: i18n - Make string translatable  https://review.openstack.org/25747510:47
sballejed56: 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 week10:47
jed56sballe : hello10:48
jed56it's seem that the patchset of Junjie's has already been reviewed10:50
jed56there is some comments on it10:51
*** vmahe has joined #openstack-watcher10:54
openstackgerritGábor Antal proposed openstack/watcher: Remove *.pyc files before running tox tests  https://review.openstack.org/25894611:00
openstackgerritJean-Emile DARTOIS proposed openstack/watcher-specs: Provide a more dynamic Actions management solution  https://review.openstack.org/25749411:07
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886411:13
*** seanmurphy has quit IRC11:14
*** thorst has joined #openstack-watcher11:31
slaweq_workjed56: great :)11:35
*** thorst has quit IRC11:38
*** seanmurphy has joined #openstack-watcher11:40
*** Kevin_Zheng has quit IRC11:53
*** Kevin_Zheng has joined #openstack-watcher11:57
*** Kevin_Zheng has quit IRC12:08
*** Kevin_Zheng has joined #openstack-watcher12:26
*** thorst has joined #openstack-watcher12:52
*** thorst_ has joined #openstack-watcher12:54
*** thorst has quit IRC12:56
sballejed56: thx13:04
openstackgerritMerged openstack/watcher: Rename command to audit  https://review.openstack.org/25724913:21
openstackgerritVincent Mahe proposed openstack/watcher-specs: Provide a more dynamic Actions management solution  https://review.openstack.org/25749414:09
*** cjvolzka has joined #openstack-watcher14:10
openstackgerritVincent Mahe proposed openstack/watcher-specs: Provide a more dynamic Actions management solution  https://review.openstack.org/25749414:16
*** wootehfoot has quit IRC14:17
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and AuditEndPoint  https://review.openstack.org/25905414:50
openstackgerritcdupont proposed openstack/watcher-specs: first draft of watcher-consolidation-grammar  https://review.openstack.org/25860814:57
*** dtardivel has joined #openstack-watcher15:01
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886415:24
*** jwcroppe has joined #openstack-watcher15:29
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and AuditEndPoint  https://review.openstack.org/25905415:30
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and Auditendpoint  https://review.openstack.org/25905415:33
*** vmahe has quit IRC15:57
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Remove useless event factory  https://review.openstack.org/25886415:58
openstackgerritJean-Emile DARTOIS proposed openstack/watcher: Code refactoring - StrategyContext and Auditendpoint  https://review.openstack.org/25905416:09
*** jwcroppe has quit IRC16:23
*** jwcroppe has joined #openstack-watcher17:15
*** seanmurphy has quit IRC18:38
*** seanmurphy has joined #openstack-watcher18:59
*** jwcroppe has quit IRC19:06
*** jwcroppe has joined #openstack-watcher19:09
*** jed56 has quit IRC19:43
*** jwcroppe has quit IRC20:35
*** jwcroppe has joined #openstack-watcher20:41
*** harlowja has joined #openstack-watcher20:54
harlowjahi watcher people20:54
harlowjaanyone watching this20:54
*** edleafe- has joined #openstack-watcher21:19
*** edleafe- has quit IRC21:27
*** edleafe has quit IRC21:27
*** edleafe has joined #openstack-watcher21:30
jwcroppehey harlowja21:43
*** thorst_ has quit IRC22:07
harlowjahey yo, seems fhermeni has been talking to some folks22:18
harlowjaand/or knows some of the folks here, so just thought i'd pop my head in22:18
harlowjaand see who is watching me22:18
*** seanmurphy has quit IRC22:19
*** cjvolzka has quit IRC22:33
*** dtardivel has quit IRC22:47
*** jwcroppe has quit IRC22:53
*** jwcroppe has joined #openstack-watcher22:54
*** jwcroppe has quit IRC22:59

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