Documentation with details on general concurrency as well as OpenStack specific libraries. Describes how different libraries are effectively used across different Watcher services. This includes describing how futurist is used in the Decision Engine and how taskflow is used in the Applier. Finally, this documentation describes how contributors can use the new DecisionEngineThreadpool effectively and includes examples. https://docs.openstack.org/futurist/latest/ https://docs.openstack.org/taskflow/latest/ Change-Id: Ic1cd1f3733a0e9a239c9b8d49951e1e4ece49f3a Partially Implements: blueprint general-purpose-decision-engine-threadpool
123 lines
2.6 KiB
ReStructuredText
123 lines
2.6 KiB
ReStructuredText
..
|
|
Except where otherwise noted, this document is licensed under Creative
|
|
Commons Attribution 3.0 License. You can view the license at:
|
|
|
|
https://creativecommons.org/licenses/by/3.0/
|
|
|
|
================================
|
|
Welcome to Watcher documentation
|
|
================================
|
|
|
|
OpenStack Watcher provides a flexible and scalable resource optimization
|
|
service for multi-tenant OpenStack-based clouds.
|
|
Watcher provides a complete optimization loop—including everything from a
|
|
metrics receiver, complex event processor and profiler, optimization processor
|
|
and an action plan applier. This provides a robust framework to realize a wide
|
|
range of cloud optimization goals, including the reduction of data center
|
|
operating costs, increased system performance via intelligent virtual machine
|
|
migration, increased energy efficiency and more!
|
|
|
|
Watcher project consists of several source code repositories:
|
|
|
|
* `watcher`_ - is the main repository. It contains code for Watcher API server,
|
|
Watcher Decision Engine and Watcher Applier.
|
|
* `python-watcherclient`_ - Client library and CLI client for Watcher.
|
|
* `watcher-dashboard`_ - Watcher Horizon plugin.
|
|
|
|
The documentation provided here is continually kept up-to-date based
|
|
on the latest code, and may not represent the state of the project at any
|
|
specific prior release.
|
|
|
|
.. _watcher: https://opendev.org/openstack/watcher/
|
|
.. _python-watcherclient: https://opendev.org/openstack/python-watcherclient/
|
|
.. _watcher-dashboard: https://opendev.org/openstack/watcher-dashboard/
|
|
|
|
Developer Guide
|
|
===============
|
|
|
|
Introduction
|
|
------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
glossary
|
|
architecture
|
|
contributor/contributing
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contributor/index
|
|
|
|
Installation
|
|
============
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install/index
|
|
|
|
Admin Guide
|
|
===========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
admin/index
|
|
contributor/concurrency
|
|
|
|
User Guide
|
|
==========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
user/index
|
|
|
|
API References
|
|
==============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
API Reference <https://docs.openstack.org/api-ref/resource-optimization/>
|
|
Watcher API Microversion History </contributor/api_microversion_history>
|
|
|
|
Plugins
|
|
-------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contributor/plugin/index
|
|
|
|
Watcher Configuration Options
|
|
=============================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configuration/index
|
|
|
|
Watcher Manual Pages
|
|
====================
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 1
|
|
|
|
man/index
|
|
|
|
|
|
.. only:: html
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|