Bump plugin version to 0.10.3

Change-Id: I4db8aef5f0c8e3fa0ea40812824f5d45c7a30e72
This commit is contained in:
Swann Croiset 2016-11-15 15:46:44 +01:00
parent 20c51d5991
commit e7ff402680
6 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -7,6 +7,12 @@
Release notes Release notes
------------- -------------
Version 0.10.3
++++++++++++++
* Enforced timezone setting in log processing.
See `#1633074 <https://bugs.launchpad.net/lma-toolchain/+bug/1633074>`_.
Version 0.10.2 Version 0.10.2
++++++++++++++ ++++++++++++++

View File

@ -7,12 +7,12 @@
Requirements Requirements
------------ ------------
The StackLight Collector plugin 0.10.2 has the following requirements: The StackLight Collector plugin 0.10.3 has the following requirements:
+-------------------------------------------------------+-------------------------------------------------------------------+ +-------------------------------------------------------+-------------------------------------------------------------------+
| Requirement | Version/Comment | | Requirement | Version/Comment |
+=======================================================+===================================================================+ +=======================================================+===================================================================+
| Mirantis OpenStack | 8.0 or 9.0 | | Mirantis OpenStack | 8.0 or 9.x |
+-------------------------------------------------------+-------------------------------------------------------------------+ +-------------------------------------------------------+-------------------------------------------------------------------+
| A running Elasticsearch server (for log analytics) | 1.7.4 or higher, the RESTful API must be enabled over port 9200 | | A running Elasticsearch server (for log analytics) | 1.7.4 or higher, the RESTful API must be enabled over port 9200 |
+-------------------------------------------------------+-------------------------------------------------------------------+ +-------------------------------------------------------+-------------------------------------------------------------------+

View File

@ -3,7 +3,7 @@ name: lma_collector
# Human-readable name for your plugin # Human-readable name for your plugin
title: The StackLight Collector Plugin title: The StackLight Collector Plugin
# Plugin version # Plugin version
version: 0.10.2 version: 0.10.3
# Description # Description
description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack. description: The StackLight Collector is the advanced monitoring agent of the so called Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack.
# Required fuel version # Required fuel version