Ensure the CephX client keys are provisioned by the mirror profile

Previously we were not deploying on the nodes hosting only the mirror
profile any CephX client key, these are required instead to give
appropriate permissions to the mirror daemon.

Change-Id: I5bcc9d1e19c60043b8c28ebf7dc2b12dde3d7567
This commit is contained in:
Giulio Fidente 2017-01-25 16:29:57 +01:00
parent 8e01a41431
commit 37a01c99a8

View File

@ -20,7 +20,7 @@
# Profile for Ceph rbd mirror
#
class ceph::profile::mirror {
require ::ceph::profile::base
require ::ceph::profile::client
$rbd_name = $::ceph::profile::params::rbd_mirror_client_name ? {
undef => 'openstack',
default => $::ceph::profile::params::rbd_mirror_client_name,