Update release notes for 0.9.0

Change-Id: I6dacfd63f574faec1b41ff6622c86e39d5fe01d4
(cherry picked from commit 9c02c49935)
This commit is contained in:
Swann Croiset 2016-04-06 12:00:00 +02:00
parent 1f49e5b58e
commit 1ee4f74083
1 changed files with 41 additions and 10 deletions

View File

@ -6,16 +6,47 @@ Release Notes
Version 0.9.0
-------------
* Collect libvirt metrics on compute nodes.
* Detect spikes of errors in the OpenStack services logs.
* Report OpenStack workers status per node.
* Support multi-environment deployments.
* Add support for Sahara logs and notifications 1493699
* Several critical and high bugs fixes
* 1488717 Controller looses connection to elasticserch/kibana
* 1503251 The collector service stops when the local RabbitMQ server is down
* 1535577 Keystone HTTP metrics are missing
* 1549721 Reduce the monitoring scope of Rabbitmq queues
* Changes
* Upgrade to Heka *0.10.0*.
* Collect libvirt metrics on compute nodes.
* Detect spikes of errors in the OpenStack services logs.
* Report OpenStack workers status per node.
* Support multi-environment deployments.
* Add support for Sahara logs and notifications.
* Bug fixes
* Reconnect to the local RabbitMQ instance if the connection has been lost
(`#1503251 <https://bugs.launchpad.net/lma-toolchain/+bug/1503251>`_).
* Enable buffering for Elasticsearch, InfluxDB, Nagios and TCP outputs to reduce
congestion in the Heka pipeline (`#1488717
<https://bugs.launchpad.net/lma-toolchain/+bug/1488717>`_, `#1557388
<https://bugs.launchpad.net/lma-toolchain/+bug/1557388>`_).
* Return the correct status for Nova when Midonet is used (`#1531541
<https://bugs.launchpad.net/lma-toolchain/+bug/1531541>`_).
* Return the correct status for Neutron when Contrail is used (`#1546017
<https://bugs.launchpad.net/lma-toolchain/+bug/1546017>`_).
* Increase the maximum number of file descriptors (`#1543289
<https://bugs.launchpad.net/lma-toolchain/+bug/1543289>`_).
* Avoid spawning several hekad processes (`#1561109
<https://bugs.launchpad.net/lma-toolchain/+bug/1561109>`_).
* Remove the monitoring of individual queues of RabbitMQ (`#1549721
<https://bugs.launchpad.net/lma-toolchain/+bug/1549721>`_).
* Rotate hekad logs every 30 minutes if necessary (`#1561603
<https://bugs.launchpad.net/lma-toolchain/+bug/1561603>`_).
Version 0.8.0
-------------