From: Nathan Cutler Date: Wed, 27 Jul 2016 14:37:05 +0000 (+0200) Subject: doc: add openSUSE instructions to quick-start-preflight X-Git-Tag: ses5-milestone5~178^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10454%2Fhead;p=ceph.git doc: add openSUSE instructions to quick-start-preflight Signed-off-by: Nathan Cutler --- diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index fdfbc0fdc090..f965045fc14c 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 ===============