add collectd into openstack-common to force it run on all hosts

Change-Id: Ia3dcec3e07def338a5a2290df6545e3f77529b0c
This commit is contained in:
xiaodongwang 2014-09-03 15:39:51 -07:00
parent b1802468b3
commit 72d23331a1
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"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": {
}
}

View File

@ -8,6 +8,7 @@
},
"chef_type": "role",
"run_list": [
"role[compass-base]",
"recipe[openstack-common]",
"recipe[openstack-common::logging]",
"recipe[openstack-common::set_endpoints_by_interface]",