fuel-plugin-influxdb-grafana/deployment_scripts/puppet/modules/lma_monitoring_analytics
Guillaume Thouvenin e1d7c35078 Disable group parameters if authorization is disabled
Parameters "Group search base DN" and "Group search filter" are not
needed if authorization is disabled.

Change-Id: I7399987c695305bae7f6029de110d591ab053963
2016-06-28 15:09:21 +02:00
..
lib/puppet Enable secure communication over HTTPS for Grafana 2016-06-21 14:16:50 +02:00
manifests Remove calls to hiera('influxdb_grafana') in manifests but hiera.pp 2016-06-24 09:42:17 +02:00
spec Enable support for LDAP authentication 2016-06-24 07:21:00 +00:00
templates Disable group parameters if authorization is disabled 2016-06-28 15:09:21 +02:00
.fixtures.yml Upgrade Grafana Puppet module to 2.5.0 2016-06-07 17:06:54 +02:00
.gitignore Add tox environment to test Puppet manifests 2015-10-09 10:58:49 +02:00
Gemfile Bootstrap testing of Puppet modules 2015-08-13 16:27:11 +02:00
LICENSE Install Grafana with nginx. 2015-03-26 11:35:47 +01:00
README.md Install Grafana with nginx. 2015-03-26 11:35:47 +01:00
Rakefile Fix Rakefile regarding lint usage 2016-06-21 17:32:27 +02:00
metadata.json Fix metadata.json of lma_monitoring_analytics 2016-06-22 14:22:54 +02:00

README.md

LMA Monitoring Analytics module for Puppet

Description

Puppet module for configuring the Grafana dashboard and InfluxDB.

Usage

class {'lma_monitoring_analytics':
  influxdb_dbname   => 'lma',
  influxdb_username => 'lma',
  influxdb_userpass => 'password',
  influxdb_rootpass => 'password',
}

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.