From d566b96ed1e6c27ca3b12e879dd70615d9322e16 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 27 Jul 2016 16:37:05 +0200 Subject: [PATCH] doc: add openSUSE instructions to quick-start-preflight Signed-off-by: Nathan Cutler --- doc/start/quick-start-preflight.rst | 33 ++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index fdfbc0fdc0903..f965045fc14ca 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -24,8 +24,8 @@ Ceph Deploy Setup Add Ceph repositories to the ``ceph-deploy`` admin node. Then, install ``ceph-deploy``. -Advanced Package Tool (APT) ---------------------------- +Debian/Ubuntu +------------- For Debian and Ubuntu distributions, perform the following steps: @@ -47,12 +47,12 @@ For Debian and Ubuntu distributions, perform the following steps: Simply replace ``http://ceph.com/`` by ``http://eu.ceph.com/`` -Red Hat Package Manager (RPM) ------------------------------ +RHEL/CentOS +----------- For CentOS 7, perform the following steps: -#. On Red Hat Enterprise Linux 7, register the target machine with ``subscription-manager``, verify your subscriptions, and enable the "Extras" repoistory for package dependencies. For example:: +#. On Red Hat Enterprise Linux 7, register the target machine with ``subscription-manager``, verify your subscriptions, and enable the "Extras" repository for package dependencies. For example:: sudo subscription-manager repos --enable=rhel-7-server-extras-rpms @@ -93,6 +93,29 @@ For CentOS 7, perform the following steps: Simply replace ``http://ceph.com/`` by ``http://eu.ceph.com/`` +openSUSE +-------- + +The Ceph project does not currently publish release RPMs for openSUSE, but +a stable version of Ceph is included in the default update repository, so +installing it is just a matter of:: + + sudo zypper install ceph + sudo zypper install ceph-deploy + +If the distro version is out-of-date, open a bug at +https://bugzilla.opensuse.org/index.cgi and possibly try your luck with one of +the following repositories: + +#. Hammer:: + + https://software.opensuse.org/download.html?project=filesystems%3Aceph%3Ahammer&package=ceph + +#. Jewel:: + + https://software.opensuse.org/download.html?project=filesystems%3Aceph%3Ajewel&package=ceph + + Ceph Node Setup =============== -- 2.39.5