xiaodongwang 72d23331a1 add collectd into openstack-common to force it run on all hosts
Change-Id: Ia3dcec3e07def338a5a2290df6545e3f77529b0c
2014-09-05 11:10:50 -07:00

16 lines
290 B
JSON

{
"name": "compass-base",
"description": "Base role to run before installing distributed system",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[collectd]"
},
"env_run_lists": {
}
}