23 lines
595 B
JSON
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": {
|
|
}
|
|
}
|