From: Kai Wagner Date: Wed, 19 Jun 2019 08:39:24 +0000 (+0200) Subject: doc: added openSUSE distros to the list and updated the releases X-Git-Tag: v15.1.0~2231^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03aa8b964390229b85ea320ea7256c0b3e769afc;p=ceph.git doc: added openSUSE distros to the list and updated the releases Signed-off-by: Kai Wagner --- diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index f37a706d69a..c3694dbb8be 100644 --- a/doc/install/get-packages.rst +++ b/doc/install/get-packages.rst @@ -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 ====================