Bump version to 1.0.0

Change-Id: I8ebaa67c4b1da8dea914ea740323ef9cca8836f3
This commit is contained in:
Simon Pasquier 2016-07-25 16:31:33 +02:00
parent ebd0392130
commit cda8da401f
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 = '0.10'
release = '0.10.0'
version = '1.0'
release = '1.0.0'
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.0-0.noarch.rpm \
[root@home ~]# scp lma_infrastructure_alerting-1.0-1.0.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-0.10-0.10.0-0.noarch.rpm
lma_infrastructure_alerting-1.0-1.0.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 | 0.10.0 | 4.0.0
1 | lma_infrastructure_alerting | 1.0.0 | 4.0.0
Install from source
@ -124,4 +124,4 @@ Now that you have created the RPM file, install the plugin using the
.. code-block:: console
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm
[root@fuel ~] fuel plugins --install ./fuel-plugin-lma-infrastructure-alerting/*.rpm

View File

@ -3,8 +3,8 @@
Limitations
-----------
The StackLight Infrastructure Alerting plugin 0.10.0 has the following
The StackLight Infrastructure Alerting plugin 1.0.0 has the following
limitation:
* If Nagios is installed on several nodes for high availability, the alerts
history will be lost in case of a server failover.
history will be lost in case of a server failover.

View File

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

View File

@ -7,7 +7,7 @@
Requirements
------------
The StackLight Infrastructure Alerting plugin 0.10.0 has the following
The StackLight Infrastructure Alerting plugin 1.0.0 has the following
requirements:
+------------------------+------------------------------------------------------------------------------------------+
@ -32,4 +32,4 @@ requirements:
| 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.0'
version: '1.0.0'
# Description
description: Deploy tools to send alerts concerning the OpenStack infrastructure.
# Required fuel version