18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "allinone-compute",
|
|
"description": "This will deploy all of the services for Openstack Compute to function on a single box.",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-compute-single-controller]",
|
|
"role[os-compute-worker]",
|
|
"recipe[openstack-common::openrc]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|