compass-adapters/chef/roles/os-dashboard.json
Jerry Zhao 9897f4852c Cherry pick from master for collectd cookbooks
Change-Id: Iad37cbb8c3bda54f3873b094824772e6bb98cf65
2014-09-04 11:31:17 -07:00

24 lines
430 B
JSON

{
"name": "os-dashboard",
"description": "Horizon server",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"collectd": {
"rhel": {
"plugins": {
"processes": {"ProcessMatch": ["httpd\" \"httpd"]}
}
}
}
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-dashboard::server]"
],
"env_run_lists": {
}
}