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

16 lines
310 B
JSON

{
"name": "ceph-os-compute-config",
"description": "Ceph-OpenStack compute config role",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[openstack-compute::compute-config-ceph]"
],
"env_run_lists": {
}
}