sudo rpm --import 'https://download.ceph.com/keys/autobuild.asc'
-.. _mirrors:
-
-Mirrors
-=======
-
-For improved user experience multiple mirrors for Ceph are available around the
-world.
-
-These mirrors are available on the following locations:
-
-- **EU**: http://eu.ceph.com/
-- **AU**: http://au.ceph.com/
-
-You can replace all ceph.com URLs with any of the mirrors, for example:
-
- http://download.ceph.com/debian-hammer
-
-Change this to:
-
- http://eu.ceph.com/debian-hammer
-
-
Add Ceph
========
was retired in May 2015), so we recommend that users upgrade to a more
recent version.
-.. tip:: For international users, there are various mirrors globally. See :ref:`mirrors`.
+.. tip:: For international users: There might be a mirror close to you where download Ceph from. For more information see: `Ceph Mirrors`_.
Debian Packages
---------------
echo deb http://download.ceph.com/debian-testing/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
-.. tip:: For international users, there are various mirrors globally. See the
- information at the start of this page.
+.. tip:: For international users: There might be a mirror close to you where download Ceph from. For more information see: `Ceph Mirrors`_.
RPM Packages
------------
http://download.ceph.com/rpm-testing
-.. tip:: For international users, there are various mirrors globally. See :ref:`mirrors`.
-Add Ceph Development
+.. tip:: For international users: There might be a mirror close to you where download Ceph from. For more information see: `Ceph Mirrors`_.
+
====================
Development repositories use the ``autobuild.asc`` key to verify packages.
.. _Install Ceph Object Storage: ../install-storage-cluster
.. _the testing Debian repository: http://download.ceph.com/debian-testing/dists
.. _the gitbuilder page: http://gitbuilder.ceph.com
+.. _Ceph Mirrors: ../mirrors
`Ceph Release Tarballs`_
-`Ceph Release Tarballs (EU mirror)`_
+.. tip:: For international users: There might be a mirror close to you where download Ceph from. For more information see: `Ceph Mirrors`_.
.. _Ceph Release Tarballs: http://ceph.com/download/
-.. _Ceph Release Tarballs (EU mirror): http://eu.ceph.com/download/
+.. _Ceph Mirrors: ../mirrors
.. toctree::
- :maxdepth: 1
+ :maxdepth: 1
Get Packages <get-packages>
Get Tarballs <get-tarballs>
Clone Source <clone-source>
Build Ceph <build-ceph>
+ Ceph Mirrors <mirrors>
Install Software
distributions that use Yum if you intend to install the Ceph Object Gateway or
QEMU.
-.. toctree::
+.. toctree::
:maxdepth: 1
Install ceph-deploy <install-ceph-deploy>
Install Ceph Storage Cluster <install-storage-cluster>
Install Ceph Object Gateway <install-ceph-gateway>
- Install Virtualization for Block <install-vm-cloud>
+ Install Virtualization for Block <install-vm-cloud>
Deploy a Cluster Manually
=========================
-Once you have Ceph installed on your nodes, you can deploy a cluster manually.
+Once you have Ceph installed on your nodes, you can deploy a cluster manually.
The manual procedure is primarily for exemplary purposes for those developing
deployment scripts with Chef, Juju, Puppet, etc.
-.. toctree::
-
+.. toctree::
+
Manual Deployment <manual-deployment>
-Upgrade Software
+Upgrade Software
================
As new versions of Ceph become available, you may upgrade your cluster to take
:maxdepth: 2
Upgrading Ceph <upgrading-ceph>
-
-.. _get packages: ../install/get-packages
\ No newline at end of file
+
+.. _get packages: ../install/get-packages
--- /dev/null
+=============
+ Ceph Mirrors
+=============
+
+For improved user experience multiple mirrors for Ceph are available around the
+world.
+
+These mirrors are kindly sponsored by various companies who want to support the
+Ceph project.
+
+
+Locations
+=========
+
+These mirrors are available on the following locations:
+
+- **EU: Netherlands**: http://eu.ceph.com/
+- **AU: Australia**: http://au.ceph.com/
+- **CZ: Czech Republic**: http://cz.ceph.com/
+- **SE: Sweden**: http://se.ceph.com/
+- **DE: Germany**: http://de.ceph.com/
+- **HK: Hong Kong**: http://hk.ceph.com/
+- **US-East: US East Coast**: http://us-east.ceph.com/
+- **US-West: US West Coast**: http://us-west.ceph.com/
+
+You can replace all download.ceph.com URLs with any of the mirrors, for example:
+
+ http://download.ceph.com/tarballs/
+ http://download.ceph.com/debian-hammer/
+ http://download.ceph.com/rpm-hammer/
+
+Change this to:
+
+ http://eu.ceph.com/tarballs/
+ http://eu.ceph.com/debian-hammer/
+ http://eu.ceph.com/rpm-hammer/
+
+
+Mirroring
+=========
+
+You can easily mirror Ceph yourself using a Bash script and rsync. A easy to use
+script can be found at `Github`_.
+
+When mirroring Ceph, please keep the following guidelines in mind:
+
+- Choose a mirror close to you
+- Do not sync in a interval shorter than 3 hours
+- Avoid syncing at minute 0 of the hour, use something between 0 and 59
+
+
+Becoming a mirror
+=================
+
+If you want to provide a public mirror for other users of Ceph you can opt to
+become a official mirror.
+
+To make sure all mirrors meet the same standards some requirements have been
+set for all mirrors. These can be found on `Github`_.
+
+If you want to apply for an official mirror, please contact the ceph-users mailinglist.
+
+
+.. _Github: https://github.com/ceph/ceph/tree/master/mirroring