diff --git a/manifests/rgw.pp b/manifests/rgw.pp index b3a12c74..7e54a0f9 100644 --- a/manifests/rgw.pp +++ b/manifests/rgw.pp @@ -145,11 +145,13 @@ define ceph::rgw ( } } 'civetweb': { + warning('civetweb frontend has been removed in quincy release.') ceph::rgw::civetweb { $name: rgw_frontends => $rgw_frontends, } } 'apache-proxy-fcgi': { + warning('fastcgi frontend has been removed in quincy release.') $rgw_frontends_real = pick($rgw_frontends, 'fastcgi socket_port=9000 socket_host=127.0.0.1'); ceph_config { "client.${name}/rgw_frontends": value => $rgw_frontends_real; diff --git a/releasenotes/notes/deprecate-civetweb-and-fcgi-daecf8cae43c8f61.yaml b/releasenotes/notes/deprecate-civetweb-and-fcgi-daecf8cae43c8f61.yaml new file mode 100644 index 00000000..e3e552db --- /dev/null +++ b/releasenotes/notes/deprecate-civetweb-and-fcgi-daecf8cae43c8f61.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - | + Support for RADOS Gateway deployment with fastcgi frontend or civetweb + frontend has been deprecated. These fronends have been removed in Quincy + release. The support may be removed when the minimum tested ceph version + is bumped to Quincy or later.