diff options
author | John Fulton <fulton@redhat.com> | 2017-06-30 22:07:46 +0000 |
---|---|---|
committer | John Fulton <fulton@redhat.com> | 2017-08-16 11:20:14 -0400 |
commit | 3626095a8106398ddf722657b6e9367290f33f55 (patch) | |
tree | 60131acd7ea37a7c59fa6753b13962ee83af326d /environments/ceph-ansible | |
parent | b32d1c145b48d24c237d5a16911c6bd6d6025d83 (diff) |
Add support for installing Ceph MDS via ceph-ansible
Based on puppet/services/ceph-mds.yaml. Nodes in the CephMds role
will already be in the Ansible inventory but this change provides
a way pass their parameters to ceph-ansible.
Co-Authored-By: Giulio Fidente <gfidente@redhat.com>
Change-Id: Ia3ef9e9a2b159dacea01e38762145ff2bcc7ba27
Diffstat (limited to 'environments/ceph-ansible')
-rw-r--r-- | environments/ceph-ansible/ceph-mds.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/ceph-ansible/ceph-mds.yaml b/environments/ceph-ansible/ceph-mds.yaml new file mode 100644 index 00000000..0834269c --- /dev/null +++ b/environments/ceph-ansible/ceph-mds.yaml @@ -0,0 +1,2 @@ +resource_registry: + OS::TripleO::Services::CephMds: ../../docker/services/ceph-ansible/ceph-mds.yaml |