Add python statsd client to jenkins master.

So devstack-gate can ship stats off to graphite.

Change-Id: I2048191858963c574d44096a3ecf4f0993238bec
Reviewed-on: https://review.openstack.org/14785
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-10-24 13:51:21 -07:00 committed by Jenkins
parent a21074e7ff
commit 12c6b4c256

View File

@ -116,6 +116,12 @@ class jenkins::master(
require => Class[pip], require => Class[pip],
} }
package { "statsd":
ensure => latest, # okay to use latest for pip
provider => pip,
require => Class[pip],
}
exec { "update apt cache": exec { "update apt cache":
subscribe => [ File["/etc/apt/sources.list.d/jenkins.list"]], subscribe => [ File["/etc/apt/sources.list.d/jenkins.list"]],
refreshonly => true, refreshonly => true,