
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
24 lines
499 B
Ruby
24 lines
499 B
Ruby
name "os-block-storage-api"
|
|
description "OpenStack Block Storage API service"
|
|
override_attributes(
|
|
"rsyslog" => {
|
|
"rhelloglist" => {
|
|
"cinder-api" => "/var/log/cinder/api.log"
|
|
},
|
|
"debianloglist" => {
|
|
"cinder-api" => "/var/log/cinder/cinder-api.log"
|
|
}
|
|
},
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "Process" => ["openstack-cinder-api"] }
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
"recipe[openstack-block-storage::api]"
|
|
)
|