20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "os-block-storage",
|
|
"description": "Configures OpenStack block storage, 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]",
|
|
"role[os-block-storage-volume]",
|
|
"recipe[openstack-block-storage::identity_registration]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|