
ProcessMatch provides more flexibility in handling process names, especially in scenarios across platforms and openstack releases. To do: generalize process regex across linux distros and openstack releases. Change-Id: I7dae9a90407134f01d5c9fbb722db62844197e47
17 lines
320 B
Ruby
17 lines
320 B
Ruby
name "os-dashboard"
|
|
description "Horizon server"
|
|
override_attributes(
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "ProcessMatch" => ["httpd\" \"httpd"]}
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
# "recipe[openstack-dashboard::db]",
|
|
"recipe[openstack-dashboard::server]"
|
|
)
|