openstack-chef-repo/roles/os-compute-single-controller.json
Mark Vanderwiel fb1b9d8a1f Add heat into single controller roles
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
2015-10-02 14:56:13 -05:00

32 lines
822 B
JSON

{
"name": "os-compute-single-controller",
"description": "Roll-up role for all of the OpenStack Compute services on a single, non-HA controller.",
"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-network]",
"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": {
}
}