Bump version to 1.1

Change-Id: I0ab73eda203ff3bc1c03f29a3f68b9d7fa721a7b
This commit is contained in:
Simon Pasquier 2017-03-09 09:58:40 +01:00
parent 62be5f21e7
commit bf722985ad
6 changed files with 14 additions and 11 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The StackLight Infrastructure Alerting Plugin for Fuel'
copyright = u'2016, Mirantis Inc.'
version = '1.0'
release = '1.0.0'
version = '1.1'
release = '1.1.0'
exclude_patterns = []

View File

@ -35,7 +35,7 @@ of the Fuel plugins catalog:**
.. code-block:: console
[root@home ~]# scp lma_infrastructure_alerting-1.0-1.0.0-0.noarch.rpm \
[root@home ~]# scp lma_infrastructure_alerting-1.1-1.1.0-0.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-1.0-1.0.0-0.noarch.rpm
lma_infrastructure_alerting-1.1-1.1.0-0.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 | 1.0.0 | 4.0.0
1 | lma_infrastructure_alerting | 1.1.0 | 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 | 1.0.0 | 4.0.0
1 | lma_infrastructure_alerting | 1.1.0 | 4.0.0

View File

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

View File

@ -3,6 +3,9 @@
Release notes
-------------
Version 1.1.0
+++++++++++++
Version 1.0.0
+++++++++++++

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Infrastructure Alerting plugin 1.0.0 has the following
The StackLight Infrastructure Alerting plugin 1.1.0 has the following
requirements:
+------------------------+------------------------------------------------------------------------------------------+
@ -25,10 +25,10 @@ requirements:
+------------------------+------------------------------------------------------------------------------------------+
| Mirantis OpenStack | 8.0, 9.x |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight | 1.0 |
| The StackLight | 1.1 |
| Collector Plugin | |
+------------------------+------------------------------------------------------------------------------------------+
| The StackLight InfluxDB| 1.0 |
| The StackLight InfluxDB| 1.1 |
| 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: '1.0.0'
version: '1.1.0'
# Description
description: Deploy tools to send alerts concerning the OpenStack infrastructure.
# Required fuel version