trove/releasenotes/notes/cluster-notifications-fd205f5f0148b052.yaml
Bartosz Zurkowski 59e8cb7e75 Extend cluster events
This patch extends adds a new field 'instance_ids' in payloads of two
cluster events:
     - DBaaSClusterShrink (during start and end notification),
     - DBaaSClusterGrow (during end notification).

Moreover, additional end notifications after growing and shrinking
cluster have been added.

The purpose of this change if to enable better integration with
tools for monitoring resources usage.

Change-Id: I2c39b2c3bff65f88e46944eda22209bdc92803bc
Signed-off-by: Kasper Hasior <k.hasior@samsung.com>
Co-Authored-By: Kasper Hasior <k.hasior@samsung.com>
Story: #2005520
Task: #30639
2019-05-12 02:06:42 +00:00

9 lines
366 B
YAML

---
features:
- Adds new fields "instance_ids", which is supposed to contain ids of
cluster instances, in payloads of two cluster events -
DBaaSClusterShrink and DBaaSClusterGrow. Moreover, additional end
notifications after growing and shrinking cluster have been added.
It allows better integration with tools for monitoring resources
usage.