Merge "Added information on plugin mechanism to glossary"
This commit is contained in:
@@ -49,6 +49,10 @@ be one of the following:
|
|||||||
- **CANCELLED** : the :ref:`Action <action_definition>` was in **PENDING** or
|
- **CANCELLED** : the :ref:`Action <action_definition>` was in **PENDING** or
|
||||||
**ONGOING** state and was cancelled by the
|
**ONGOING** state and was cancelled by the
|
||||||
:ref:`Administrator <administrator_definition>`
|
:ref:`Administrator <administrator_definition>`
|
||||||
|
|
||||||
|
:ref:`Some default implementations are provided <watcher_planners>`, but it is
|
||||||
|
possible to :ref:`develop new implementations <implement_action_plugin>` which
|
||||||
|
are dynamically loaded by Watcher at launch time.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
|
|||||||
@@ -37,6 +37,10 @@ congestion which may decrease the :ref:`SLA <sla_definition>` for
|
|||||||
It is also important to schedule :ref:`Actions <action_definition>` in order to
|
It is also important to schedule :ref:`Actions <action_definition>` in order to
|
||||||
avoid security issues such as denial of service on core OpenStack services.
|
avoid security issues such as denial of service on core OpenStack services.
|
||||||
|
|
||||||
|
:ref:`Some default implementations are provided <watcher_planners>`, but it is
|
||||||
|
possible to :ref:`develop new implementations <implement_planner_plugin>`
|
||||||
|
which are dynamically loaded by Watcher at launch time.
|
||||||
|
|
||||||
See :doc:`../architecture` for more details on this component.
|
See :doc:`../architecture` for more details on this component.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ to find an optimal :ref:`Solution <solution_definition>`.
|
|||||||
When a new :ref:`Goal <goal_definition>` is added to the Watcher configuration,
|
When a new :ref:`Goal <goal_definition>` is added to the Watcher configuration,
|
||||||
at least one default associated :ref:`Strategy <strategy_definition>` should be
|
at least one default associated :ref:`Strategy <strategy_definition>` should be
|
||||||
provided as well.
|
provided as well.
|
||||||
|
|
||||||
|
:ref:`Some default implementations are provided <watcher_strategies>`, but it
|
||||||
|
is possible to :ref:`develop new implementations <implement_strategy_plugin>`
|
||||||
|
which are dynamically loaded by Watcher at launch time.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
|
|||||||
Reference in New Issue
Block a user