]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
doc: update README to not install from ceph-extras 255/head
authorTravis Rhoden <trhoden@redhat.com>
Fri, 2 Jan 2015 17:38:22 +0000 (12:38 -0500)
committerTravis Rhoden <trhoden@redhat.com>
Fri, 2 Jan 2015 17:42:40 +0000 (12:42 -0500)
Update doc to remove reference to ceph-extras for RPM and DEB
repos. ceph-deploy is no longer pushed to the ceph-extras repo
and hasn't been for some time. If users are not installing from
PyPI, they should be using either the testing or release repo
of their choice for ceph.

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
README.rst

index 5327202eaeaf3e9d51dec383652f0cf2ee68f13c..3ef17bd3bc8ef4891f14575ca3d809bed4f6b6f0 100644 (file)
@@ -53,24 +53,29 @@ a contained way.
 
 DEB
 ---
-The DEB repo can be found at http://ceph.com/packages/ceph-extras/debian/
+The DEB repo can be found for ``ceph`` releases in the ``ceph`` repos like::
 
-But they can also be found for ``ceph`` releases in the ``ceph`` repos like::
+     http://ceph.com/debian-{release}
+     http://ceph.com/debian-testing
 
-     ceph.com/debian-{release}
-     ceph.com/debian-testing
+Note that new releases of ``ceph-deploy`` are pushed to all ``ceph`` release
+repos. This means, for example, that installing ``ceph-deploy`` from
+http://ceph.com/debian-giant will be the same version as
+http://ceph.com/debian-firefly, and same as http://ceph.com/debian-testing.
 
 RPM
 ---
-The RPM repos can be found at http://ceph.com/packages/ceph-extras/rpm/
+The RPM repos can be found ``ceph`` releases in the ``ceph`` repos like::
 
-Make sure you add the proper one for your distribution.
-
-But they can also be found for ``ceph`` releases in the ``ceph`` repos like::
+     http://ceph.com/rpm-{release}
+     http://ceph.com/rpm-testing
 
-     ceph.com/rpm-{release}
-     ceph.com/rpm-testing
+Make sure you add the proper one for your distribution.
 
+Note that new releases of ``ceph-deploy`` are pushed to all ``ceph`` release
+repos. This means, for example, that installing ``ceph-deploy`` from
+http://ceph.com/rpm-giant will be the same version as
+http://ceph.com/rpm-firefly, and same as http://ceph.com/rpm-testing.
 
 bootstrapping
 -------------