From 44a22fc61e24c2efc221edd7085c8f4d44b39fc0 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sun, 1 Feb 2015 18:52:18 -0500 Subject: Puppet: First support Ceph This is a first implementation of Ceph support in TripleO with Puppet: * Install ceph-mon on controller node * Install ceph-osd on cephstorage node Co-Authored-By: Giulio Fidente Change-Id: I48488cbe950047fae5e746e458106d6edb9a6183 --- puppet/hieradata/ceph.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 puppet/hieradata/ceph.yaml (limited to 'puppet/hieradata') diff --git a/puppet/hieradata/ceph.yaml b/puppet/hieradata/ceph.yaml new file mode 100644 index 00000000..995de2cf --- /dev/null +++ b/puppet/hieradata/ceph.yaml @@ -0,0 +1,7 @@ +ceph::profile::params::osd_journal_size: 1024 +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::manage_repo: false +ceph::profile::params::authentication_type: cephx -- cgit 1.2.3-korg