From: Kai Wagner Date: Fri, 9 Mar 2018 06:50:45 +0000 (+0100) Subject: Updated the get-packages.rst to luminous X-Git-Tag: v13.0.2~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2452f66056a0a216d114a04d72153da8d37f78d;p=ceph.git Updated the get-packages.rst to luminous Signed-off-by: Kai Wagner --- diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index 68678d86eb74..07867831a7d7 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``) and development releases +major releases (e.g., ``hammer``, ``jewel``, ``luminous``) and development releases (``release-name-rc1``, ``release-name-rc2``), use the ``release.asc`` key. @@ -100,11 +100,11 @@ Add a Ceph package repository to your system's list of APT sources. For newer versions of Debian/Ubuntu, call ``lsb_release -sc`` on the command line to get the short codename, and replace ``{codename}`` in the following command. :: - sudo apt-add-repository 'deb https://download.ceph.com/debian-jewel/ {codename} main' + sudo apt-add-repository 'deb https://download.ceph.com/debian-luminous/ {codename} main' For early Linux distributions, you may execute the following command:: - echo deb https://download.ceph.com/debian-jewel/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list + echo deb https://download.ceph.com/debian-luminous/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list For earlier Ceph releases, replace ``{release-name}`` with the name with the name of the Ceph release. You may call ``lsb_release -sc`` on the command line @@ -141,7 +141,7 @@ RPM Packages 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``, +``{ceph-release}`` with a major release of Ceph (e.g., ``hammer``, ``jewel``, ``luminous``, 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 @@ -297,15 +297,15 @@ Packages are currently built for the RHEL/CentOS7 (``el7``) platforms. The repository package installs the repository details on your local system for use with ``yum``. Replace ``{distro}`` with your distribution. :: - su -c 'rpm -Uvh https://download.ceph.com/rpm-jewel/{distro}/noarch/ceph-{version}.{distro}.noarch.rpm' + su -c 'rpm -Uvh https://download.ceph.com/rpm-luminous/{distro}/noarch/ceph-{version}.{distro}.noarch.rpm' For example, for CentOS 7 (``el7``):: - su -c 'rpm -Uvh https://download.ceph.com/rpm-jewel/el7/noarch/ceph-release-1-0.el7.noarch.rpm' + su -c 'rpm -Uvh https://download.ceph.com/rpm-luminous/el7/noarch/ceph-release-1-0.el7.noarch.rpm' You can download the RPMs directly from:: - https://download.ceph.com/rpm-jewel + https://download.ceph.com/rpm-luminous For earlier Ceph releases, replace ``{release-name}`` with the name