From 8777887b3b370855837464b58d37eb34169f270f Mon Sep 17 00:00:00 2001 From: "grace.yu" Date: Tue, 7 Oct 2014 17:21:58 -0700 Subject: [PATCH] add new role "os-ceph-compute-controller" Change-Id: Ic5b5422b35d18a15964c8d82c03bd38b04f6ccbb --- chef/roles/os-ceph-compute-controller.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 chef/roles/os-ceph-compute-controller.json 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": { + } +}