Update Barometer plugin to install influxdb, grafana 67/51367/2
authorramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Tue, 30 Jan 2018 19:32:14 +0000 (11:32 -0800)
committerramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Thu, 1 Feb 2018 16:36:17 +0000 (08:36 -0800)
commit33b0be4cdf07c3c4cd2f51645d3f1ecdd504e8d9
treefcc07072b1d9e109240bdbb046d6fe95c3e45e62
parent2d319ec0cf12ff6edf2ba236213f8ead382b7616
Update Barometer plugin to install influxdb, grafana

Adds/updates the following to install influxdb and grafana on the
controller. Configures them to receive collectd data from the compute.

/plugins/barometer/roles/influxdb
/pluigns/barometer/roles/grafana
/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml

Change-Id: Ie33489e9834da5bb5c77b392451b81cf44a849d6
Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml
plugins/barometer/plugin.desc
plugins/barometer/roles/grafana/files/configure_grafana.sh [new file with mode: 0644]
plugins/barometer/roles/grafana/files/install_grafana.sh [new file with mode: 0644]
plugins/barometer/roles/grafana/tasks/grafana.yml [new file with mode: 0644]
plugins/barometer/roles/grafana/tasks/main.yml [new file with mode: 0644]
plugins/barometer/roles/influxdb/files/install_influxdb.sh [new file with mode: 0644]
plugins/barometer/roles/influxdb/tasks/influxdb.yml [new file with mode: 0644]
plugins/barometer/roles/influxdb/tasks/main.yml [new file with mode: 0644]
plugins/barometer/roles/influxdb/templates/influxdb.conf.j2 [new file with mode: 0644]