diff options
author | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2018-01-30 11:32:14 -0800 |
---|---|---|
committer | ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> | 2018-02-01 08:36:17 -0800 |
commit | 33b0be4cdf07c3c4cd2f51645d3f1ecdd504e8d9 (patch) | |
tree | fcc07072b1d9e109240bdbb046d6fe95c3e45e62 /deploy | |
parent | 2d319ec0cf12ff6edf2ba236213f8ead382b7616 (diff) |
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>
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml index f923d0d3..178acc3d 100644 --- a/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml +++ b/deploy/adapters/ansible/openstack/HA-ansible-multinodes.yml @@ -56,6 +56,13 @@ - collectd - hosts: + - controller + remote_user: root + roles: + - influxdb + - grafana + +- hosts: - neutron_openvswitch_agent - compute remote_user: root |