the cluster maps, the daemon metadata, and performance counters, and
exposes all these to the python modules.
+ %package mgr-dashboard
+ Summary: Ceph Dashboard
+ %if 0%{?suse_version}
+ Group: System/Filesystems
+ %endif
+ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
+ %if 0%{?fedora} || 0%{?rhel}
+ Requires: python%{_python_buildid}-cherrypy
+ Requires: python%{_python_buildid}-jwt
+ Requires: python%{_python_buildid}-routes
+ Requires: python%{_python_buildid}-werkzeug
+ Requires: pyOpenSSL%{_python_buildid}
+ Requires: python%{_python_buildid}-bcrypt
+ %endif
+ %if 0%{?suse_version}
+ Requires: python%{_python_buildid}-CherryPy
+ Requires: python%{_python_buildid}-PyJWT
+ Requires: python%{_python_buildid}-Routes
+ Requires: python%{_python_buildid}-Werkzeug
+ Requires: python%{_python_buildid}-pyOpenSSL
+ Requires: python%{_python_buildid}-bcrypt
+ %endif
+ %description mgr-dashboard
+ ceph-mgr-dashboard is a manager plugin, providing a web-based application
+ to monitor and manage many aspects of a Ceph cluster and related components.
+ See the Dashboard documentation at http://docs.ceph.com/ for details and a
+ detailed feature overview.
+
%package mgr-diskprediction-local
Summary: ceph-mgr diskprediction_local plugin
-BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems
%endif