5cc19541b8
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
20 lines
781 B
YAML
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
|