From 2de01bc4fb0f492c935f22630f7a19f8c2c08f4d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 22 Apr 2015 16:42:14 +0200 Subject: Move Ceph OSD data path configuration into static ceph.yaml file Change-Id: I577dc98cdf3648c9eb77bd084ae18273a52b22f9 --- puppet/ceph-cluster-config.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet/ceph-cluster-config.yaml') diff --git a/puppet/ceph-cluster-config.yaml b/puppet/ceph-cluster-config.yaml index e01bd19d..c4a365bd 100644 --- a/puppet/ceph-cluster-config.yaml +++ b/puppet/ceph-cluster-config.yaml @@ -36,7 +36,6 @@ resources: - {get_param: ceph_mon_ips} ceph::profile::params::fsid: {get_param: ceph_fsid} ceph::profile::params::mon_key: {get_param: ceph_mon_key} - ceph::profile::params::osds: "{/srv/data: {}}" # We should use a separated key for the non-admin clients ceph::profile::params::client_keys: str_replace: -- cgit 1.2.3-korg