Skip to content

Commit

Permalink
Merge PR ceph#31806 into master
Browse files Browse the repository at this point in the history
* refs/pull/31806/head:
	spec,debian: ceph-mgr-ssh depends on openssh{-client{s}}

Reviewed-by: Kefu Chai <[email protected]>
Reviewed-by: Nathan Cutler <[email protected]>
Reviewed-by: Dimitri Savineau <[email protected]>
  • Loading branch information
liewegas committed Nov 24, 2019
2 parents 7d4675d + e690931 commit 582d713
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .githubmap
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ guits Guillaume Abrioux <[email protected]>
mgfritch Michael Fritch <[email protected]>
xiaoxichen Xiaoxi Chen <[email protected]>
toabctl Thomas Bechtold <[email protected]>
dsavineau Dimitri Savineau <[email protected]>
6 changes: 6 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,12 @@ Group: System/Filesystems
Requires: ceph-mgr = %{_epoch_prefix}%{version}-%{release}
Requires: python%{_python_buildid}-remoto
Requires: ceph-daemon = %{_epoch_prefix}%{version}-%{release}
%if 0%{?suse_version}
Requires: openssh
%endif
%if 0%{?rhel} || 0%{?fedora}
Requires: openssh-clients
%endif
%description mgr-ssh
ceph-mgr-ssh is a ceph-mgr module for orchestration functions using
direct SSH connections for management operations.
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ Depends: ceph-mgr (= ${binary:Version}),
python-six,
${misc:Depends},
${python:Depends},
openssh-client
Description: ssh orchestrator plugin for ceph-mgr
Ceph is a massively scalable, open-source, distributed
storage system that runs on commodity hardware and delivers object,
Expand Down

0 comments on commit 582d713

Please sign in to comment.