puppet-ceph/releasenotes/notes/mds-support-improvements-e30c7c4fdb838439.yaml
Giulio Fidente 5cc19541b8 Improves support for ceph-mds
This change adds a profile for the MDS service and extends the
existing MDS class to enable the service on boot and set the
daemon binding address.

Change-Id: I558b43deaa9b243c54f3d7ae945f11dd4925eb5d
Related-Bug: #1644784
2017-01-04 14:23:27 +01:00

20 lines
781 B
YAML

---
prelude: >
Improves support for the MDS service and adds a profile class for it.
features:
- |
The MDS class is extended to allow for binding address and instance ID
configuration. It now also ensures that the needed packages for the MDS
daemon are installed and that the service is manageable by Puppet.
- |
A new MDS profile class is added which, in addition to deploying the MDS
service will create a new keyring for it, allowing MDS profilation and
access to the OSD pools.
other:
- |
The package installed by default for the MDS service can be configured
via ceph::params::pkg_mds
- |
The keyring for the MDS service is only created if a key is given, the
key to use can be configured via ceph::profile::params::mds_key