fb1b9d8a1f
Keep flushing out our stack by adding heat into the default mix. I look into adding a simple heat stack integration test with another patch. Fix length of heat auth_encryption_key to 32 chars Depends-On: Ie8d62b449ec272f5cb7a06acdd54b3437aa57f98 Change-Id: I683aafcb060cdcb80ff7ccd025a5bd228c9b41c7
31 lines
841 B
JSON
31 lines
841 B
JSON
{
|
|
"name": "os-compute-single-controller-no-network",
|
|
"description": "Roll-up role for all of the OpenStack Compute services on a single, non-HA controller, minus any network related roles",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"role[os-ops-database]",
|
|
"recipe[openstack-ops-database::openstack-db]",
|
|
"role[os-ops-messaging]",
|
|
"role[os-identity]",
|
|
"role[os-image]",
|
|
"role[os-compute-setup]",
|
|
"role[os-compute-conductor]",
|
|
"role[os-compute-scheduler]",
|
|
"role[os-compute-api]",
|
|
"role[os-block-storage]",
|
|
"role[os-compute-cert]",
|
|
"role[os-compute-vncproxy]",
|
|
"role[os-bare-metal-api]",
|
|
"role[os-orchestration]",
|
|
"role[os-dashboard]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|