149045edbc
Intorduces Trove datasource enabling Trove instances and clusters in Vitrage Entity Graph. Change-Id: I4c42c577216a6d1ef911c60b151f1e9fe6d729dd Signed-off-by: Bartosz Zurkowski <b.zurkowski@samsung.com>
15 lines
902 B
YAML
15 lines
902 B
YAML
---
|
|
features:
|
|
- A new ``Trove Datasource`` has been introduced to include Trove entities
|
|
(database instances and clusters) in Vitrage Entity Graph. Trove is Database
|
|
as a Service solution offering database lifecycle management (automated
|
|
provisioning, configuration, backups, clustering etc.). Adding the
|
|
datasource to Vitrage enables detecting problems at lower levels of
|
|
infrastructure that may affect functioning of running databases, and react
|
|
in response to identified issues e.g. scale the database up/out or
|
|
live-migrate virtual machines from failed compute. This change is the
|
|
first stage of integration with Trove. At this point, Trove entities are
|
|
extracted using PULL approach, based on periodical snapshot-query to Trove
|
|
API for the current list of Trove entities. In the future, PUSH approach
|
|
based on Trove notifications will be implemented.
|