From 51dd6ad45a92ad7f3badcb0365ad35338b581df0 Mon Sep 17 00:00:00 2001 From: Keith Schincke Date: Sun, 6 Mar 2016 09:33:41 -0500 Subject: Add support for deploying Ceph RGW role This patch add support for deploying Ceph RGW. Co-Authored-By: Giulio Fidente Change-Id: I88c8659a36c2435834e8646c75880b0adc52e964 --- environments/ceph-radosgw.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 environments/ceph-radosgw.yaml (limited to 'environments/ceph-radosgw.yaml') diff --git a/environments/ceph-radosgw.yaml b/environments/ceph-radosgw.yaml new file mode 100644 index 00000000..a9221a2a --- /dev/null +++ b/environments/ceph-radosgw.yaml @@ -0,0 +1,5 @@ +resource_registry: + OS::TripleO::Services::CephRgw: ../puppet/services/ceph-rgw.yaml + OS::TripleO::Services::SwiftProxy: OS::Heat::None + OS::TripleO::Services::SwiftStorage: OS::Heat::None + OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None -- cgit 1.2.3-korg