]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Updated the get-packages.rst to luminous 20815/head
authorKai Wagner <kwagner@suse.com>
Fri, 9 Mar 2018 06:50:45 +0000 (07:50 +0100)
committerKai Wagner <kwagner@suse.com>
Fri, 9 Mar 2018 06:50:45 +0000 (07:50 +0100)
Signed-off-by: Kai Wagner <kwagner@suse.com>
doc/install/get-packages.rst

index 68678d86eb742b26eaf4fa593aa1756db78178da..07867831a7d7a1a9dd876e193b2e08380667f1ec 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``) 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