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:
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
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
===============