Bump plugin version to 0.10.3

Change-Id: I6ba7c00096535854c97878580c9a429b249e370d
This commit is contained in:
Swann Croiset 2016-11-15 15:55:27 +01:00
parent bfd14f25f7
commit 58e25aad46
6 changed files with 19 additions and 12 deletions

View File

@ -9,7 +9,7 @@ project = u'The StackLight Infrastructure Alerting Plugin for Fuel'
copyright = u'2016, Mirantis Inc.'
version = '0.10'
release = '0.10.2'
release = '0.10.3'
exclude_patterns = []

View File

@ -35,7 +35,7 @@ of the Fuel plugins catalog:**
.. code-block:: console
[root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.2-1.noarch.rpm \
[root@home ~]# scp lma_infrastructure_alerting-0.10-0.10.3-1.noarch.rpm \
root@<Fuel Master node IP address>:
#. Install the plugin using the `Fuel Plugins CLI
@ -44,7 +44,7 @@ of the Fuel plugins catalog:**
.. code-block:: console
[root@fuel ~]# fuel plugins --install \
lma_infrastructure_alerting-0.10-0.10.2-1.noarch.rpm
lma_infrastructure_alerting-0.10-0.10.3-1.noarch.rpm
#. Verify that the plugin is installed correctly:
@ -53,7 +53,7 @@ of the Fuel plugins catalog:**
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|-----------------------------|---------|----------------
1 | lma_infrastructure_alerting | 0.10.2 | 4.0.0
1 | lma_infrastructure_alerting | 0.10.3 | 4.0.0
Install from source
@ -132,4 +132,4 @@ have to copy that file later on.
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|-----------------------------|---------|----------------
1 | lma_infrastructure_alerting | 0.10.2 | 4.0.0
1 | lma_infrastructure_alerting | 0.10.3 | 4.0.0

View File

@ -3,7 +3,7 @@
Limitations
-----------
The StackLight Infrastructure Alerting plugin 0.10.2 has the following
The StackLight Infrastructure Alerting plugin 0.10.3 has the following
limitation:
* If Nagios is installed on several nodes for high availability, the alerts

View File

@ -3,7 +3,14 @@
Release notes
-------------
Version 0.10.2
Version 0.10.3
++++++++++++++
* Fixed wrong log rotation of Nagios WSGI application logs.
See `#1635222 <https://bugs.launchpad.net/lma-toolchain/+bug/1635222>`_.
Versio 0.10.2
++++++++++++++
The StackLight Infrastructure Alerting plugin 0.10.2 contains the following

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Infrastructure Alerting plugin 0.10.2 has the following
The StackLight Infrastructure Alerting plugin 0.10.3 has the following
requirements:
+------------------------+------------------------------------------------------------------------------------------+
@ -23,12 +23,12 @@ requirements:
| | A typical setup would at least require a quad-core server with 8 GB of RAM and fast disks|
| | (ideally, SSDs). |
+------------------------+------------------------------------------------------------------------------------------+
| Mirantis OpenStack | 8.0, 9.0 |
| Mirantis OpenStack | 8.0, 9.x |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight | 0.10 |
| The StackLight | 0.10.x |
| Collector Plugin | |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight InfluxDB| 0.10 |
| The StackLight InfluxDB| 0.10.x |
| Grafana Plugin | |
| | This is optional and only needed if you want to create alarms in Nagios for |
| | time-series stored in InfluxDB. |

View File

@ -3,7 +3,7 @@ name: lma_infrastructure_alerting
# Human-readable name for your plugin
title: The StackLight Infrastructure Alerting Plugin
# Plugin version
version: '0.10.2'
version: '0.10.3'
# Description
description: Deploy tools to send alerts concerning the OpenStack infrastructure.
# Required fuel version