Added two precise Use Cases in the spec

The Watcher Decision Engine should query metrics from the Ceilometer 
API V2 to allow an easiest integration with OpenStack components
(especially DevStack).

Change-Id: I0d2dfd78925b1fa5e1d6b7629ced00a2943254a9
blueprint: telemetry-integration
This commit is contained in:
vmahe 2015-11-26 14:22:27 +01:00 committed by Vincent Mahe
parent 6ba4ff557f
commit 19da893bce

View File

@ -11,7 +11,7 @@ Watcher Decision Engine should query metrics from the Ceilometer V2 API
https://blueprints.launchpad.net/watcher/+spec/telemetry-integration https://blueprints.launchpad.net/watcher/+spec/telemetry-integration
Watcher Decision Engine must query metrics from the Ceilometer V2 API to allow Watcher Decision Engine must query metrics from the Ceilometer V2 API to allow
an easiest integration with OpenStack services (especially devstack). an easiest integration with OpenStack services (especially DevStack).
Telemetry used to be the initial name of the Ceilometer project. Now, the Telemetry used to be the initial name of the Ceilometer project. Now, the
following projects are managed by the Telemetry team: following projects are managed by the Telemetry team:
@ -34,12 +34,19 @@ the metrics necessary for the optimization algorithm.
Use Cases Use Cases
---------- ----------
This will address any use case where Watcher needs to be used for optimizing As a developer.
an OpenStack cluster where Telemetry is being used for collecting metrics and I want to be able, in my optimization strategies, to request metrics collected
where the operators do not want to install any other metering chain. by Telemetry services.
So that I can develop and run audits on an official DevStack release
(Kilo and above) just by enabling the Telemetry services.
It will impact every developer that has already developed an optimization As an operator with an admin role.
strategy in the Watcher project. I want to be able to launch audits on data-centers where compute and storage
resources are managed by any Openstack controller deployed with version Kilo
and above.
So that I can optimize the resources of the data-center which I am responsible
of without the need to install a metering chain which is not in an official
release of the core modules.
Project Priority Project Priority
----------------- -----------------