Install os-performance-tools

This will register itself as a plugin and use the statsd configuration
options added to send any counters seen in attachments to statsd.

Change-Id: If93c84781fde46852d65bac88ab500563f7978cc
This commit is contained in:
Clint Byrum 2015-11-12 15:17:00 -08:00
parent 390f44eb0e
commit c9d6cca1ee
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ class subunit2sql (
],
}
package { 'os-performance-tools':
ensure => latest,
provider => 'pip',
require => [
Class['pip']
],
}
package { 'testtools':
ensure => latest,
provider => 'pip',