[Docs] Update version to 0.10.2

* Changes the StackLight Collector plugin version from 0.10.1 to 0.10.2
* Updated metric definitions for memcached
* Fixed issue when installing the OCF script

Change-Id: Ie10d58a372dce9e06ff77d90be8312b3550eb02d
This commit is contained in:
Guillaume Thouvenin 2016-09-26 13:19:31 +02:00
parent 7c4e9afccc
commit a9baf6568a
5 changed files with 21 additions and 9 deletions

View File

@ -53,7 +53,7 @@ copyright = u'2016, Mirantis Inc.'
# The short X.Y version.
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.10.1'
release = '0.10.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -15,7 +15,7 @@ plugins catalog:**
.. code-block:: console
[root@home ~]# scp lma_collector-0.10-0.10.1-1.noarch.rpm \
[root@home ~]# scp lma_collector-0.10-0.10.2-1.noarch.rpm \
root@<Fuel Master node IP address>:
#. Install the plugin using the
@ -23,7 +23,7 @@ plugins catalog:**
.. code-block:: console
[root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.1-1.noarch.rpm
[root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.2-1.noarch.rpm
#. Verify that the plugin is installed correctly:
@ -32,7 +32,7 @@ plugins catalog:**
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|----------|----------------
1 | lma_collector | 0.10.1 | 4.0.0
1 | lma_collector | 0.10.2 | 4.0.0
Install from source
@ -109,4 +109,4 @@ that file later on.
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|----------|----------------
1 | lma_collector | 0.10.1 | 4.0.0
1 | lma_collector | 0.10.2 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight Collector plugin 0.10.1 has the following limitations:
The StackLight Collector plugin 0.10.2 has the following limitations:
* The plugin is not compatible with an OpenStack environment deployed with
nova-network.
@ -11,4 +11,4 @@ The StackLight Collector plugin 0.10.1 has the following limitations:
* When you re-execute tasks on deployed nodes using the Fuel CLI, the
*collectd* processes will be restarted on these nodes during the
post-deployment phase.
See `bug #1570850 <https://bugs.launchpad.net/lma-toolchain/+bug/1570850>`_.
See `bug #1570850 <https://bugs.launchpad.net/lma-toolchain/+bug/1570850>`_.

View File

@ -7,6 +7,18 @@
Release notes
-------------
Version 0.10.2
++++++++++++++
The StackLight Collector plugin 0.10.2 for Fuel contains the following updates:
* Updated the documentation with new definitions for memcached_ps_cputime_syst
and memcached_ps_cputime_user. See
`#1576265 <https://bugs.launchpad.net/lma-toolchain/+bug/1576265>`_.
* Fixed issue when installing the OCF script. See
`#1575039 <https://bugs.launchpad.net/lma-toolchain/+bug/1575039>`_.
Version 0.10.1
++++++++++++++

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Collector plugin 0.10.1 has the following requirements:
The StackLight Collector plugin 0.10.2 has the following requirements:
+-------------------------------------------------------+-------------------------------------------------------------------+
| Requirement | Version/Comment |
@ -19,4 +19,4 @@ The StackLight Collector plugin 0.10.1 has the following requirements:
| A running InfluxDB server (for metric analytics) | 0.10.0 or higher, the RESTful API must be enabled over port 8086 |
+-------------------------------------------------------+-------------------------------------------------------------------+
| A running Nagios server (for infrastructure alerting) | 3.5 or higher, the command CGI must be enabled |
+-------------------------------------------------------+-------------------------------------------------------------------+
+-------------------------------------------------------+-------------------------------------------------------------------+