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
9 lines
191 B
YAML
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
|