RETIRED, Fuel plugin to manage InfluxDB and Grafana
Go to file
Guillaume Thouvenin 322fd4a1d1 Install InfluxDB in HA mode
- Allow to deploy three influxdb_grafana nodes at most
- Add firewall rule to allow traffic between the nodes of the raft
  cluster
- Create a VIP
- Create a file /etc/hiera/plugins/influxdb_grafana.yaml that contains
  information about nodes that belong to the raft cluster and the VIP
- Install and configure HAProxy

Implements: blueprint influxdb-clustering
Change-Id: I0852da40d709563adc8b89bbad240ae89dfa862e
2016-01-15 11:07:25 +01:00
contrib/dashboards Fix wrong path in the README file. 2015-04-23 12:06:24 +02:00
deployment_scripts/puppet Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
doc Add libvirt dashboard 2015-12-16 11:05:37 +01:00
figures Manage the size of the partition 2015-04-21 14:48:51 +00:00
repositories Add a tox environment to build the plugin 2015-10-08 17:33:34 +02:00
specs Add blueprint for the InfluxDB/Grafana Fuel plugin 2015-03-04 17:13:00 +01:00
.gitignore Add a tox environment to build the plugin 2015-10-08 17:33:34 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:23:50 +00:00
LICENSE Add appendix to LICENSE 2015-06-19 18:45:49 +02:00
README.md Remove README info duplicates with the plugin documentation 2015-11-17 14:26:19 +01:00
deployment_tasks.yaml Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
environment_config.yaml Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
functions.sh Use official 2.1.0 packages for Grafana 2015-08-10 12:40:39 +02:00
metadata.yaml Bump plugin version to 0.9.0 2015-12-10 16:58:25 +01:00
network_roles.yaml Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
node_roles.yaml Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
pre_build_hook Use stable/8.0 branch for fuel-library modules 2016-01-08 14:33:56 +01:00
tasks.yaml Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
test-requirements.txt Add a tox environment to build the plugin 2015-10-08 17:33:34 +02:00
tox.ini Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
volumes.yaml Upgrade InfluxDB to version 0.9.6.1 2015-12-17 16:20:53 +01:00

README.md

The InfluxDB-Grafana Plugin for Fuel

Overview

The InfluxDB-Grafana Plugin for Fuel is used to install and configure InfluxDB and Grafana which collectively provide access to OpenStack analytics for the metrics collected and processed by the LMA Collector Plugin.

Please check the InfluxDB-Grafana Plugin Overview section of the plugin documentation for additional information.

Release Notes

The release notes of the InfluxDB-Grafana Plugin are provided in the Release Notes section of the plugin documentation.

Requirements

The InfluxDB-Grafana Plugin requirements are defined in the Requirements section of the plugin documentation.

Known issues

The LMA Toolchain's related issues are listed on Launchpad.

Limitations

The InfluxDB-Grafana Plugin limitations are described in the Limitations section of the plugin documentation.

Installation

The installation instructions of the InfluxDB-Grafana Plugin are provided in the Installation section of the plugin documentation.

User Guide

Instructions for how to configure and use the InfluxDB-Grafana Plugin are provided in the User Guide section of the plugin documentation.

Communication

The OpenStack Development Mailing List is the preferred way to communicate with the members of the project. Emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][lma].

Reporting Bugs

Bugs should be filed against the LMA Toolchain project on Launchpad (not Github!).

Contributing

If you would like to contribute to the development of this plugin you must follow the OpenStack development workflow instructions.

Patch reviews take place within OpenStack Gerrit system.

Contributors