From 92e02016391a53e9d973e7ef1726e6752d3fdd3c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 30 Oct 2015 17:48:21 -0400 Subject: [PATCH] doc: update rpm links to download.ceph.com Signed-off-by: Alfredo Deza --- doc/install/install-storage-cluster.rst | 6 +++--- doc/install/upgrading-ceph.rst | 14 +++++++------- doc/start/quick-start-preflight.rst | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/install/install-storage-cluster.rst b/doc/install/install-storage-cluster.rst index ee84573a05a9..f3463530883a 100644 --- a/doc/install/install-storage-cluster.rst +++ b/doc/install/install-storage-cluster.rst @@ -42,7 +42,7 @@ To install Ceph with RPMs, execute the following steps: [ceph] name=Ceph packages for $basearch - baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/$basearch + baseurl=http://download.ceph.com/rpm-{ceph-release}/{distro}/$basearch enabled=1 priority=2 gpgcheck=1 @@ -51,7 +51,7 @@ To install Ceph with RPMs, execute the following steps: [ceph-noarch] name=Ceph noarch packages - baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/noarch + baseurl=http://download.ceph.com/rpm-{ceph-release}/{distro}/noarch enabled=1 priority=2 gpgcheck=1 @@ -60,7 +60,7 @@ To install Ceph with RPMs, execute the following steps: [ceph-source] name=Ceph source packages - baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/SRPMS + baseurl=http://download.ceph.com/rpm-{ceph-release}/{distro}/SRPMS enabled=0 priority=2 gpgcheck=1 diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index 9c542459d073..3ff63e2892a6 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -271,7 +271,7 @@ Then add a new ``ceph.repo`` repository entry with the following contents. [ceph] name=Ceph Packages and Backports $basearch - baseurl=http://ceph.com/rpm/el6/$basearch + baseurl=http://download.ceph.com/rpm/el6/$basearch enabled=1 gpgcheck=1 type=rpm-md @@ -279,7 +279,7 @@ Then add a new ``ceph.repo`` repository entry with the following contents. .. note:: Ensure you use the correct URL for your distribution. Check the - http://ceph.com/rpm directory for your distribution. + http://download.ceph.com/rpm directory for your distribution. .. note:: Since you can upgrade using ``ceph-deploy`` you will only need to add the repository on Ceph Client nodes where you use the ``ceph`` command line @@ -309,7 +309,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, etc). [ceph] name=Ceph Packages and Backports $basearch - baseurl=http://ceph.com/rpm-emperor/{distro}/$basearch + baseurl=http://download.ceph.com/rpm-emperor/{distro}/$basearch enabled=1 gpgcheck=1 type=rpm-md @@ -317,7 +317,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, etc). .. note:: Ensure you use the correct URL for your distribution. Check the - http://ceph.com/rpm directory for your distribution. + http://download.ceph.com/rpm directory for your distribution. .. note:: Since you can upgrade using ``ceph-deploy`` you will only need to add the repository on Ceph Client nodes where you use the ``ceph`` command line @@ -435,7 +435,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, [ceph] name=Ceph Packages and Backports $basearch - baseurl=http://ceph.com/rpm-firefly/{distro}/$basearch + baseurl=http://download.ceph.com/rpm-firefly/{distro}/$basearch enabled=1 gpgcheck=1 type=rpm-md @@ -508,7 +508,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, [ceph] name=Ceph Packages and Backports $basearch - baseurl=http://ceph.com/rpm/{distro}/$basearch + baseurl=http://download.ceph.com/rpm/{distro}/$basearch enabled=1 gpgcheck=1 type=rpm-md @@ -516,7 +516,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, .. note:: Ensure you use the correct URL for your distribution. Check the - http://ceph.com/rpm directory for your distribution. + http://download.ceph.com/rpm directory for your distribution. .. note:: Since you can upgrade using ``ceph-deploy`` you will only need to add the repository on Ceph Client nodes where you use the ``ceph`` command line diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index 63608228fa97..cc58243ec637 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -70,7 +70,7 @@ following steps: [ceph-noarch] name=Ceph noarch packages - baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/noarch + baseurl=http://download.ceph.com/rpm-{ceph-release}/{distro}/noarch enabled=1 gpgcheck=1 type=rpm-md -- 2.47.3