compass-adapters/chef/roles/os-ceph-object-storage.json
grace.yu d8a96b8a1e update roles for ceph-openstack
Change-Id: I439b8d6e10edabfabec47ccf72ba3d0374b906fb
2014-10-06 16:02:22 -07:00

23 lines
595 B
JSON

{
"name": "os-ceph-object-storage",
"description": "OpenStack object storage roll-up role",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"role[os-object-storage-account]",
"role[os-object-storage-container]",
"role[os-object-storage-management]",
"role[os-object-storage-object]",
"role[os-object-storage-proxy]",
"recipe[openstack-object-storage::swift-config-ceph]",
"recipe[openstack-object-storage::swiftclient-patch]"
],
"env_run_lists": {
}
}