Jump to: navigation, search

Difference between revisions of "Watcher"

(watcher)
(Architecture)
Line 8: Line 8:
 
== How to use it ? ==
 
== How to use it ? ==
 
== Architecture ==
 
== Architecture ==
 +
 +
Watcher has been designed to use the same modules and architecture of other OpenStack components, such as:
 +
* oslo.db
 +
* oslo.config
 +
* pecan
 +
* WSME
 +
* stevedore
 +
 +
More detailed architecture info can be found here.
 +
 
== Licensing ==
 
== Licensing ==
 
== Roadmap ==
 
== Roadmap ==
 
== Documentation ==
 
== Documentation ==
 
== Source code ==
 
== Source code ==

Revision as of 14:25, 17 March 2015

Watcher

Watcher is an OpenStack module that takes advantage of CEP and ML algorithms/metaheuristics to improve physical resources usage through VM placement improvement. This page is currently a work in progress.

Motivation

Use cases

How to use it ?

Architecture

Watcher has been designed to use the same modules and architecture of other OpenStack components, such as:

  • oslo.db
  • oslo.config
  • pecan
  • WSME
  • stevedore

More detailed architecture info can be found here.

Licensing

Roadmap

Documentation

Source code