summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorBartosz Zurkowski <b.zurkowski@samsung.com>2019-04-29 12:45:10 +0200
committerLingxian Kong <anlin.kong@gmail.com>2019-05-12 02:06:42 +0000
commit59e8cb7e75e33da0b37a3dfa250bf1bc9a9cd0b9 (patch)
tree6bf06787ae6d385f93295dd066303aa064b7db8b /releasenotes
parentd5d84653cf71a016250165c7ad8d66cb4f0e1d26 (diff)
downloadtrove-59e8cb7e75e33da0b37a3dfa250bf1bc9a9cd0b9.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/cluster-notifications-fd205f5f0148b052.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/cluster-notifications-fd205f5f0148b052.yaml b/releasenotes/notes/cluster-notifications-fd205f5f0148b052.yaml
new file mode 100644
index 00000000..2e5ff896
--- /dev/null
+++ b/releasenotes/notes/cluster-notifications-fd205f5f0148b052.yaml
@@ -0,0 +1,8 @@
+---
+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.