[Docs] Update version to 0.10.1

* Changes the StackLight Collector plugin version
from 0.10.0 to 0.10.1
* Adds minor edits

Change-Id: I07e8c3ae9b403b5190b67468e184c177a3bfe405
This commit is contained in:
Maria Zlatkova 2016-09-19 18:48:54 +03:00 committed by Swann Croiset
parent a4fc3a0941
commit b9bf34e53d
6 changed files with 31 additions and 19 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.0'
release = '0.10.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -994,8 +994,9 @@ for the changes to take effect::
/etc/puppet/modules \
/etc/fuel/plugins/lma_collector-<version>/puppet/manifests/configure_afd_filters.pp
If you have also deployed *lma_infrastructure_alerting" plugin, Nagios must be reconfigured as well
by running the following commands on all the nodes with the *lma_infrastructure_alerting* role::
If you have also deployed the StackLight Infrastructure Alerting plugin,
Nagios must be reconfigured as well. To do so, run the following commands on
all the nodes with the *lma_infrastructure_alerting* role::
# rm -f /etc/nagios3/conf.d/lma_* && puppet apply \
--modulepath=/etc/fuel/plugins/lma_infrastructure_alerting-<version>/puppet/modules:\

View File

@ -15,7 +15,7 @@ plugins catalog:**
.. code-block:: console
[root@home ~]# scp lma_collector-0.10-0.10.0-1.noarch.rpm \
[root@home ~]# scp lma_collector-0.10-0.10.1-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.0-1.noarch.rpm
[root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.1-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.0 | 4.0.0
1 | lma_collector | 0.10.1 | 4.0.0
Install from source
@ -96,9 +96,17 @@ that file later on.
**To install the plugin:**
Now that you have created the RPM file, install the plugin using the
:command:`fuel plugins --install` command:
#. Once you create the RPM file, install the plugin:
.. code-block:: console
.. code-block:: console
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-collector/*.noarch.rpm
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-collector/*.noarch.rpm
#. Verify that the plugin is installed correctly:
.. code-block:: console
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|----------|----------------
1 | lma_collector | 0.10.1 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight Collector plugin 0.10.0 has the following limitations:
The StackLight Collector plugin 0.10.1 has the following limitations:
* The plugin is not compatible with an OpenStack environment deployed with
nova-network.

View File

@ -10,16 +10,19 @@ Release notes
Version 0.10.1
++++++++++++++
* Bug fixes
The StackLight Collector plugin 0.10.1 for Fuel contains the following updates:
* Fix Elasticsearch address for collectd when using network templates. See
`#1614944 <https://bugs.launchpad.net/lma-toolchain/+bug/1614944>`_.
* Fixed Elasticsearch address for collectd when using network templates. See
`#1614944 <https://bugs.launchpad.net/lma-toolchain/+bug/1614944>`_.
* Fix InfluxDB address for collectd when using network templates. See
`#1614945 <https://bugs.launchpad.net/lma-toolchain/+bug/1614945>`_.
* Fixed InfluxDB address for collectd when using network templates. See
`#1614945 <https://bugs.launchpad.net/lma-toolchain/+bug/1614945>`_.
* Update the documentation regarding the post-deployment of StackLight. See
`#1611156 <https://bugs.launchpad.net/lma-toolchain/+bug/1611156>`_.
* Updated the documentation regarding the post-deployment of StackLight. See
`#1611156 <https://bugs.launchpad.net/lma-toolchain/+bug/1611156>`_.
* Fixed concurrent execution of logrotate. See
`#1455104 <https://bugs.launchpad.net/lma-toolchain/+bug/1455104>`_.
Version 0.10.0
++++++++++++++

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Collector plugin 0.10.0 has the following requirements:
The StackLight Collector plugin 0.10.1 has the following requirements:
+-------------------------------------------------------+-------------------------------------------------------------------+
| Requirement | Version/Comment |