Skip to content

Commit 0ca1f80

Browse files
author
Emilien Macchi
committed
Merge pull request #66 from enovance/bump_release
New forge release v1.2.0
2 parents d5de9a5 + 4bbc6b3 commit 0ca1f80

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
##2014-10-08 - release 1.2.0
2+
3+
###Summary
4+
* mon: try to create admin keyring only after service started
5+
* Reduce recovery priority (new feature)
6+
* Use sane default XFS options (same as ceph-disk) (remove '-n size=64k')
7+
8+
####Bugfixes
9+
* Fix deprecation warning in ceph::osd::device
10+
* Increase ceph keyring timeout
11+
* Fixing admin keyring exported resources
12+
* future parser is using strict var types when comparing
13+
* ceph_osd_bootstrap_key fact: increase timeout
14+
115
##2014-06-23 - Features release 1.1.0
216

317
###Summary

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ puppet-ceph
55
About
66
=====
77

8-
|BuildStatus|_
8+
|BuildStatus|_ |PuppetForge|_ |License|_
99

10-
.. |BuildStatus| image:: https://travis-ci.org/enovance/puppet-ceph.png?branch=master
10+
.. |BuildStatus| image:: https://api.travis-ci.org/enovance/puppet-ceph.png?branch=master
1111
.. _BuildStatus: https://travis-ci.org/enovance/puppet-ceph
12+
.. |PuppetForge| image:: http://img.shields.io/puppetforge/v/eNovance/cloud.svg
13+
.. _PuppetForge: https://forge.puppetlabs.com/eNovance/ceph
14+
.. |License| image:: http://img.shields.io/:license-agpl-blue.svg
15+
.. _License: https://gnu.org/licenses/agpl.html
1216

1317
This is a Puppet_ module to install a Ceph_ cluster.
1418

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eNovance-ceph",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Francois Charlier <francois.charlier@enovance.com>",
55
"summary": "A puppet module to install & configure Ceph",
66
"license": "AGPLv3",

0 commit comments

Comments
 (0)