[doc] Add a generic and extensible way to describe the flow of actions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
watcher |
Fix Released
|
Medium
|
Vincent Françoise |
Bug Description
https:/
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/watcher" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 86d3c2ff897d755
Author: Jean-Emile DARTOIS <email address hidden>
Date: Fri Jan 8 12:03:55 2016 +0100
Add a generic and extensible way to describe the flow of actions
In watcher, an audit generates a set of actions which
aims at achieving a given goal (lower energy consumption, ...).
It is possible to configure different strategies in order to achieve
each goal. Each strategy is written as a Python class which produces
a set of actions. Today, the set of possible actions is fixed for a
given version of Watcher and enables optimization algorithms to
include actions such as instance migration, changing hypervisor state,
changing power state (ACPI level, ...).
This patchset propose a generic and extensible way to describe
the actions and his parameters that we want to add to Action Plan.
It also remove the static actions because they are now deprecated.
The documentation regarding strategy plugin need to be
updated (plugins.rst).
DocImpact
Partially implements: blueprint watcher-
Change-Id: I3d641080e8ad89
Changed in watcher: | |
importance: | Undecided → Medium |
milestone: | none → mitaka-3 |
tags: | added: doc |
summary: |
- Add a generic and extensible way to describe the flow of actions + [doc] Add a generic and extensible way to describe the flow of actions |
Changed in watcher: | |
assignee: | nobody → Vincent Françoise (vincent-francoise) |
Fix proposed to branch: master /review. openstack. org/281384
Review: https:/