]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add openSUSE instructions to quick-start-preflight 10454/head
authorNathan Cutler <ncutler@suse.com>
Wed, 27 Jul 2016 14:37:05 +0000 (16:37 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 8 Aug 2016 20:59:40 +0000 (22:59 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/start/quick-start-preflight.rst

index fdfbc0fdc0903b26b2527aa38c252ab859623006..f965045fc14ca93c8ec4a4c5ec100e58f78bdb1b 100644 (file)
@@ -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
 ===============