Modify the plugin's version to 0.7.0.

We follow versioning used by LMA and Elasticsearch-Kibana plugins. This
version is still beta.

Change-Id: Ieb05d11b1005ea5ba63cae4c0c72a22ec21946e1
This commit is contained in:
Guillaume Thouvenin 2015-04-07 12:04:02 +02:00
parent 6989ff3b59
commit 84084fcea0
2 changed files with 9 additions and 5 deletions

View File

@ -44,13 +44,13 @@ To install the InfluxDB-Grafana plugin, follow these steps:
Fuel Master node yet.
```
scp influxdb_grafana-1.0-1.0.0-0.noarch.rpm root@<the Fuel Master node IP address>:
scp influxdb_grafana-0.7-0.7.0-0.noarch.rpm root@<the Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install influxdb_grafana-1.0-1.0.0-0.noarch.rpm
fuel plugins --install influxdb_grafana-0.7-0.7.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -110,14 +110,18 @@ The curl command should return a valid JSON object similar to:
To check that Grafana is running, you need to make sure that *nginx* is listening
on port 80. The user interface is available at:
```
http://$HOST/
```
**Note**: if you deploy this plugin on a node that is also running the
[Elasticsearch-Kibana plugin](https://github.com/stackforge/fuel-plugin-elasticsearch-kibana)
then *nginx* will use the port 8000 instead of 80. So in that case the user interface
is available at:
```
http://$HOST:8000/
```
Known issues
------------
@ -127,9 +131,9 @@ None.
Release Notes
-------------
**1.0.0**
**0.7.0**
* Initial release of the plugin
* Initial release of the plugin. This is a beta version.
Contributors
------------

View File

@ -3,7 +3,7 @@ name: influxdb_grafana
# Human-readable name for your plugin
title: The InfluxDB-Grafana Server Plugin
# Plugin version
version: '0.1.0'
version: '0.7.0'
# Description
description: Deploy InfluxDB server and the Grafana web interface.
# Required fuel version