7850d3b04d
For testing suite it's nice to have all the clients avaiable. All in one role is updated to include the clients. For multi, just add to test recipes to allow for flexibility. Change-Id: I0b25363e35942e90d48bf008a9967bbe9e0fef64
19 lines
456 B
JSON
19 lines
456 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]",
|
|
"recipe[openstack-common::client]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|