From 6d99e0a85b394415777a3f978fe4af778a6ba9ef Mon Sep 17 00:00:00 2001 From: Keith Schincke Date: Wed, 5 Jul 2017 22:16:26 -0400 Subject: Add support for deploying RGW with ceph-ansible This patch allows usage of ceph-ansible to configure the RGW service in the overcloud. Still uses puppet-keystone to create the necessary user and endpoint in the catalog. Co-Authored-By: Giulio Fidente Change-Id: Iafa17bb64c54e40350b2ba7d76dea3d82fcab0e4 (cherry picked from commit 5b3cd1dcacff408bcb482bdea6cded8755a39ebb) --- environments/ceph-ansible/ceph-rgw.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 environments/ceph-ansible/ceph-rgw.yaml (limited to 'environments') diff --git a/environments/ceph-ansible/ceph-rgw.yaml b/environments/ceph-ansible/ceph-rgw.yaml new file mode 100644 index 00000000..4b09a703 --- /dev/null +++ b/environments/ceph-ansible/ceph-rgw.yaml @@ -0,0 +1,5 @@ +resource_registry: + OS::TripleO::Services::CephRgw: ../../docker/services/ceph-ansible/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