Fix version of the plugin

The current version is set to 0.1.0 because we're not production-ready
yet. The documentation has been updated to mention version 1.0.0 since
this will be the first official release.

Change-Id: I63d522a74d9d729ff21c35a8e23dcb3aa7454794
This commit is contained in:
Simon Pasquier 2015-03-25 16:06:27 +01:00
parent 3f0ed0b289
commit 1df78b92a1
3 changed files with 5 additions and 5 deletions

View File

@ -49,13 +49,13 @@ To install the LMA Collector plugin, follow these steps:
2. Copy the plugin file to the Fuel Master node.
```
scp lma_collector-6.1-6.1.0-0.noarch.rpm root@<Fuel Master node IP address>:
scp lma_collector-1.0-1.0.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install lma_collector-6.1-6.1.0-0.noarch.rpm
fuel plugins --install lma_collector-1.0-1.0.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -115,7 +115,7 @@ None
Release Notes
-------------
**6.1.0**
**1.0.0**
* Initial release of the plugin.

View File

@ -1,6 +1,6 @@
{
"name": "lma_collector",
"version": "6.1.0",
"version": "1.0.0",
"author": "Simon Pasquier <spasquier@mirantis.com>",
"summary": "Puppet LMA Collector Module",
"license": "Apache License 2.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: 6.1.0
version: 0.1.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