Version information
released Dec 16th 2014
This version is compatible with:
- Puppet Enterprise 3.2.x
- Puppet 3.x
- Debian, Ubuntu, RedHat
Start using this module
Add this module to your Puppetfile:
mod 'eNovance-ceph', '1.3.1'
Learn more about managing modules with a PuppetfileDocumentation
eNovance/ceph — version 1.3.1 Dec 16th 2014
##2014-12-10 - release 1.3.0
###Summary
- Added ceph::client class (to configure ceph clients)
- Drop unit-testing on puppet 2.7 series
- Added puppet header in generated configs files
####Bugfixes
- Bugfix with uuid detection (ceph_osd_bootstrap_key fact), introduced with blkid >= v2.22
- Remove non-UTF8 chars, refs https://tickets.puppetlabs.com/browse/PUP-1386
##2014-10-08 - release 1.2.0
###Summary
- mon: try to create admin keyring only after service started
- Reduce recovery priority (new feature)
- Use sane default XFS options (same as ceph-disk) (remove '-n size=64k')
####Bugfixes
- Fix deprecation warning in ceph::osd::device
- Increase ceph keyring timeout
- Fixing admin keyring exported resources
- future parser is using strict var types when comparing
- ceph_osd_bootstrap_key fact: increase timeout
##2014-06-23 - Features release 1.1.0
###Summary
- Allow to configure ceph's apt source
- Allow custom configuration for ceph conf (config hash)
- Ensure a consistent ordering of config keys
- Manage mon and osd in /var/lib/ceph
####Bugfixes
- Fix spec tests and RSpec 3.x formater
##2014-04-04 - First version 1.0.0
###Summary
- First stable version.
Dependencies
- puppetlabs/apt (>= 1.1.0)
- puppetlabs/concat (>= 0.2.0)
- puppetlabs/stdlib (>= 4.1.0)
Copyright © 2012,2013 eNovance SAS <licensing@enovance.com> Authors: Francois Charlier <francois.charlier@enovance.com> Sebastien Han <sebastien.han@enovance.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.