watcher.decision_engine.goal.goals
Module¶watcher.decision_engine.goal.goals.
AirflowOptimization
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to optimize the airflow within a cloud infrastructure.
watcher.decision_engine.goal.goals.
ClusterMaintaining
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
ClusterMaintenance
This goal is used to maintain compute nodes without having the user’s application being interrupted.
watcher.decision_engine.goal.goals.
Dummy
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
Reserved goal that is used for testing purposes.
watcher.decision_engine.goal.goals.
HardwareMaintenance
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is to migrate instances and volumes on a set of compute nodes and storage from nodes under maintenance
watcher.decision_engine.goal.goals.
NoisyNeighborOptimization
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to identify and migrate a Noisy Neighbor - a low priority VM that negatively affects performance of a high priority VM in terms of IPC by over utilizing Last Level Cache.
watcher.decision_engine.goal.goals.
SavingEnergy
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to reduce power consumption within a data center.
watcher.decision_engine.goal.goals.
ServerConsolidation
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is for efficient usage of compute server resources in order to reduce the total number of servers.
watcher.decision_engine.goal.goals.
ThermalOptimization
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to balance the temperature across different servers.
watcher.decision_engine.goal.goals.
Unclassified
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to ease the development process of a strategy. Containing no actual indicator specification, this goal can be used whenever a strategy has yet to be formally associated with an existing goal. If the goal achieve has been identified but there is no available implementation, this Goal can also be used as a transitional stage.
watcher.decision_engine.goal.goals.
WorkloadBalancing
(config)[source]¶Bases: watcher.decision_engine.goal.base.Goal
This goal is used to evenly distribute workloads across different servers.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.