From d4d29fa3bb1f55b0fb041540d244edf29d917c00 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 22 Sep 2014 11:19:07 -0400 Subject: [PATCH] Use puppet-ceph from last commit in Master We have seen recently puppet-ceph branch used by puppet-openstack-cloud could lead to Ceph OSD issues due to Journal management. Also, we should work close to master branch as we do in other modules, and stop using the fork. This patch updates the Puppet-refs to use the last commit close to Master. --- .fixtures.yml | 2 +- Puppetfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index b8dd58f6..9869aaff 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -41,7 +41,7 @@ fixtures: ref: '58682faf74cdfc6c8d921d2be9322368c8a96cf9' 'ceph': repo: 'git://github.com/enovance/puppet-ceph.git' - ref: '581f7380b7b2fdeef9d7147b13156567ecfde074' + ref: '803e5b8ebd290e0564bd0c148a750bbc0135d8c7' 'concat': repo: 'git://github.com/enovance/puppet-concat.git' ref: '04356974f72b90a1d0f57346a00e95a717924e43' diff --git a/Puppetfile b/Puppetfile index 1d84b8e7..c65a1bea 100644 --- a/Puppetfile +++ b/Puppetfile @@ -63,7 +63,7 @@ mod 'boolean', :ref => '157011a4eaa27f1202a9d94335ee4876b26d377e' mod 'ceph', :git => 'git://github.com/enovance/puppet-ceph.git', - :ref => '581f7380b7b2fdeef9d7147b13156567ecfde074' + :ref => '803e5b8ebd290e0564bd0c148a750bbc0135d8c7' #FIXME mod 'cloud', :git => 'git://github.com/enovance/puppet-openstack-cloud.git',