From 3626095a8106398ddf722657b6e9367290f33f55 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Fri, 30 Jun 2017 22:07:46 +0000 Subject: 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 Change-Id: Ia3ef9e9a2b159dacea01e38762145ff2bcc7ba27 --- environments/ceph-ansible/ceph-mds.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 environments/ceph-ansible/ceph-mds.yaml (limited to 'environments') 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 -- cgit 1.2.3-korg