]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #29520 from pcuzner/add-events-mgr-module
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 6 Sep 2019 15:09:21 +0000 (17:09 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 15:09:21 +0000 (17:09 +0200)
mgr/k8sevents: Add mgr module for kubernetes event integration

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Travis Nielsen <tnielsen@redhat.com>
1  2 
ceph.spec.in
debian/control

diff --cc ceph.spec.in
index 810560a7b6247c92786827d1f5a02c44f4ab4cbb,0bdba0fef9efd77eb6b9c9d38b6e6e5f1d92e469..a1b4dbc38fdcfbac924808998dab1d2c86d56bff
@@@ -550,8 -539,20 +551,20 @@@ Requires:       python%{_python_buildid
  ceph-mgr-rook is a ceph-mgr plugin for orchestration functions using
  a Rook backend.
  
+ %package mgr-k8sevents
+ BuildArch:      noarch
+ Summary:        Ceph Manager plugin 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%{_python_buildid}-kubernetes
+ %description mgr-k8sevents
+ ceph-mgr-k8sevents is a ceph-mgr plugin that sends every ceph-events
+ to kubernetes' events API
  %package mgr-ssh
 -Summary:        ceph-mgr ssh module
 +Summary:        Ceph Manager plugin for SSH-based orchestration
  BuildArch:    noarch
  %if 0%{?suse_version}
  Group:          System/Filesystems
diff --cc debian/control
Simple merge