add new role "os-ceph-compute-controller"

Change-Id: Ic5b5422b35d18a15964c8d82c03bd38b04f6ccbb
This commit is contained in:
grace.yu 2014-10-07 17:21:58 -07:00
parent d8a96b8a1e
commit 8777887b3b

View File

@ -0,0 +1,24 @@
{
"name": "os-ceph-compute-controller",
"description": "Roll-up role for all of the OpenStack Compute services on a single roles",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"role[os-compute-setup]",
"role[os-compute-conductor]",
"role[os-compute-scheduler]",
"role[os-compute-api]",
"role[os-compute-cert]",
"role[os-compute-vncproxy]",
"role[os-compute-api-metadata]",
"recipe[openstack-object-storage::swift-config-ceph]",
"recipe[openstack-object-storage::swiftclient-patch]"
],
"env_run_lists": {
}
}