compass-adapters/chef/roles/os-ceph-block-storage-controller.json
grace.yu 98ca8d4ed5 modify roles for ceph+openstack
Change-Id: I8eda7b02c91aad05dead38db1d9041d12a27de31
2014-10-08 11:35:38 -07:00

20 lines
542 B
JSON

{
"name": "os-ceph-block-storage-controller",
"description": "Configures OpenStack block storage controller compatiable with Ceph, configured by attributes.",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"role[os-block-storage-api]",
"role[os-block-storage-scheduler]",
"recipe[openstack-block-storage::identity_registration]",
"recipe[openstack-block-storage::cinder-config-ceph]"
],
"env_run_lists": {
}
}