browbeat/ansible/install/ironic-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

9 lines
191 B
YAML

---
#
# enables Ironic StatsD metrics and points at the StatsD host configured in groupvars/all.yml
- hosts: undercloud
remote_user: "{{ local_remote_user }}"
roles:
- statsd-ironic