browbeat/ansible/install/statsd.yml
jkilpatr a8ef2462d7 Add StatsD support for Ironic
StatsD support works, working on dashboards

As documented here http://docs.openstack.org/developer/ironic/deploy/metrics.html
Ironic allows performance metrics to be dumped via StatsD, this installs StatsD
on the undercloud via epel, sets up a service for it, enables it, and updates
Ironic to use it.

Change-Id: I793d4d3211ecf6113bd4863a0672ea0cb0de9dd3
2017-02-01 20:49:35 +00:00

10 lines
172 B
YAML

---
#
# Installs a StatsD server on the StatsD host with the default port, does not secure it
- hosts: statsd
remote_user: root
roles:
- epel
- statsd-install