
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
25 lines
525 B
Ruby
25 lines
525 B
Ruby
name "os-identity"
|
|
description "Roll-up role for Identity"
|
|
override_attributes(
|
|
"rsyslog" => {
|
|
"rhelloglist" => {
|
|
"keystone" => "/var/log/keystone/keystone.log"
|
|
},
|
|
"debianloglist" => {
|
|
"keystone" => "/var/log/keystone/keystone.log"
|
|
}
|
|
},
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "Process" => ["openstack-keystone"] }
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
"recipe[openstack-identity::server]",
|
|
"recipe[openstack-identity::registration]"
|
|
)
|