compass-adapters/chef/roles/os-compute-worker.json
Weidong Shao c948e19b77 Add roles for Ceph and Openstack integration
Change-Id: I5742ce86e1f7551cca168a984c4d0b2e59648588
2014-10-02 22:09:07 +00:00

25 lines
519 B
JSON

{
"name": "os-compute-worker",
"description": "The compute node, most likely with a hypervisor.",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"collectd": {
"rhel": {
"plugins": {
"processes": {"ProcessMatch": ["nova-compute\" \"nova-compute"]}
}
}
}
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-compute::compute]",
"recipe[openssh::passwordless]"
],
"env_run_lists": {
}
}