fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/influxdb
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
..
files Upgrade InfluxDB to version 0.9.6.1 2015-12-17 16:20:53 +01:00
manifests Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
spec Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
templates Install InfluxDB in HA mode 2016-01-15 11:07:25 +01:00
.fixtures.yml Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
.gitignore Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
Gemfile Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
LICENSE Upgrade InfluxDB to 0.9.2 2015-07-29 09:33:30 +00:00
README.md Upgrade InfluxDB to 0.9.2 2015-07-29 09:33:30 +00:00
Rakefile Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00
metadata.json Add initial tests for influxdb module 2016-01-08 14:40:49 +01:00

README.md

InfluxDB module for Puppet

Description

Puppet module for installing and configuring InfluxDB 0.9.x.

Usage

class {'influxdb':
  meta_dir => '/opt/influxdb/meta'
  data_dir => '/opt/influxdb/data'
  hh_dir   => '/opt/influxdb/hh'
}

Limitations

None.

License

Licensed under the terms of the Apache License, version 2.0.

Contact

Guillaume Thouvenin, gthouvenin@mirantis.com

Support

See the Contact section.