Bump to version 0.10

Change-Id: I860a2c1ab7979bb8ff7b7b754aa7f4144de593f5
This commit is contained in:
Simon Pasquier 2016-04-28 15:11:33 +02:00
parent 972dfc47b1
commit 82b7ced45f
4 changed files with 11 additions and 8 deletions

View File

@ -8,8 +8,8 @@ master_doc = 'index'
project = u'The InfluxDB-Grafana plugin for Fuel' project = u'The InfluxDB-Grafana plugin for Fuel'
copyright = u'2015, Mirantis Inc.' copyright = u'2015, Mirantis Inc.'
version = '0.9' version = '0.10'
release = '0.9.0' release = '0.10.0'
exclude_patterns = [] exclude_patterns = []

View File

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

View File

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

View File

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