*** licanwei has joined #openstack-watcher | 01:19 | |
*** harlowja has quit IRC | 01:50 | |
*** AlexeyAbashkin has joined #openstack-watcher | 02:02 | |
*** AlexeyAbashkin has quit IRC | 02:06 | |
*** harlowja has joined #openstack-watcher | 02:31 | |
*** AlexeyAbashkin has joined #openstack-watcher | 03:04 | |
*** AlexeyAbashkin has quit IRC | 03:09 | |
*** nicolasbock has quit IRC | 03:40 | |
*** harlowja has quit IRC | 03:55 | |
*** hidekazu has joined #openstack-watcher | 03:57 | |
openstackgerrit | licanwei proposed openstack/watcher master: add start and end time for continuous audit https://review.openstack.org/556796 | 07:31 |
---|---|---|
openstackgerrit | licanwei proposed openstack/python-watcherclient master: add start and end time for continuous audit https://review.openstack.org/558415 | 07:34 |
*** alexchadin has joined #openstack-watcher | 07:51 | |
*** AlexeyAbashkin has joined #openstack-watcher | 07:53 | |
alexchadin | licanwei: hi | 08:22 |
licanwei | alexchadin: hi | 08:28 |
alexchadin | licanwei: how are you? | 08:29 |
alexchadin | licanwei: do you have some time to discuss your blueprint? | 08:29 |
alexchadin | licanwei: about enhancing applier | 08:29 |
licanwei | alexchadin: ok | 08:29 |
alexchadin | licanwei: don't you want to add execution_rule config to each strategy instead of making it global one? | 08:32 |
licanwei | alexchadin: why? | 08:33 |
licanwei | alexchadin: I just want to use some new strategy | 08:34 |
alexchadin | licanwei: why not to adapt current ones to this enhancement? | 08:35 |
licanwei | alexchadin: Do you want to be aware of the strategy? | 08:35 |
licanwei | alexchadin: oh~ | 08:36 |
licanwei | alexchadin: All strategies need to be adjusted | 08:37 |
alexchadin | licanwei: no, I just want to understand how we can use our current planner to build graph of linked actions | 08:37 |
alexchadin | hm | 08:38 |
alexchadin | ok | 08:38 |
licanwei | alexchadin: https://review.openstack.org/#/c/554765/ | 08:38 |
alexchadin | you propose to continue execution of action plan even if one of actions is failed, right? | 08:38 |
licanwei | alexchadin: yes | 08:39 |
alexchadin | licanwei: yeah, I see | 08:39 |
alexchadin | licanwei: I've discussed it about year ago with Vincent, he thought that if some actions are failed during workflow's execution then we can't consider that goal of action plan is reached | 08:41 |
licanwei | alexchadin: This is for CONTINUOUS audit mainly | 08:44 |
licanwei | alexchadin: We can get closer to the goal each time | 08:46 |
alexchadin | licanwei: ok, I see | 08:46 |
alexchadin | licanwei: you should update docs to mention about this feature and make a release note | 08:47 |
licanwei | alexchadin: Now if the action failed, next time the audit maybe have the same action | 08:47 |
licanwei | alexchadin: because the condition don't change | 08:48 |
licanwei | alexchadin: ok , I will update docs | 08:49 |
openstackgerrit | zhongshengping proposed openstack/puppet-watcher master: Deprecate auth_uri option https://review.openstack.org/558437 | 08:55 |
alexchadin | licanwei: if parent action is successfully executed, will child action be executed? | 09:06 |
licanwei | alexchadin: child action will skip | 09:07 |
alexchadin | licanwei: and childs of this child action will also be skipped, right? | 09:08 |
licanwei | alexchadin: yes | 09:08 |
alexchadin | licanwei: hmm | 09:08 |
alexchadin | interesting | 09:08 |
licanwei | alexchadin: example is one vm has 3 destination nodes, we don't know how to choice | 09:10 |
licanwei | alexchadin: then we can create 3 actions | 09:11 |
licanwei | alexchadin: we just need one of these executes successfully, and skip others | 09:12 |
alexchadin | licanwei: I understand, I'm trying to imagine how balancing strategies (like workload_stabilization) can be adapted for this improvement | 09:12 |
licanwei | alexchadin: This simplifies the strategy | 09:13 |
alexchadin | licanwei: btw add this example (about 3 actions) to your spec | 09:19 |
licanwei | alexchadin: OK~ | 09:20 |
openstackgerrit | Hidekazu Nakamura proposed openstack/watcher-tempest-plugin master: Fix workload balancing scenario https://review.openstack.org/558459 | 09:20 |
openstackgerrit | Alexander Chadin proposed openstack/watcher master: zuulv3 optimization https://review.openstack.org/556805 | 09:25 |
*** hidekazu has quit IRC | 09:26 | |
openstackgerrit | Alexander Chadin proposed openstack/watcher-tempest-plugin master: Restore execution of actions in basic_consolidation strategy https://review.openstack.org/558462 | 09:27 |
openstackgerrit | Alexander Chadin proposed openstack/watcher-tempest-plugin master: Restore execution of actions in basic_consolidation strategy https://review.openstack.org/558462 | 09:33 |
openstackgerrit | Alexander Chadin proposed openstack/watcher-tempest-plugin master: Restore functional job https://review.openstack.org/558464 | 09:33 |
*** alexchadin has quit IRC | 09:45 | |
*** alexchadin has joined #openstack-watcher | 09:57 | |
*** alexchadin has quit IRC | 10:20 | |
*** alexchadin has joined #openstack-watcher | 10:22 | |
*** alexchadin has quit IRC | 10:22 | |
*** alexchadin has joined #openstack-watcher | 10:23 | |
*** alexchadin has quit IRC | 10:27 | |
*** nicolasbock has joined #openstack-watcher | 10:33 | |
*** alexchadin has joined #openstack-watcher | 10:51 | |
*** alexchadin has quit IRC | 10:56 | |
*** alexchadin has joined #openstack-watcher | 10:56 | |
*** licanwei has quit IRC | 11:00 | |
*** ianychoi_ has joined #openstack-watcher | 11:11 | |
*** ianychoi has quit IRC | 11:14 | |
openstackgerrit | licanwei proposed openstack/watcher-specs master: Add the start and end time for CONTINUOUS audit https://review.openstack.org/551058 | 11:39 |
*** alexchadin has quit IRC | 12:23 | |
*** alexchadin has joined #openstack-watcher | 12:27 | |
openstackgerrit | Merged openstack/watcher master: zuulv3 optimization https://review.openstack.org/556805 | 13:06 |
openstackgerrit | Merged openstack/watcher-tempest-plugin master: Restore execution of actions in basic_consolidation strategy https://review.openstack.org/558462 | 13:28 |
*** alexchadin has quit IRC | 14:14 | |
*** alexchadin has joined #openstack-watcher | 14:14 | |
*** alexchadin has quit IRC | 14:15 | |
*** alexchadin has joined #openstack-watcher | 14:15 | |
*** alexchadin has quit IRC | 14:15 | |
*** alexchadin has joined #openstack-watcher | 14:16 | |
*** alexchadin has quit IRC | 14:16 | |
*** alexchadin has joined #openstack-watcher | 14:16 | |
*** alexchadin has quit IRC | 14:17 | |
*** alexchadin has joined #openstack-watcher | 14:17 | |
*** alexchadin has quit IRC | 14:18 | |
*** alexchadin has joined #openstack-watcher | 14:18 | |
*** alexchadin has quit IRC | 14:22 | |
*** alexchadin has joined #openstack-watcher | 14:27 | |
*** alexchadin has quit IRC | 14:32 | |
*** alexchadin has joined #openstack-watcher | 14:47 | |
*** alexchadin has quit IRC | 15:04 | |
*** alexchadin has joined #openstack-watcher | 15:41 | |
*** alexchadin has quit IRC | 16:08 | |
*** alexchadin has joined #openstack-watcher | 16:17 | |
*** alexchadin has quit IRC | 16:26 | |
*** alexchadin has joined #openstack-watcher | 16:28 | |
*** AlexeyAbashkin has quit IRC | 16:31 | |
*** alexchadin has quit IRC | 16:33 | |
*** alexchadin has joined #openstack-watcher | 16:41 | |
*** alexchadin has quit IRC | 16:45 | |
*** alexchadin has joined #openstack-watcher | 16:55 | |
openstackgerrit | Alexander Chadin proposed openstack/watcher master: [WiP] docs update https://review.openstack.org/558559 | 16:56 |
*** AlexeyAbashkin has joined #openstack-watcher | 17:37 | |
*** AlexeyAbashkin has quit IRC | 17:42 | |
*** alexchadin has quit IRC | 17:50 | |
*** AlexeyAbashkin has joined #openstack-watcher | 18:02 | |
*** AlexeyAbashkin has quit IRC | 18:06 | |
*** aspiers[m] has quit IRC | 18:47 | |
*** aspiers[m] has joined #openstack-watcher | 18:55 | |
*** AlexeyAbashkin has joined #openstack-watcher | 18:55 | |
*** AlexeyAbashkin has quit IRC | 19:00 | |
*** harlowja has joined #openstack-watcher | 19:23 | |
*** ianychoi__ has joined #openstack-watcher | 19:38 | |
*** ianychoi_ has quit IRC | 19:41 | |
openstackgerrit | Egor Panfilov proposed openstack/watcher-specs master: Watcher Planner Selector https://review.openstack.org/558614 | 19:54 |
openstackgerrit | Egor Panfilov proposed openstack/watcher-specs master: Watcher Planner Selector https://review.openstack.org/558614 | 20:34 |
*** AlexeyAbashkin has joined #openstack-watcher | 22:00 | |
*** AlexeyAbashkin has quit IRC | 22:05 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!