*** thorst has joined #openstack-watcher | 00:33 | |
*** thorst has quit IRC | 00:40 | |
*** openstack has joined #openstack-watcher | 01:06 | |
*** thorst has joined #openstack-watcher | 01:22 | |
*** thorst has quit IRC | 01:23 | |
*** thorst has joined #openstack-watcher | 01:23 | |
*** thorst has quit IRC | 01:32 | |
*** thorst has joined #openstack-watcher | 02:29 | |
*** Kevin_Zheng has joined #openstack-watcher | 02:31 | |
*** thorst has quit IRC | 02:36 | |
*** thorst has joined #openstack-watcher | 02:36 | |
*** thorst has quit IRC | 02:37 | |
*** thorst has joined #openstack-watcher | 02:37 | |
*** thorst has quit IRC | 02:42 | |
openstackgerrit | Taylor Peoples proposed openstack/watcher: Implement DevStack plugin https://review.openstack.org/254584 | 03:20 |
---|---|---|
*** thorst has joined #openstack-watcher | 03:39 | |
*** thorst has quit IRC | 03:46 | |
*** openstack has joined #openstack-watcher | 04:24 | |
-wolfe.freenode.net- [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp | 04:24 | |
*** thorst has joined #openstack-watcher | 04:46 | |
*** thorst has quit IRC | 04:51 | |
*** thorst has joined #openstack-watcher | 05:49 | |
*** thorst has quit IRC | 05:56 | |
*** thorst has joined #openstack-watcher | 06:55 | |
*** thorst has quit IRC | 07:00 | |
*** thorst has joined #openstack-watcher | 07:30 | |
openstackgerrit | junjie.huang proposed openstack/watcher: outlet Temperature based migration strategy https://review.openstack.org/257189 | 07:33 |
*** thorst has quit IRC | 07:37 | |
*** bzhou has joined #openstack-watcher | 07:42 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher-specs: Provide a more dynamic Actions management solution https://review.openstack.org/257494 | 07:52 |
openstackgerrit | Merged openstack/watcher: Some tests are ignored https://review.openstack.org/254744 | 07:57 |
*** vtech has joined #openstack-watcher | 08:16 | |
*** vincentfrancoise has joined #openstack-watcher | 08:22 | |
*** wootehfoot has joined #openstack-watcher | 08:31 | |
*** bzhou has quit IRC | 08:31 | |
*** thorst has joined #openstack-watcher | 08:34 | |
*** thorst has quit IRC | 08:41 | |
*** wootehfoot has quit IRC | 09:14 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Remove pragma no cover from code https://review.openstack.org/254769 | 09:15 |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Rename command to audit https://review.openstack.org/257249 | 09:15 |
*** wootehfoot has joined #openstack-watcher | 09:19 | |
openstackgerrit | Jean-Emile DARTOIS proposed openstack/watcher: Rename command to audit https://review.openstack.org/257249 | 09:28 |
*** thorst has joined #openstack-watcher | 09:39 | |
*** thorst has quit IRC | 09:46 | |
*** openstackgerrit has quit IRC | 09:47 | |
*** openstackgerrit has joined #openstack-watcher | 09:47 | |
*** wootehfoot has quit IRC | 10:02 | |
openstackgerrit | Shu Muto proposed openstack/python-watcherclient: Drop py33 support https://review.openstack.org/257806 | 10:19 |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #openstack-watcher | 10:32 | |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Include terminology definition from docstring https://review.openstack.org/256419 | 10:39 |
*** thorst has joined #openstack-watcher | 10:46 | |
*** thorst has quit IRC | 10:51 | |
openstackgerrit | Merged openstack/python-watcherclient: Drop py33 support https://review.openstack.org/257806 | 10:57 |
*** vtech has quit IRC | 11:15 | |
*** wootehfoot has joined #openstack-watcher | 11:17 | |
*** slaweq_work has joined #openstack-watcher | 11:38 | |
slaweq_work | hello | 11:38 |
slaweq_work | I wonder if You are planning to add scripts like "run_tests.sh" to watcher project | 11:38 |
slaweq_work | it is in most of openstack projects and IMHO it would be good to add it also to watcher sources, what do You think? | 11:39 |
*** thorst has joined #openstack-watcher | 11:51 | |
*** wootehfoot has quit IRC | 11:51 | |
*** thorst has quit IRC | 11:56 | |
jed56 | hello slaweq_work | 12:10 |
*** vtech has joined #openstack-watcher | 12:11 | |
jed56 | yes it is a good idea | 12:11 |
jed56 | thanks for your contribution | 12:11 |
slaweq_work | jed56: can I do it somehow? | 12:13 |
slaweq_work | should I cherry pick it somehow from other repo (which) or just copy/paste proper scripts to watcher repo and push it to review? | 12:14 |
jed56 | IMHO, you can directly propose a patchset which can be inspired from other projects | 12:15 |
slaweq_work | ok, thx | 12:36 |
slaweq_work | I will try to do it today or tomorrow | 12:36 |
jed56 | cool | 12:37 |
slaweq_work | I have to You one more question | 12:41 |
slaweq_work | in watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py in each method there is something like: "sercon = BasicConsolidation()" | 12:41 |
slaweq_work | can't it be moved to setUp method and then used as self.sercon ? | 12:41 |
slaweq_work | maybe there is some important reason why in each test is created new object? | 12:42 |
*** thorst has joined #openstack-watcher | 12:45 | |
jed56 | nop, there is not technical reason | 12:57 |
jed56 | you add the instantiation in the setup if you want | 12:57 |
slaweq_work | ok, thx | 12:59 |
slaweq_work | if I would like to push patch with such small change, should I make some bug report on launchpad or something like that? or just push it to review? | 13:00 |
slaweq_work | I'm asking because I'm now starting to do something for our internal needs with watcher but I will probably find some such small thinkg which can be easily fixed :) | 13:01 |
slaweq_work | and I would like to just fix them if it is possible | 13:01 |
vincentfrancoise | Hi slaweq_work | 13:13 |
vincentfrancoise | IMHO it would be better to create a bug that you set as 'wishlist' in the 'importance' section. | 13:15 |
vincentfrancoise | This way you can quickly explain why you created patchset (just like you did here) and also because it will be referenced in the releases. | 13:16 |
slaweq_work | ok, good | 13:16 |
slaweq_work | thx | 13:16 |
slaweq_work | I will do it like that :) | 13:16 |
vincentfrancoise | Thanks :) | 13:17 |
openstackgerrit | Steve Wilkerson proposed openstack/watcher: Remove string concatenation in favor of string formatting https://review.openstack.org/255289 | 13:52 |
*** bzhou has joined #openstack-watcher | 14:00 | |
*** april__ has joined #openstack-watcher | 14:01 | |
*** dtardivel has joined #openstack-watcher | 14:02 | |
jed56 | sballe : do we still have a meeting regarding your POC ? | 14:02 |
jed56 | bzhou : hello | 14:03 |
bzhou | jed56: good afternoon | 14:03 |
dtardivel | hi | 14:03 |
bzhou | I just saw Vincent's comments | 14:03 |
jed56 | do you know if we have a meeting ? :) | 14:04 |
bzhou | They are great comments. Thanks a lot. I will upload a new patch set tomorrow | 14:04 |
bzhou | let me check with Susanne | 14:05 |
jed56 | thanks | 14:06 |
bzhou | sorry, no response from her. I think I am fine with the POC progress and I don't see any blockers till now. | 14:09 |
dtardivel | do you wait for somethings from us ? | 14:10 |
bzhou | You guys are doing lots of refactor and I am keeping rebase the code :-) | 14:10 |
jed56 | bzhou : sorry about that | 14:11 |
bzhou | don't worry about that. It's good thing for the project | 14:11 |
vincentfrancoise | hi bzhou | 14:11 |
bzhou | hi, vincent | 14:12 |
vincentfrancoise | I guess it will slow down soon ;) | 14:12 |
bzhou | good to know | 14:12 |
bzhou | btw, thank you for your great comments | 14:13 |
*** cjvolzka has joined #openstack-watcher | 14:18 | |
vincentfrancoise | you're welcome :) | 14:20 |
tpeoples | dtardivel: did you have a chance to give devstack another try? | 14:26 |
*** bzhou has quit IRC | 14:34 | |
*** april__ has quit IRC | 14:47 | |
openstackgerrit | Taylor Peoples proposed openstack/watcher: Implement DevStack plugin https://review.openstack.org/254584 | 14:52 |
slaweq_work | plop: I just made bug report for this run_tests.sh script: https://bugs.launchpad.net/watcher/+bug/1526361 | 14:52 |
openstack | Launchpad bug 1526361 in watcher "Add helper scripts to watcher repository" [Undecided,New] - Assigned to Slawek Kaplonski (slaweq) | 14:52 |
slaweq_work | is it fine for You? | 14:52 |
*** gabor_antal has joined #openstack-watcher | 14:53 | |
*** bzhou has joined #openstack-watcher | 14:55 | |
*** bzhou has quit IRC | 14:56 | |
*** Kevin_Zheng has quit IRC | 15:23 | |
*** Kevin_Zheng has joined #openstack-watcher | 15:25 | |
openstackgerrit | Steve Wilkerson proposed openstack/watcher: Remove string concatenation in favor of string formatting https://review.openstack.org/255289 | 15:25 |
*** vtech has quit IRC | 15:56 | |
openstackgerrit | Steve Wilkerson proposed openstack/watcher: Remove string concatenation in favor of string formatting https://review.openstack.org/255289 | 16:43 |
openstackgerrit | Gábor Antal proposed openstack/watcher: Removed duplicated function prepare_service() https://review.openstack.org/258007 | 16:50 |
openstackgerrit | Gábor Antal proposed openstack/watcher: Removed duplicated function prepare_service() https://review.openstack.org/258007 | 16:55 |
openstackgerrit | Vincent Françoise proposed openstack/watcher: Internationalization (i18n) - Enable French locale https://review.openstack.org/256591 | 16:57 |
openstackgerrit | Gábor Antal proposed openstack/watcher: Removed duplicated function prepare_service() https://review.openstack.org/258007 | 17:13 |
openstackgerrit | Merged openstack/watcher: Remove pragma no cover from code https://review.openstack.org/254769 | 17:36 |
*** vincentfrancoise has quit IRC | 17:48 | |
openstackgerrit | Merged openstack/watcher: Internationalization (i18n) - Enable French locale https://review.openstack.org/256591 | 17:49 |
*** gabor_antal has quit IRC | 18:43 | |
*** gabor_antal has joined #openstack-watcher | 18:51 | |
*** gabor_antal has left #openstack-watcher | 18:52 | |
*** gabor_antal has joined #openstack-watcher | 18:53 | |
openstackgerrit | Gábor Antal proposed openstack/watcher: 'admin_user' opt (and others) imported twice https://review.openstack.org/258115 | 19:10 |
*** thorst_ has joined #openstack-watcher | 19:30 | |
*** openstackgerrit has quit IRC | 19:32 | |
*** openstackgerrit has joined #openstack-watcher | 19:32 | |
*** thorst has quit IRC | 19:33 | |
*** wootehfoot has joined #openstack-watcher | 19:56 | |
*** vtech has joined #openstack-watcher | 20:37 | |
*** dtardivel has quit IRC | 20:47 | |
*** wootehfoot has quit IRC | 21:22 | |
*** vtech has quit IRC | 21:38 | |
*** vtech has joined #openstack-watcher | 21:49 | |
*** vtech has quit IRC | 22:05 | |
*** vtech has joined #openstack-watcher | 22:13 | |
*** thorst_ has quit IRC | 22:18 | |
*** vtech has quit IRC | 22:21 | |
*** cjvolzka has quit IRC | 22:44 | |
openstackgerrit | Steve Wilkerson proposed openstack/watcher: Add Creative Commons Attribution header to documentation https://review.openstack.org/258177 | 22:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!