Bump version to 0.10

Change-Id: I7c2fdeb7e32c104e76a17ffe80729a01189dae56
This commit is contained in:
Simon Pasquier 2016-04-28 15:23:00 +02:00
parent 46b4463e68
commit 8cc3503b73
6 changed files with 18 additions and 15 deletions

View File

@ -44,13 +44,13 @@ Product compatibility matrix
+------------------------------------+-----------------+
| Product | Version/Comment |
+====================================+=================+
| Mirantis OpenStack | 7.0 |
| Mirantis OpenStack | 8.0, 9.0 |
+------------------------------------+-----------------+
| LMA collector plugin | 0.9.0 |
| LMA collector plugin | 0.10.0 |
+------------------------------------+-----------------+
| Elasticsearch-Kibana plugin | 0.9.0 |
| Elasticsearch-Kibana plugin | 0.10.0 |
+------------------------------------+-----------------+
| InfluxDB-Grafana plugin | 0.9.0 |
| InfluxDB-Grafana plugin | 0.10.0 |
+------------------------------------+-----------------+
| LMA Infrastructure Alerting plugin | 0.9.0 |
| LMA Infrastructure Alerting plugin | 0.10.0 |
+------------------------------------+-----------------+

View File

@ -390,8 +390,8 @@ last 5 minutes (window: 120)
Once you have edited and saved the */etc/hiera/override/alarming.yaml* file, you
need to re-apply the Puppet module::
# puppet apply --modulepath=/etc/fuel/plugins/lma_collector-0.9/puppet/modules/ \
/etc/fuel/plugins/lma_collector-0.9/puppet/manifests/configure_afd_filters.pp
# puppet apply --modulepath=/etc/fuel/plugins/lma_collector-0.10/puppet/modules/ \
/etc/fuel/plugins/lma_collector-0.10/puppet/manifests/configure_afd_filters.pp
This will restart the LMA Collector with your change.

View File

@ -51,9 +51,9 @@ copyright = u'2015, Mirantis Inc.'
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.0'
release = '0.10.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -32,19 +32,19 @@ Catalog, follow these steps:
2. Copy the RPM file to the Fuel Master node::
[root@home ~]# scp lma_collector-0.9-0.9.0-1.noarch.rpm \
[root@home ~]# scp lma_collector-0.10-0.10.0-1.noarch.rpm \
root@<Fuel Master node IP address>:
3. Install the plugin using the `Fuel CLI <http://docs.mirantis.com/openstack/fuel/fuel-7.0/user-guide.html#using-fuel-cli>`_::
[root@fuel ~]# fuel plugins --install lma_collector-0.9-0.9.0-1.noarch.rpm
[root@fuel ~]# fuel plugins --install lma_collector-0.10-0.10.0-1.noarch.rpm
4. Verify that the plugin is installed correctly::
[root@fuel ~]# fuel plugins --list
id | name | version | package_version
---|----------------------|---------|----------------
1 | lma_collector | 0.9.0 | 4.0.0
id | name | version | package_version
---|----------------------|----------|----------------
1 | lma_collector | 0.10.0 | 4.0.0
LMA Collector Fuel Plugin installation from source

View File

@ -3,6 +3,9 @@
Release Notes
=============
Version 0.10.0
--------------
Version 0.9.0
-------------

View File

@ -3,7 +3,7 @@ name: lma_collector
# Human-readable name for your plugin
title: The Logging, Monitoring and Alerting (LMA) Collector Plugin
# Plugin version
version: 0.9.0
version: 0.10.0
# Description
description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB.
# Required fuel version