compass-adapters/chef/roles/os-compute-single-controller.json
Weidong Shao 02abf1a5e8 Update roles using .json files
Change-Id: I561d2400104776937629e60a7dfc44d6810fe711
2014-08-07 19:40:23 +00:00

30 lines
761 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-dashboard]"
],
"env_run_lists": {
}
}