compass-adapters/chef/roles/os-controller.json
grace.yu da9de3c833 add more roles to os-controller role
Change-Id: Idd55b601e6ff83500b233322f9a3e650d8b91440
2014-09-07 15:48:30 -07:00

22 lines
484 B
JSON

{
"name": "os-controller",
"description": "Roll-up role for all of the OpenStack services on a controller.",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-ops-database]",
"role[os-ops-messaging]",
"role[os-identity]",
"role[os-image]",
"role[os-dashboard]",
"role[os-compute-controller]",
"role[os-block-storage-controller]"
],
"env_run_lists": {
}
}