Tuesday, 2017-01-17

openstackgerritHidekazu Nakamura proposed openstack/watcher: Fix dummy strategy to use input parameters  https://review.openstack.org/42099800:04
*** hidekazu has joined #openstack-watcher00:05
*** thorst has joined #openstack-watcher00:19
*** thorst has quit IRC00:21
*** thorst has joined #openstack-watcher01:22
*** thorst has quit IRC01:27
*** zhurong has joined #openstack-watcher01:41
*** thorst has joined #openstack-watcher01:42
*** thorst has quit IRC01:43
*** thorst has joined #openstack-watcher02:44
*** thorst has quit IRC02:48
*** diga has joined #openstack-watcher02:54
*** yuanying has quit IRC03:01
*** yuanying has joined #openstack-watcher03:01
*** yuanying has quit IRC03:01
*** yuanying has joined #openstack-watcher03:02
*** yuanying has quit IRC03:06
*** zhurong has quit IRC03:40
*** yuanying has joined #openstack-watcher04:02
*** diga has quit IRC04:12
*** thorst has joined #openstack-watcher04:45
*** thorst has quit IRC04:50
*** yuanying has quit IRC04:55
*** yuanying has joined #openstack-watcher05:03
*** adisky_ has joined #openstack-watcher05:31
*** yuanying has quit IRC05:46
*** yuanying has joined #openstack-watcher05:47
*** yuanying has quit IRC05:51
*** zhurong has joined #openstack-watcher06:36
*** thorst has joined #openstack-watcher06:46
*** thorst has quit IRC06:50
*** yuanying has joined #openstack-watcher07:23
*** alexchadin has joined #openstack-watcher07:55
openstackgerritAlexander Chadin proposed openstack/watcher-specs: Add improvements to Applier to make it parallel  https://review.openstack.org/41307908:03
openstackgerritlicanwei proposed openstack/python-watcherclient: update '--detail' help in goal list  https://review.openstack.org/42112508:23
*** vincentfrancoise has joined #openstack-watcher08:31
*** dtardivel has joined #openstack-watcher08:31
openstackgerritMerged openstack/watcher: Update Server Consolidation global efficacy  https://review.openstack.org/41786708:36
*** thorst has joined #openstack-watcher08:47
openstackgerritDavid TARDIVEL proposed openstack/watcher: Add action plan SUPERSEDED state  https://review.openstack.org/42113608:47
*** thorst has quit IRC08:52
*** danpawlik has quit IRC09:09
*** danpawlik has joined #openstack-watcher09:15
*** danpawlik has quit IRC09:19
*** danpawlik has joined #openstack-watcher09:19
*** hidekazu has quit IRC09:37
openstackgerritZeyu Zhu proposed openstack/watcher: Modify the field in tox.ini  https://review.openstack.org/42118009:41
*** zhurong has quit IRC09:44
openstackgerritMerged openstack/watcher: Add action plan SUPERSEDED state  https://review.openstack.org/42113609:59
openstackgerritMerged openstack/watcher: Modify the field in tox.ini  https://review.openstack.org/42118010:19
dtardivelvmahe: hello10:40
*** vmahe__ has joined #openstack-watcher10:40
*** thorst has joined #openstack-watcher10:48
*** thorst has quit IRC10:52
*** diga has joined #openstack-watcher12:10
*** diga has quit IRC12:29
*** lamt has quit IRC12:41
*** thorst has joined #openstack-watcher12:46
openstackgerritDavid TARDIVEL proposed openstack/watcher: Graph cluster model instead of mapping one  https://review.openstack.org/41843412:55
sballe_morning12:56
vincentfrancoisesballe_: hi12:58
*** jwcroppe has joined #openstack-watcher12:59
*** lamt has joined #openstack-watcher13:11
openstackgerritVincent Françoise proposed openstack/watcher: Remove obsolete Resource element  https://review.openstack.org/41897413:14
openstackgerritVincent Françoise proposed openstack/watcher: Use RPC cast() to be asynchronous  https://review.openstack.org/42126813:24
*** acabot has joined #openstack-watcher13:28
openstackgerritDavid TARDIVEL proposed openstack/watcher: Remove blackslashes in Watcher codebase  https://review.openstack.org/41248413:32
*** vmahe__ has quit IRC13:34
openstackgerritMerged openstack/watcher: Fix dummy strategy to use input parameters  https://review.openstack.org/42099813:39
openstackgerritMerged openstack/watcher: Updated from global requirements  https://review.openstack.org/42087413:39
openstackgerritMerged openstack/python-watcherclient: update '--detail' help in goal list  https://review.openstack.org/42112513:39
openstackgerritAntoine Cabot proposed openstack/watcher: add Ocata release notes  https://review.openstack.org/42128114:01
openstackgerritAlexander Chadin proposed openstack/watcher: New default planner  https://review.openstack.org/40699114:35
openstackgerritAlexander Chadin proposed openstack/watcher: New Applier Workflow Engine  https://review.openstack.org/42129714:35
*** alexchadin has quit IRC14:38
openstackgerritAntoine Cabot proposed openstack/watcher: add Ocata release notes  https://review.openstack.org/42128114:50
*** lamt has quit IRC14:52
*** alexchadin has joined #openstack-watcher14:57
alexchadinvincentfrancoise: hi14:57
*** lamt has joined #openstack-watcher14:58
vincentfrancoisealexchadin: hi15:03
alexchadinvincentfrancoise: how can I change max_workers if I place it in get_config_opts method?15:04
alexchadinvincentfrancoise: using watcher.conf file?15:05
vincentfrancoisealexchadin: ah for the tests you mean?15:06
vincentfrancoisebecause yeah max_workers will end up in the generated watcher.conf otherwise15:07
alexchadinvincentfrancoise: no, for production. I mean, how can I pass some different values (e.g. 4,6,8)?15:07
vincentfrancoisealexchadin: if you auto-generate the watcher.conf.sample file15:09
vincentfrancoisealexchadin: you'll see that it will create a new [watcher_workflow_engines.taskflow] section15:10
vincentfrancoisealexchadin: and in there you will have you max_workers option ready to be tuned15:11
vincentfrancoisealexchadin: that's done the same way you have the [watcher_strategies.basic] section in http://docs.openstack.org/developer/watcher/deploy/conf-files.html15:12
alexchadinvincentfrancoise: thank you!15:13
openstackgerritAlexander Chadin proposed openstack/watcher: New Applier Workflow Engine  https://review.openstack.org/42129715:17
*** alexchadin has quit IRC15:18
acabotalexchadin : hello15:56
acabotalexchadin : you probably need to rewrite this https://review.openstack.org/#/c/385871/ after your implementation15:56
acabotalexchadin : what about this one https://review.openstack.org/#/c/413079/ ?15:59
*** absubram has joined #openstack-watcher16:09
openstackgerritMerged openstack/python-watcherclient: Updated from global requirements  https://review.openstack.org/42086816:12
*** vmahe_ has joined #openstack-watcher16:30
openstackgerritMerged openstack/watcher-specs: Add improvements to Applier to make it parallel  https://review.openstack.org/41307917:04
*** vincentfrancoise has quit IRC17:33
*** absubram has quit IRC17:55
*** absubram has joined #openstack-watcher18:07
*** adisky_ has quit IRC18:29
*** vmahe_ has quit IRC18:34
*** lamt has quit IRC19:27
*** dtardivel has quit IRC19:44
*** absubram has quit IRC20:23
*** absubram has joined #openstack-watcher20:54
*** wootehfoot has joined #openstack-watcher20:59
*** absubram has quit IRC21:11
*** lamt has joined #openstack-watcher21:21
*** wootehfoot has quit IRC21:47
*** thorst has quit IRC21:59
*** harlowja has quit IRC22:01
*** thorst has joined #openstack-watcher22:24
*** thorst has quit IRC22:24
*** jimbaker has quit IRC22:39
*** jimbaker has joined #openstack-watcher22:41
*** thorst has joined #openstack-watcher22:46
*** thorst has quit IRC22:53
*** lamt has quit IRC23:15
*** diga has joined #openstack-watcher23:57

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