compass-adapters/chef/roles/os-block-storage-controller.json
Weidong Shao 02abf1a5e8 Update roles using .json files
Change-Id: I561d2400104776937629e60a7dfc44d6810fe711
2014-08-07 19:40:23 +00:00

19 lines
456 B
JSON

{
"name": "os-block-storage-controller",
"description": "Configures OpenStack block storage controller, 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]"
],
"env_run_lists": {
}
}