]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: added openSUSE distros to the list and updated the releases
authorKai Wagner <kwagner@suse.com>
Wed, 19 Jun 2019 08:39:24 +0000 (10:39 +0200)
committerKai Wagner <kwagner@suse.com>
Wed, 19 Jun 2019 21:58:14 +0000 (23:58 +0200)
Signed-off-by: Kai Wagner <kwagner@suse.com>
doc/install/get-packages.rst

index f37a706d69ab6cc5010717e3ee0e701fb815500e..c3694dbb8bef81e7572017d7da38a9cc264b79dc 100644 (file)
@@ -49,7 +49,7 @@ Add Keys
 ========
 
 Add a key to your system's list of trusted keys to avoid a security warning. For
-major releases (e.g., ``hammer``, ``jewel``, ``luminous``) and development releases
+major releases (e.g., ``luminous``, ``mimic``, ``nautilus``) and development releases
 (``release-name-rc1``, ``release-name-rc2``), use the ``release.asc`` key.
 
 
@@ -132,9 +132,12 @@ of Debian and Ubuntu releases supported. ::
 RPM Packages
 ------------
 
+RHEL
+----
+
 For major releases, you may add a Ceph entry to the ``/etc/yum.repos.d``
 directory. Create a ``ceph.repo`` file. In the example below, replace
-``{ceph-release}`` with  a major release of Ceph (e.g., ``hammer``, ``jewel``, ``luminous``,
+``{ceph-release}`` with  a major release of Ceph (e.g., ``luminous``, ``mimic``, ``nautilus``,
 etc.) and ``{distro}`` with your Linux distribution (e.g., ``el7``, etc.).  You
 may view https://download.ceph.com/rpm-{ceph-release}/ directory to see which
 distributions Ceph supports. Some Ceph packages (e.g., EPEL) must take priority
@@ -185,6 +188,19 @@ You can download the RPMs directly from::
 .. tip:: For non-US users: There might be a mirror close to you where
          to download Ceph from. For more information see: `Ceph Mirrors`_.
 
+openSUSE Leap 15.1
+------------------
+
+You need to add the Ceph package repository to your list of zypper sources. This can be done with the following command ::
+
+    zypper ar https://download.opensuse.org/repositories/filesystems:/ceph/openSUSE_Leap_15.1/filesystems:ceph.repo
+
+openSUSE Tumbleweed
+-------------------
+
+The newest major release of Ceph is already available through the normal Tumbleweed repositories.
+There's no need to add another package repository manually.
+
 
 Add Ceph Development
 ====================