diff --git a/chef/roles/os-ceph-compute-controller.json b/chef/roles/os-ceph-compute-controller.json new file mode 100644 index 0000000..07312d5 --- /dev/null +++ b/chef/roles/os-ceph-compute-controller.json @@ -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": { + } +}