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/hieradata/ceph.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata') diff --git a/puppet/hieradata/ceph.yaml b/puppet/hieradata/ceph.yaml index e43b0da5..17fbea25 100644 --- a/puppet/hieradata/ceph.yaml +++ b/puppet/hieradata/ceph.yaml @@ -3,6 +3,7 @@ ceph::profile::params::osd_pool_default_pg_num: 128 ceph::profile::params::osd_pool_default_pgp_num: 128 ceph::profile::params::osd_pool_default_size: 3 ceph::profile::params::osd_pool_default_min_size: 1 +ceph::profile::params::osds: {/srv/data: {}} ceph::profile::params::manage_repo: false ceph::profile::params::authentication_type: cephx -- cgit 1.2.3-korg