5 changed files with 19 additions and 3 deletions
@ -1,5 +1,8 @@
|
||||
# ****************************************************************************** |
||||
# DEPRECATED: Use ./ceph-ansible/ceph-rgw.yaml |
||||
# ****************************************************************************** |
||||
resource_registry: |
||||
OS::TripleO::Services::CephRgw: ../puppet/services/ceph-rgw.yaml |
||||
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 |
||||
|
@ -1,2 +1,5 @@
|
||||
# ****************************************************************************** |
||||
# DEPRECATED: Use ../ceph-ansible/ceph-mds.yaml |
||||
# ****************************************************************************** |
||||
resource_registry: |
||||
OS::TripleO::Services::CephMds: ../../puppet/services/ceph-mds.yaml |
||||
OS::TripleO::Services::CephMds: ../../docker/services/ceph-ansible/ceph-mds.yaml |
||||
|
@ -1,2 +1,5 @@
|
||||
# ****************************************************************************** |
||||
# DEPRECATED: Use ../ceph-ansible/ceph-rbdmirror.yaml |
||||
# ****************************************************************************** |
||||
resource_registry: |
||||
OS::TripleO::Services::CephRbdMirror: ../../puppet/services/pacemaker/ceph-rbdmirror.yaml |
||||
OS::TripleO::Services::CephRbdMirror: ../../docker/services/ceph-ansible/ceph-rbdmirror.yaml |
||||
|
Loading…
Reference in new issue