From 2c1cda205ac8d844704dd0030fc520c6bee410af Mon Sep 17 00:00:00 2001 From: "grace.yu" Date: Sun, 5 Oct 2014 15:48:58 -0700 Subject: [PATCH] add os-ceph-image role for ceph&opesntack Change-Id: I1ea11ebb32220b9830fbe5a0444f00f8573c4427 --- chef/roles/os-ceph-image.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chef/roles/os-ceph-image.json diff --git a/chef/roles/os-ceph-image.json b/chef/roles/os-ceph-image.json new file mode 100644 index 0000000..8d97a58 --- /dev/null +++ b/chef/roles/os-ceph-image.json @@ -0,0 +1,19 @@ +{ + "name": "os-ceph-image", + "description": "Roll-up role for Glance.", + "json_class": "Chef::Role", + "default_attributes": { + }, + "override_attributes": { + }, + "chef_type": "role", + "run_list": [ + "role[os-image-api]", + "role[os-image-registry]", + "recipe[openstack-image::identity_registration]", + "role[ceph-os-image-config]", + "role[os-image-upload]" + ], + "env_run_lists": { + } +}