Re: [openstack-dev] [puppet] [ceph] Managing a ceph cluster's lifecycle with puppet

2015-06-02 Thread Stillwell, Bryan
Thanks David, this helped out quite a bit for my phase 1 work. How do you handle the journal partition when replacing a failed drive? Bryan On 5/31/15, 3:06 PM, David Moreau Simard dmsim...@iweb.com wrote: Hey Bryan, The configuration is done through a provider - you can use it in your

Re: [openstack-dev] [puppet] [ceph] Managing a ceph cluster's lifecycle with puppet

2015-05-31 Thread David Moreau Simard
Hey Bryan, The configuration is done through a provider - you can use it in your composition layer, your site.pp or wherever else you want - a bit like this: ceph_config { 'osd/osd_journal_size', value = '16384'; 'osd/osd_max_backfills', value = '1'; # ... 'client/rbd_cache':

[openstack-dev] [puppet] [ceph] Managing a ceph cluster's lifecycle with puppet

2015-05-29 Thread Stillwell, Bryan
Hey guys, One of my top tasks this quarter is to puppetize our ceph environments. I've already spent some time going over the module, but wanted to start a conversation around some of the tasks I would like the module to do. Currently I'm planning on doing the work in the following phases: Phase