Container images don't include ssh by default. Thus we
have to explictly depend on it.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
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.
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,