From: Giulio Fidente Date: Wed, 25 Jan 2017 15:25:14 +0000 (+0100) Subject: Ensure basic Ceph configuration is performed by RBD mirror X-Git-Tag: opnfv-6.0.0~379^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=467c939962b0be1d4262f557c0843ae880894e98;p=apex-puppet-tripleo.git Ensure basic Ceph configuration is performed by RBD mirror Previously we missed to perform the basic Ceph client configuration on a node where only the RBD mirror service was deployed. Change-Id: Ie6a4284a88714bcee964a38636e12aa88bb95c9d Co-Authored-By: Michele Baldessari Related-Bug: #1652177 --- diff --git a/manifests/profile/pacemaker/ceph/rbdmirror.pp b/manifests/profile/pacemaker/ceph/rbdmirror.pp index 8e2ff77..1fab0db 100644 --- a/manifests/profile/pacemaker/ceph/rbdmirror.pp +++ b/manifests/profile/pacemaker/ceph/rbdmirror.pp @@ -58,6 +58,7 @@ class tripleo::profile::pacemaker::ceph::rbdmirror ( include ::tripleo::profile::base::ceph if $step >= 3 { + require ::ceph::profile::client ceph::mirror { $client_name: rbd_mirror_enable => false, rbd_mirror_ensure => 'stopped',