Added release notes for Rocky first release

Change-Id: I4b95ac68cb6f0edc1938fed3ca85dda5fcc575d5
Co-Authored-By: Idan Hefetz <idan.hefetz@nokia.com>
This commit is contained in:
Ifat Afek 2018-06-06 07:56:37 +00:00
parent 75e121f81b
commit 0a1017d7f0
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
features:
- Added a new ``Mock datasource``, which can mock an entire graph and allows
testing large scale stability as well as performance.

View File

@ -0,0 +1,3 @@
---
fixes:
- Many bug fixes related to performance and stability.

View File

@ -0,0 +1,10 @@
---
features:
- The collector service was changed to run on demand instead of periodically,
hence it can now be run in active-active mode. This is as part of a larger
design to improve high availability.
- Oslo service was replaced by cotyledon, so Vitrage uses real threads and
multiprocessing. This change removes unnecessary complications of using
eventlets and timers.
- Created a dedicated process for the api handler, for better handling api
calls under stress.