diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-18 02:50:50 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-18 02:50:50 +0000 |
commit | fc4618593f3b1d21f58ce32c1b1db24e435a38f6 (patch) | |
tree | c72f75e63a5696e93d854b31c8aa5b39678ae939 /environments/ceph-ansible | |
parent | f5bd6f997b728ee51e5cceee635757f692756bc7 (diff) | |
parent | 3626095a8106398ddf722657b6e9367290f33f55 (diff) |
Merge "Add support for installing Ceph MDS via ceph-ansible"
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 |