diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-07 13:14:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-07 13:14:02 +0000 |
commit | 24b8d7835d2d299bc37e2f17d923fd92e5709e46 (patch) | |
tree | 9a7774b109d15d23011b6b27eb188f08cddc950c /environments | |
parent | adc76719fb790302be3f8aca96029d58b5ee8351 (diff) | |
parent | 6d99e0a85b394415777a3f978fe4af778a6ba9ef (diff) |
Merge "Add support for deploying RGW with ceph-ansible" into stable/pike
Diffstat (limited to 'environments')
-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 |