
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
16 lines
302 B
Ruby
16 lines
302 B
Ruby
name "os-compute-cert"
|
|
description "OpenStack Compute Cert service"
|
|
override_attributes(
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "Process" => ["openstack-nova-cert"] }
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
"recipe[openstack-compute::nova-cert]"
|
|
)
|