Luminous Series Release Notes

2.5.0

New Features

  • Introduced the ability to setup ceph-mgr instances which are requried in the latest stable release of Ceph. This can be done using the ceph::mgr define or the ceph::profile::mgr profile.

  • Added Luminous support for modules

  • Changed default frontend of rgw from fastcgi to civetweb.

Upgrade Notes

  • Removed ceph::rgw::apache because the fastcgi support has been completely broken for el7 and this class was deprecated in Hammer.

Deprecation Notes

  • fastcgi frontend for RGW has been deprecated. Puppetlabs puppetlabs-apache has dropped support for fastcgi on RHEL/CentOS 7 hosts. puppetlabs-apache <= 2.2.0 is required for fastcgi. Fastcgi will be removed in P+2 release.

Bug Fixes

  • Bug 1720864 Allow setting optional manager capabilities on keys.

  • Added rgw_keystone_implicit_tenants to ceph::rgw::keystone. Setting to true creates a new tenant per user.

  • Update ceph::key unless statement to work out ceph auth get not escaping embedded quotes in the capabilities lists. Ceph tracker number 22227 has been opened to resolve this issue