sballe_ | acabot: jed56: I will review the IRC mins and do my actions tomorrow | 00:37 |
---|---|---|
sballe_ | Just ran out of time today | 00:37 |
*** jwcroppe has quit IRC | 00:57 | |
*** jwcroppe has joined #openstack-watcher | 00:58 | |
*** jwcroppe has quit IRC | 01:02 | |
*** hvprash has quit IRC | 01:09 | |
*** hvprash has joined #openstack-watcher | 01:14 | |
*** jwcroppe has joined #openstack-watcher | 01:41 | |
*** jwcroppe has quit IRC | 01:45 | |
*** thorst has joined #openstack-watcher | 02:18 | |
*** jwcroppe has joined #openstack-watcher | 02:47 | |
*** hvprash has quit IRC | 03:06 | |
*** thorst has quit IRC | 03:14 | |
*** thorst has joined #openstack-watcher | 03:14 | |
*** thorst has quit IRC | 03:23 | |
*** thorst has joined #openstack-watcher | 04:20 | |
*** thorst has quit IRC | 04:28 | |
*** maestro1 has joined #openstack-watcher | 04:57 | |
*** maestro1 has quit IRC | 05:05 | |
*** maestro1 has joined #openstack-watcher | 05:06 | |
*** maestro1 has quit IRC | 05:11 | |
*** thorst has joined #openstack-watcher | 05:26 | |
*** thorst has quit IRC | 05:33 | |
*** apoorv has joined #openstack-watcher | 06:11 | |
*** apoorv has quit IRC | 06:47 | |
*** apoorv has joined #openstack-watcher | 06:53 | |
*** thorst has joined #openstack-watcher | 06:54 | |
*** thorst has quit IRC | 06:59 | |
*** vincentfrancoise has joined #openstack-watcher | 07:30 | |
*** thorst has joined #openstack-watcher | 07:56 | |
*** jed56 has joined #openstack-watcher | 08:02 | |
*** thorst has quit IRC | 08:03 | |
*** dtardivel has joined #openstack-watcher | 08:35 | |
*** jinquan has joined #openstack-watcher | 08:52 | |
jinquan | hello? | 08:53 |
vincentfrancoise | Hi jinquan | 08:53 |
jinquan | hi one question.the doc to explain select destination filter | 08:56 |
jinquan | mean a flie or comment in plugin? | 08:57 |
*** thorst has joined #openstack-watcher | 09:01 | |
vincentfrancoise | Well, that would be a .rst file just like doc/source/dev/plugin/strategy-plugin.rst | 09:02 |
jinquan | OK get it,another question. the implementof stevedore ,I use driverManager not extensionManager .I thinks it will be better,what is your opinion | 09:08 |
jinquan | ? | 09:08 |
*** thorst has quit IRC | 09:09 | |
vincentfrancoise | sorry I got interrupted | 09:12 |
vincentfrancoise | so | 09:12 |
vincentfrancoise | to load a driver, you should use the generic loader class that is available in Watcher which actually uses DriverManager under the hood | 09:13 |
vincentfrancoise | see https://github.com/openstack/watcher/blob/master/watcher/common/loader/default.py#L37 | 09:14 |
vincentfrancoise | The way we do it elsewhere is that we extend this default loader like in https://github.com/openstack/watcher/blob/master/watcher/decision_engine/strategy/loading/default.py with the namespace we need | 09:15 |
jinquan | OK,I will read it ,um I said I will post new patch today. now the .rst may take some times.the post may be postpone until tomorrow. and I feel sorry for that | 09:17 |
vincentfrancoise | jinquan: no problem | 09:20 |
vincentfrancoise | you can still post the code first and do the doc into a second one | 09:21 |
vincentfrancoise | tomorrow | 09:21 |
jinquan | OK,thank you for your help | 09:22 |
*** jinquan has quit IRC | 09:37 | |
*** apoorv has quit IRC | 09:42 | |
*** apoorv has joined #openstack-watcher | 09:47 | |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Documentation update for get-goal-from-strategy https://review.openstack.org/299900 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Remove watcher_goals section from devstack plugin https://review.openstack.org/299902 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Added .pot file https://review.openstack.org/307144 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Added /strategies endpoint in Watcher API https://review.openstack.org/299899 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Syncer now syncs stale audit templates https://review.openstack.org/305965 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Refactored Strategy selector to select from DB https://review.openstack.org/304751 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Added Goal object + goal syncing https://review.openstack.org/296634 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Add Goal in BaseStrategy + Goal API reads from DB https://review.openstack.org/296635 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Remove [watcher_goals] config section https://review.openstack.org/306485 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Added Goal model into Watcher DB https://review.openstack.org/296633 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Added Strategy model https://review.openstack.org/298807 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Add strategy_id & goal_id fields in audit template https://review.openstack.org/296636 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: DB sync for Strategies https://review.openstack.org/298808 | 09:47 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Updated purge to now include goals and strategies https://review.openstack.org/299539 | 09:47 |
*** thorst has joined #openstack-watcher | 10:06 | |
*** thorst has quit IRC | 10:13 | |
apoorv | offline generation error on watcher dashboard | 10:19 |
apoorv | on running watcher audit-create it just shows output as 'audit_template' and audit is not created | 10:23 |
vincentfrancoise | Hi apoorv | 10:40 |
vincentfrancoise | I'm not sure I understand what you mean by " it just shows output as 'audit_template'" | 10:43 |
vincentfrancoise | can you give me some more details on this issue? | 10:44 |
*** apoorv_ has joined #openstack-watcher | 10:49 | |
*** apoorv has quit IRC | 10:49 | |
apoorv_ | see this http://pastebin.com/download/xF4gS4FQ | 10:55 |
*** thorst has joined #openstack-watcher | 11:11 | |
*** thorst has quit IRC | 11:19 | |
*** thorst has joined #openstack-watcher | 11:49 | |
*** apoorv_ has quit IRC | 12:23 | |
*** alexchadin has joined #openstack-watcher | 12:53 | |
alexchadin | hi! | 12:53 |
alexchadin | Can user create action through API by himself? | 12:54 |
*** hvprash has joined #openstack-watcher | 13:16 | |
*** hvprash_ has joined #openstack-watcher | 13:24 | |
*** hvprash has quit IRC | 13:27 | |
*** lrensing has joined #openstack-watcher | 13:34 | |
vincentfrancoise | hi alexchadin | 13:35 |
vincentfrancoise | No actions are read-only | 13:36 |
vincentfrancoise | The only way to create them is through a strategy that generates an action plan | 13:36 |
vincentfrancoise | There are BPs that are actually addressing problems around this | 13:37 |
vincentfrancoise | let me check | 13:37 |
alexchadin | I saw post method in the ActionsController class | 13:38 |
alexchadin | this is why I asked:) | 13:38 |
vincentfrancoise | But if you look at the first 2 lines of the post() | 13:38 |
alexchadin | oh sorry | 13:39 |
alexchadin | you are right | 13:39 |
vincentfrancoise | you see a FIXME comment followed by a raise OperationNotPermitted | 13:39 |
alexchadin | Yes | 13:39 |
*** alexchadin has quit IRC | 15:07 | |
*** jwcroppe_ has joined #openstack-watcher | 15:18 | |
*** jwcroppe has quit IRC | 15:21 | |
*** openstackgerrit has quit IRC | 15:48 | |
*** openstackgerrit has joined #openstack-watcher | 15:48 | |
*** alexchadin has joined #openstack-watcher | 15:55 | |
*** alexchadin has quit IRC | 15:57 | |
*** dtardivel has quit IRC | 16:18 | |
openstackgerrit | Alexander Chadin proposed openstack/watcher-specs: Add Overload standard deviation strategy spec https://review.openstack.org/286153 | 16:26 |
openstackgerrit | Alexander Chadin proposed openstack/watcher-specs: Add Overload standard deviation strategy spec https://review.openstack.org/286153 | 16:26 |
*** alexchadin has joined #openstack-watcher | 16:29 | |
alexchadin | sballe_: hi | 16:35 |
sballe_ | alexchadin: yes? | 16:35 |
alexchadin | sballe_: I've uploaded new PS of spec. | 16:35 |
sballe_ | cool! I will take a look right away | 16:36 |
alexchadin | Great! | 16:36 |
sballe_ | alexchadin: Looks good. gave it a +1 for now until a couple of more poeple reviews it.will +2 it once more poeple have reviewed it | 16:41 |
alexchadin | sballe_: okay, thank you! | 16:41 |
alexchadin | vincentfrancoise: ? | 16:42 |
vincentfrancoise | alexchadin: sorry didn't see | 16:43 |
*** vincentfrancoise has quit IRC | 16:48 | |
*** wootehfoot has joined #openstack-watcher | 16:56 | |
*** alexchad_ has joined #openstack-watcher | 17:05 | |
*** alexchadin has quit IRC | 17:09 | |
*** alexchad_ has quit IRC | 17:10 | |
*** jed56 has quit IRC | 17:33 | |
*** wootehfoot has quit IRC | 18:11 | |
*** wootehfoot has joined #openstack-watcher | 18:24 | |
*** hvprash has joined #openstack-watcher | 18:32 | |
*** hvprash_ has quit IRC | 18:36 | |
*** hvprash_ has joined #openstack-watcher | 18:40 | |
*** hvprash has quit IRC | 18:43 | |
*** hvprash_ has quit IRC | 18:54 | |
*** hvprash has joined #openstack-watcher | 18:54 | |
*** hvprash_ has joined #openstack-watcher | 18:56 | |
*** hvprash has quit IRC | 18:59 | |
*** hvprash_ has quit IRC | 19:37 | |
*** thorst has quit IRC | 20:34 | |
*** thorst has joined #openstack-watcher | 20:37 | |
*** jwcroppe has joined #openstack-watcher | 20:40 | |
*** thorst has quit IRC | 20:41 | |
*** jwcroppe_ has quit IRC | 20:42 | |
*** thorst has joined #openstack-watcher | 20:54 | |
*** thorst has quit IRC | 20:54 | |
*** thorst has joined #openstack-watcher | 20:55 | |
*** thorst has quit IRC | 20:56 | |
*** thorst has joined #openstack-watcher | 20:57 | |
*** lrensing has quit IRC | 21:01 | |
*** wootehfoot has quit IRC | 21:11 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!