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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user