diff options
author | Keith Schincke <keith.schincke@gmail.com> | 2017-07-05 22:16:26 -0400 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-09-07 10:10:35 +0200 |
commit | 6d99e0a85b394415777a3f978fe4af778a6ba9ef (patch) | |
tree | 709a15c41b31c7dd35d76411275730696cf07997 /environments/ceph-ansible | |
parent | a38bd9eee95eecb6665d1529c3a24b33af50ed5a (diff) |
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 <gfidente@redhat.com>
Change-Id: Iafa17bb64c54e40350b2ba7d76dea3d82fcab0e4
(cherry picked from commit 5b3cd1dcacff408bcb482bdea6cded8755a39ebb)
Diffstat (limited to 'environments/ceph-ansible')
-rw-r--r-- | environments/ceph-ansible/ceph-rgw.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |