Merge pull request #33435 from tchaikov/wip-viva-la-module

deb,rpm,doc: s/plugin/module/

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Laura Paduano <lpaduano@suse.com>
This commit is contained in:
Kefu Chai 2020-02-21 19:38:33 +08:00 committed by GitHub
commit 659b09a04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 23 deletions

View File

@ -533,13 +533,13 @@ Requires: pyOpenSSL
Requires: python%{python3_pkgversion}-pyOpenSSL
%endif
%description mgr-dashboard
ceph-mgr-dashboard is a manager plugin, providing a web-based application
ceph-mgr-dashboard is a manager module, 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 Manager plugin for predicting disk failures
Summary: Ceph Manager module for predicting disk failures
BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems
@ -552,11 +552,11 @@ Requires: numpy
Requires: scipy
%endif
%description mgr-diskprediction-local
ceph-mgr-diskprediction-local is a ceph-mgr plugin that tries to predict
ceph-mgr-diskprediction-local is a ceph-mgr module that tries to predict
disk failures using local algorithms and machine-learning databases.
%package mgr-diskprediction-cloud
Summary: Ceph Manager plugin for cloud-based disk failure prediction
Summary: Ceph Manager module for cloud-based disk failure prediction
BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems
@ -570,7 +570,7 @@ Requires: python2-grpcio
Requires: python2-protobuf
%endif
%description mgr-diskprediction-cloud
ceph-mgr-diskprediction-cloud is a ceph-mgr plugin that tries to predict
ceph-mgr-diskprediction-cloud is a ceph-mgr module that tries to predict
disk failures using services in the Google cloud.
%package mgr-modules-core
@ -609,7 +609,7 @@ enabled by ceph-mgr.
%package mgr-rook
BuildArch: noarch
Summary: Ceph Manager plugin for Rook-based orchestration
Summary: Ceph Manager module for Rook-based orchestration
%if 0%{?suse_version}
Group: System/Filesystems
%endif
@ -617,23 +617,23 @@ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-kubernetes
Requires: python%{python3_pkgversion}-jsonpatch
%description mgr-rook
ceph-mgr-rook is a ceph-mgr plugin for orchestration functions using
ceph-mgr-rook is a ceph-mgr module for orchestration functions using
a Rook backend.
%package mgr-k8sevents
BuildArch: noarch
Summary: Ceph Manager plugin to orchestrate ceph-events to kubernetes' events API
Summary: Ceph Manager module to orchestrate ceph-events to kubernetes' events API
%if 0%{?suse_version}
Group: System/Filesystems
%endif
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-kubernetes
%description mgr-k8sevents
ceph-mgr-k8sevents is a ceph-mgr plugin that sends every ceph-events
ceph-mgr-k8sevents is a ceph-mgr module that sends every ceph-events
to kubernetes' events API
%package mgr-cephadm
Summary: Ceph Manager plugin for cephadm-based orchestration
Summary: Ceph Manager module for cephadm-based orchestration
BuildArch: noarch
%if 0%{?suse_version}
Group: System/Filesystems

24
debian/control vendored
View File

@ -251,12 +251,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: dashboard plugin for ceph-mgr
Description: dashboard module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package provides a ceph-mgr plugin, providing a web-based
This package provides a ceph-mgr module, providing a web-based
application to monitor and manage many aspects of a Ceph cluster and
related components.
.
@ -272,12 +272,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: diskprediction-local plugin for ceph-mgr
Description: diskprediction-local module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the diskprediction_local plugin for the ceph-mgr
This package contains the diskprediction_local module for the ceph-mgr
daemon, which helps predict disk failures.
Package: ceph-mgr-diskprediction-cloud
@ -286,12 +286,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: diskprediction-cloud plugin for ceph-mgr
Description: diskprediction-cloud module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the diskprediction_cloud plugin for the ceph-mgr
This package contains the diskprediction_cloud module for the ceph-mgr
daemon, which helps predict disk failures.
Package: ceph-mgr-modules-core
@ -316,12 +316,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Description: rook plugin for ceph-mgr
Description: rook module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the rook plugin for ceph-mgr's orchestration
This package contains the rook module for ceph-mgr's orchestration
functionality, to allow ceph-mgr to install and configure ceph using
Rook.
@ -331,12 +331,12 @@ Depends: ceph-mgr (= ${binary:Version}),
python3-kubernetes,
${misc:Depends},
${python:Depends},
Description: kubernetes events plugin for ceph-mgr
Description: kubernetes events module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the k8sevents plugin, to allow ceph-mgr to send
This package contains the k8sevents module, to allow ceph-mgr to send
ceph related events to the kubernetes events API, and track all events
that occur within the rook-ceph namespace.
@ -348,12 +348,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends},
${python:Depends},
openssh-client
Description: cephadm orchestrator plugin for ceph-mgr
Description: cephadm orchestrator module for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
block and file system storage.
.
This package contains the CEPHADM plugin for ceph-mgr's orchestration
This package contains the CEPHADM module for ceph-mgr's orchestration
functionality, to allow ceph-mgr to perform orchestration functions
over a standard SSH connection.

View File

@ -19,7 +19,7 @@ prefer a WebUI over using the command line.
The new :term:`Ceph Dashboard` module is a replacement of the previous one and
adds a built-in web based monitoring and administration application to the Ceph
Manager. The architecture and functionality of this new plugin is derived from
Manager. The architecture and functionality of this new module is derived from
and inspired by the `openATTIC Ceph management and monitoring tool
<https://openattic.org/>`_. The development is actively driven by the team
behind openATTIC at `SUSE <https://www.suse.com/>`_, with a lot of support from