Upgrade to Grafana 3.0.3

Change-Id: I7c0d6bbaa5ce4a68e4956878288d327d23090285
This commit is contained in:
Guillaume Thouvenin 2016-05-18 14:15:23 +02:00
parent 3d4471f600
commit 35fdce30ad
3 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@ Appendix
* The `InfluxDB-Grafana plugin <https://github.com/openstack/fuel-plugin-influxdb-grafana>`_ project at GitHub.
* The official `InfluxDB documentation <https://influxdb.com/docs/v0.9/>`_.
* The official `Grafana documentation <http://docs.grafana.org/v2.6>`_.
* The official `Grafana documentation <http://docs.grafana.org/v3.0>`_.

View File

@ -62,7 +62,7 @@ if you need further instructions about how to build the Fuel Plugin Builder.
4. Clone the plugin git repository::
[root@home ~] git clone https://github.com/openstack/fuel-plugin-influxdb-grafana.git
[root@home ~] git clone https://github.com/openstack/fuel-plugin-influxdb-grafana.git
5. Check that the plugin is valid::
@ -84,5 +84,5 @@ Software components installed by the InfluxDB-Grafana Plugin
+================+=====================================+
| InfluxDB | v0.10.3 for Ubuntu (64-bit) |
+----------------+-------------------------------------+
| Grafana | v2.6.0 for Ubuntu (64-bit) |
| Grafana | v3.0.3 for Ubuntu (64-bit) |
+----------------+-------------------------------------+

View File

@ -13,7 +13,7 @@ MYSQL_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-mysql-3.6
FIREWALL_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-firewall-1.7.2.tar.gz"
download_package https://s3.amazonaws.com/influxdb/influxdb_0.10.3-1_amd64.deb
download_package https://grafanarel.s3.amazonaws.com/builds/grafana_2.6.0_amd64.deb
download_package https://grafanarel.s3.amazonaws.com/builds/grafana_3.0.3-1463994644_amd64.deb
# Download Puppet modules
download_puppet_module "grafana" "$GRAFANA_TARBALL_URL"