a8ef2462d7
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
10 lines
172 B
YAML
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
|