doc/install/{debian,rpm}: update for cuttlefish

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-05-06 20:16:23 -07:00
parent 7c3a0e8b37
commit 2bd2731240
2 changed files with 51 additions and 7 deletions

View File

@ -19,14 +19,32 @@ security warning::
Add Release Packages
====================
Bobtail
-------
Cuttlefish
----------
Bobtail is the most recent major release of Ceph. These packages are
Cuttlefish is the most recent major release of Ceph. These packages are
recommended for anyone deploying Ceph in a production environment.
Critical bug fixes are backported and point releases are made as
necessary.
Add our package repository to your system's list of APT sources.
See `the cuttlefish Debian repository`_ for a complete list of Debian and Ubuntu releases
supported. ::
echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
For the European users there is also a mirror in the Netherlands at http://eu.ceph.com/ ::
echo deb http://eu.ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
Bobtail
-------
Bobtail is the previous major release of Ceph. These packages are
recommended for those who have already deployed bobtail in production and
are not yet ready to upgrade.
Add our package repository to your system's list of APT sources.
See `the bobtail Debian repository`_ for a complete list of Debian and Ubuntu releases
supported. ::
@ -40,7 +58,7 @@ For the European users there is also a mirror in the Netherlands at http://eu.ce
Argonaut
--------
Argonaut is the previous major release of Ceph. These packages are
Argonaut is the first major release of Ceph. These packages are
recommended for those who have already deployed argonaut in production
and are not yet ready to upgrade.
@ -104,6 +122,7 @@ you should update APT's database and install Ceph::
sudo apt-get update && sudo apt-get install ceph
.. _the cuttlefish Debian repository: http://ceph.com/debian-cuttlefish/dists
.. _the bobtail Debian repository: http://ceph.com/debian-bobtail/dists
.. _the argonaut Debian repository: http://ceph.com/debian-argonaut/dists
.. _the testing Debian repository: http://ceph.com/debian-testing/dists

View File

@ -19,12 +19,37 @@ release key to your system's list of trusted keys to avoid a security warning::
Add Release Packages
====================
Cuttlefish
----------
Cuttlefish is the most recent stable release of Ceph. These packages are
recommended for anyone deploying Ceph in a production environment.
Critical bug fixes are backported and point releases are made as necessary.
Packages are currently built for the RHEL/CentOS6 (``el6``), Fedora 17
(``f17``), OpenSUSE 12 (``opensuse12``), and SLES (``sles11``)
platforms. The repository package installs the repository details on
your local system for use with ``yum`` or ``up2date``.
Replase the``{DISTRO}`` below with the distro codename::
su -c 'rpm -Uvh http://ceph.com/rpm-cuttlefish/{DISTRO}/x86_64/ceph-release-1-0.el6.noarch.rpm'
For example, for CentOS 6 or other RHEL6 derivatives (``el6``)::
su -c 'rpm -Uvh http://ceph.com/rpm-cuttlefish/el6/x86_64/ceph-release-1-0.el6.noarch.rpm'
You can download the RPMs directly from::
http://ceph.com/rpm-cuttlefish
Bobtail
-------
Bobtail is the most recent major release of Ceph. These packages are
recommended for anyone deploying Ceph in a production environment.
Critical bug fixes are backported and point releases are made as necessary.
Bobtail is the previous recent major release of Ceph. These packages are
recommended for those who have already deployed bobtail in production and
are not yet ready to upgrade.
Packages are currently built for the RHEL/CentOS6 (``el6``), Fedora 17
(``f17``), OpenSUSE 12 (``opensuse12``), and SLES (``sles11``)