20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "os-controller",
|
|
"description": "Roll-up role for all of the OpenStack services on a controller.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-identity]",
|
|
"role[os-dashboard]",
|
|
"role[os-compute-controller]",
|
|
"role[os-network-server]",
|
|
"role[os-block-storage-controller]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|