Tuesday, 2017-02-14

*** jwcroppe has joined #openstack-watcher00:07
*** thorst_ has quit IRC00:30
*** thorst_ has joined #openstack-watcher00:30
*** thorst_ has quit IRC00:31
*** jwcroppe has quit IRC00:32
*** jwcroppe has joined #openstack-watcher00:33
*** jwcroppe has quit IRC00:38
*** thorst_ has joined #openstack-watcher01:17
*** thorst_ has quit IRC01:17
*** diga has joined #openstack-watcher01:24
*** jwcroppe has joined #openstack-watcher01:50
*** thorst_ has joined #openstack-watcher02:02
*** thorst_ has quit IRC02:29
*** gk{\`_^}1wm has joined #openstack-watcher02:40
*** gk{\`_^}1wm has quit IRC02:42
*** licanwei has joined #openstack-watcher02:59
*** thorst_ has joined #openstack-watcher03:29
*** thorst_ has quit IRC03:30
*** diga has quit IRC03:34
*** thorst_ has joined #openstack-watcher04:30
*** adisky_ has joined #openstack-watcher04:33
*** thorst_ has quit IRC04:35
*** yuanying has quit IRC04:58
*** yuanying has joined #openstack-watcher04:58
*** thorst_ has joined #openstack-watcher06:32
openstackgerritaditi sharma proposed openstack/watcher-specs master: specs for blueprint cancel action plan  https://review.openstack.org/43226406:32
*** pksingh has joined #openstack-watcher06:34
pksinghacabot: hello06:35
openstackgerritaditi sharma proposed openstack/watcher-specs master: specs for blueprint cancel action plan  https://review.openstack.org/43226406:43
*** thorst_ has quit IRC06:45
*** licanwei has quit IRC07:23
*** vmahe has joined #openstack-watcher08:23
*** vmahe has left #openstack-watcher08:23
vincentfrancoisepksingh: hi08:32
pksinghvincentfrancoise: hello08:32
vincentfrancoisepksingh: acabot is here today but he's not at his desk, will ping you when I see him if you still need it08:32
pksinghvincentfrancoise: i was on leave for past two weeks, so could not work on assigned tasks08:33
pksinghvincentfrancoise: i had a question related to monasca support08:33
vincentfrancoisepksingh: ah in that case I can help since I worked on it08:33
pksinghvincentfrancoise: currently monasca datasource is supported only for basic consolidation?08:34
vincentfrancoisepksingh: yes08:35
vincentfrancoisepksingh:what was done is a simple helper to consume monasca metrics08:35
pksinghvincentfrancoise: any limitation in other strategies or its future work?08:35
vincentfrancoisevincentfrancoise: future work that is meant to be done by people that want to do it I'd say08:36
pksinghvincentfrancoise: ok, other strategies can also consume monasca if there is such use case, there is no any limitation from monasca or watcher side?08:37
vincentfrancoisepksingh: the only limitation would be the absence of the needed metrics08:38
vincentfrancoisepksingh: which might be the case for IPMI metrics for example08:38
pksinghvincentfrancoise: ok08:38
vincentfrancoisepksingh: but that's part of the future work to figure that out08:39
vincentfrancoisepksingh: FYI, there is also another BP that I wrote on this matter https://blueprints.launchpad.net/watcher/+spec/watcher-multi-datasource08:39
pksinghvincentfrancoise: ok, good08:39
vincentfrancoisepksingh: it's my proposition for a metrics datasource abstraction so that strategies can become datasource agnostic08:40
vincentfrancoisepksingh: but that's a lot of work08:40
pksinghvincentfrancoise: any plan to support gnochhi?08:40
vincentfrancoisepksingh: there is a BP on this08:41
pksinghvincentfrancoise: ok08:41
vincentfrancoisehttps://blueprints.launchpad.net/watcher/+spec/gnocchi-watcher08:41
vincentfrancoiseand it's already assigned although I don't know the status on this one08:41
pksinghvincentfrancoise: santhosh is my collegue, but its not approved yet08:42
vincentfrancoisepksingh: ah I'll tell acabot to approve it but he can start working on it08:42
pksinghvincentfrancoise: ok sure, i will communicate it to him08:43
vincentfrancoisepksingh: alexchadin the new PTL is also okay to do this I believe08:43
pksinghvincentfrancoise: ok, thanks08:44
*** pksingh has quit IRC09:12
openstackgerritaditi sharma proposed openstack/watcher-specs master: specs for blueprint cancel action plan  https://review.openstack.org/43226409:29
*** pksingh has joined #openstack-watcher09:37
acabot pksingh : hello09:59
pksinghacabot: Hello,10:00
pksinghacabot: i had some queries, vincentfrancoise answered them10:00
pksinghacabot: thanks :)10:00
acabotpksingh : ok cool, FYI I have approved https://blueprints.launchpad.net/watcher/+spec/gnocchi-watcher10:00
pksinghacabot: do we need a spec for that, or we can directly start with the code10:01
acabotpksingh : a spec is needed10:02
pksinghacabot: ok sure10:02
acabotpksingh : thx10:02
pksinghacabot: np :)10:02
*** alexchadin has joined #openstack-watcher10:12
*** pksingh has quit IRC10:19
openstackgerritMerged openstack/watcher master: Remove support for py34  https://review.openstack.org/43055210:28
*** thorst_ has joined #openstack-watcher10:42
*** thorst_ has quit IRC10:47
*** alexchadin has quit IRC11:02
*** alexchadin has joined #openstack-watcher11:02
*** alexchadin has quit IRC11:13
*** alexchadin has joined #openstack-watcher11:13
*** alexchadin_ has joined #openstack-watcher11:14
*** alexchadin_ has quit IRC11:14
*** alexchadin_ has joined #openstack-watcher11:15
*** alexchadin has quit IRC11:18
*** alexchadin_ has quit IRC11:18
*** alexchadin_ has joined #openstack-watcher11:20
*** alexchadin_ has quit IRC11:23
*** alexchadin has joined #openstack-watcher11:30
adisky_hi, is there any reason for not having action create/update/delete in python-watcher client??11:31
alexchadinhi adisky_11:34
alexchadinadisky_: actions are being created by action plan only11:34
alexchadinadisky_: you can't modify them since they are binded to each other and comes as logic result of decision engine's running11:35
adisky_alexchadin: Then why we have exposed them to REST API??11:35
adisky_POST /v1/actions11:37
alexchadinadisky_: good question:) I think it comes from first iteration of watcher architecture11:38
alexchadinadisky_: you can see that there are FIXME section11:38
alexchadinadisky_: https://github.com/openstack/watcher/blob/master/watcher/api/controllers/v1/action.py#L33711:38
adisky_alexchadin: ok11:39
*** thorst_ has joined #openstack-watcher12:45
vincentfrancoiseadisky_: alexchadin is right, it was originally exposed but we disabled it, we thought we would find a way to re-enable it soon after but I guess that other priorities came along the way13:04
*** jwcroppe has quit IRC13:52
*** jwcroppe has joined #openstack-watcher14:07
*** diga has joined #openstack-watcher14:33
*** alexchadin has quit IRC14:50
*** diga has quit IRC16:44
openstackgerritChris Spencer proposed openstack/python-watcherclient master: Remove RST files located in doc/source/api.  https://review.openstack.org/43379517:06
chrisspencervincentfrancoise: Just looked at bug: https://bugs.launchpad.net/python-watcherclient/+bug/1622490  and it looks like the fix was implemented.  I made a comment on the bug.18:07
openstackLaunchpad bug 1622490 in python-watcherclient "Improve API version parsing" [Medium,Triaged]18:07
*** wootehfoot has joined #openstack-watcher18:22
*** openstackgerrit has quit IRC20:18
*** thorst_ has quit IRC22:15
*** thorst_ has joined #openstack-watcher22:24
*** thorst_ has quit IRC22:28
*** sballe__ has joined #openstack-watcher22:40
*** sballe_ has quit IRC22:42
*** sballe__ is now known as sballe_22:45
*** edleafe has quit IRC22:46
*** zigo has quit IRC22:46
*** brunograz has quit IRC22:46
*** jimbaker has quit IRC22:46
*** edleafe has joined #openstack-watcher22:48
*** zigo has joined #openstack-watcher22:52
*** brunograz has joined #openstack-watcher22:52
*** jimbaker has joined #openstack-watcher22:52
*** zigo is now known as Guest2705722:54
*** thorst_ has joined #openstack-watcher23:19
*** thorst_ has quit IRC23:20
*** wootehfoot has quit IRC23:51
*** jwcroppe has quit IRC23:52

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