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 Requires: python%{python3_pkgversion}-pyOpenSSL
%endif %endif
%description mgr-dashboard %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. 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 See the Dashboard documentation at http://docs.ceph.com/ for details and a
detailed feature overview. detailed feature overview.
%package mgr-diskprediction-local %package mgr-diskprediction-local
Summary: Ceph Manager plugin for predicting disk failures Summary: Ceph Manager module for predicting disk failures
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} %if 0%{?suse_version}
Group: System/Filesystems Group: System/Filesystems
@ -552,11 +552,11 @@ Requires: numpy
Requires: scipy Requires: scipy
%endif %endif
%description mgr-diskprediction-local %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. disk failures using local algorithms and machine-learning databases.
%package mgr-diskprediction-cloud %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 BuildArch: noarch
%if 0%{?suse_version} %if 0%{?suse_version}
Group: System/Filesystems Group: System/Filesystems
@ -570,7 +570,7 @@ Requires: python2-grpcio
Requires: python2-protobuf Requires: python2-protobuf
%endif %endif
%description mgr-diskprediction-cloud %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. disk failures using services in the Google cloud.
%package mgr-modules-core %package mgr-modules-core
@ -609,7 +609,7 @@ enabled by ceph-mgr.
%package mgr-rook %package mgr-rook
BuildArch: noarch BuildArch: noarch
Summary: Ceph Manager plugin for Rook-based orchestration Summary: Ceph Manager module for Rook-based orchestration
%if 0%{?suse_version} %if 0%{?suse_version}
Group: System/Filesystems Group: System/Filesystems
%endif %endif
@ -617,23 +617,23 @@ Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-kubernetes Requires: python%{python3_pkgversion}-kubernetes
Requires: python%{python3_pkgversion}-jsonpatch Requires: python%{python3_pkgversion}-jsonpatch
%description mgr-rook %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. a Rook backend.
%package mgr-k8sevents %package mgr-k8sevents
BuildArch: noarch 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} %if 0%{?suse_version}
Group: System/Filesystems Group: System/Filesystems
%endif %endif
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release} Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{python3_pkgversion}-kubernetes Requires: python%{python3_pkgversion}-kubernetes
%description mgr-k8sevents %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 to kubernetes' events API
%package mgr-cephadm %package mgr-cephadm
Summary: Ceph Manager plugin for cephadm-based orchestration Summary: Ceph Manager module for cephadm-based orchestration
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} %if 0%{?suse_version}
Group: System/Filesystems Group: System/Filesystems

24
debian/control vendored
View File

@ -251,12 +251,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: dashboard plugin for ceph-mgr Description: dashboard module for ceph-mgr
Ceph is a massively scalable, open-source, distributed Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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 application to monitor and manage many aspects of a Ceph cluster and
related components. related components.
. .
@ -272,12 +272,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
${shlibs: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 Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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. daemon, which helps predict disk failures.
Package: ceph-mgr-diskprediction-cloud Package: ceph-mgr-diskprediction-cloud
@ -286,12 +286,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
${shlibs: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 Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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. daemon, which helps predict disk failures.
Package: ceph-mgr-modules-core Package: ceph-mgr-modules-core
@ -316,12 +316,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Description: rook plugin for ceph-mgr Description: rook module for ceph-mgr
Ceph is a massively scalable, open-source, distributed Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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 functionality, to allow ceph-mgr to install and configure ceph using
Rook. Rook.
@ -331,12 +331,12 @@ Depends: ceph-mgr (= ${binary:Version}),
python3-kubernetes, python3-kubernetes,
${misc:Depends}, ${misc:Depends},
${python: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 Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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 ceph related events to the kubernetes events API, and track all events
that occur within the rook-ceph namespace. that occur within the rook-ceph namespace.
@ -348,12 +348,12 @@ Depends: ceph-mgr (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python:Depends}, ${python:Depends},
openssh-client openssh-client
Description: cephadm orchestrator plugin for ceph-mgr Description: cephadm orchestrator module for ceph-mgr
Ceph is a massively scalable, open-source, distributed Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object, storage system that runs on commodity hardware and delivers object,
block and file system storage. 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 functionality, to allow ceph-mgr to perform orchestration functions
over a standard SSH connection. 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 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 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 and inspired by the `openATTIC Ceph management and monitoring tool
<https://openattic.org/>`_. The development is actively driven by the team <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 behind openATTIC at `SUSE <https://www.suse.com/>`_, with a lot of support from