]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: download GPG key from download.ceph.com 6384/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 26 Oct 2015 19:18:19 +0000 (13:18 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 26 Oct 2015 19:19:40 +0000 (13:19 -0600)
Fixes: #13603
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
doc/install/get-packages.rst
doc/install/install-storage-cluster.rst
doc/install/upgrading-ceph.rst
doc/rados/deployment/preflight-checklist.rst
doc/start/quick-start-preflight.rst

index 8be7252f0417e54f882af64dbe9ee5f31b539590..aaab772fe16facdfef31d83a8fab284b04b94c3e 100644 (file)
@@ -70,13 +70,13 @@ APT
 
 To install the ``release.asc`` key, execute the following::
 
-       wget -q -O- 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
+       wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
 
 
 To install the ``autobuild.asc`` key, execute the following
 (QA and developers only)::
 
-       wget -q -O- 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc' | sudo apt-key add -
+       wget -q -O- 'https://download.ceph.com/keys/autobuild.asc' | sudo apt-key add -
 
 
 RPM
@@ -84,12 +84,12 @@ RPM
 
 To install the ``release.asc`` key, execute the following::
 
-       sudo rpm --import 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc'
+       sudo rpm --import 'https://download.ceph.com/keys/release.asc'
 
 To install the ``autobuild.asc`` key, execute the following
 (QA and developers only)::
 
-       sudo rpm --import 'https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc'
+       sudo rpm --import 'https://download.ceph.com/keys/autobuild.asc'
 
 
 .. _mirrors:
@@ -216,7 +216,7 @@ take priority over standard packages, so you must ensure that you set
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-noarch]
        name=Ceph noarch packages
@@ -225,7 +225,7 @@ take priority over standard packages, so you must ensure that you set
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-source]
        name=Ceph source packages
@@ -234,7 +234,7 @@ take priority over standard packages, so you must ensure that you set
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 For development release packages, you may specify the repository
@@ -247,7 +247,7 @@ for development releases instead. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-noarch]
        name=Ceph noarch packages
@@ -256,7 +256,7 @@ for development releases instead. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-source]
        name=Ceph source packages
@@ -265,7 +265,7 @@ for development releases instead. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 For specific packages, you may retrieve them by specifically downloading the
@@ -324,7 +324,7 @@ install. ::
        enabled=0
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
 
 You may view http://gitbuilder.ceph.com directory to see which distributions
@@ -366,7 +366,7 @@ http://gitbuilder.ceph.com directory to see which distributions Ceph supports.
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
        [apache2-ceph-source]
        name=Apache source packages for Ceph
@@ -375,7 +375,7 @@ http://gitbuilder.ceph.com directory to see which distributions Ceph supports.
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
 
 Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
@@ -387,7 +387,7 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
        [fastcgi-ceph-noarch]
        name=FastCGI noarch packages for Ceph
@@ -396,7 +396,7 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
        [fastcgi-ceph-source]
        name=FastCGI source packages for Ceph
@@ -405,7 +405,7 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://git.ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
+       gpgkey=https://download.ceph.com/keys/autobuild.asc
 
 
 Download Packages
index 7b748db1e051ebd3e07ed53c7ea873843f6a821a..ee84573a05a9d764afc2256e5394144533cf58d1 100644 (file)
@@ -47,7 +47,7 @@ To install Ceph with RPMs, execute the following steps:
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-noarch]
        name=Ceph noarch packages
@@ -56,7 +56,7 @@ To install Ceph with RPMs, execute the following steps:
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
        [ceph-source]
        name=Ceph source packages
@@ -65,7 +65,7 @@ To install Ceph with RPMs, execute the following steps:
        priority=2
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 #. Install pre-requisite packages::  
@@ -91,4 +91,4 @@ If you install Ceph locally, ``make`` will place the executables in
 ``usr/local/bin``. You may add the Ceph configuration file to the
 ``usr/local/bin`` directory to run Ceph from a single directory.
 
-.. _Get Packages: ../get-packages
\ No newline at end of file
+.. _Get Packages: ../get-packages
index 28bc7430ba61d9d72a14ef90db3c78ccd2122b15..ec0b5518e365fcbc9588d350401ecd0547adfddf 100644 (file)
@@ -275,7 +275,7 @@ Then add a new ``ceph.repo`` repository entry with the following contents.
        enabled=1
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc 
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 .. note:: Ensure you use the correct URL for your distribution. Check the
@@ -313,7 +313,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, etc).
        enabled=1
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc 
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 .. note:: Ensure you use the correct URL for your distribution. Check the
@@ -439,7 +439,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``,
        enabled=1
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc 
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 Upgrade daemons in the following order:
@@ -512,7 +512,7 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``,
        enabled=1
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc 
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 .. note:: Ensure you use the correct URL for your distribution. Check the
@@ -748,4 +748,4 @@ Under those directories, the keyring should be in a file named ``keyring``.
 .. _Operating a Cluster: ../../rados/operations/operating
 .. _Monitoring a Cluster: ../../rados/operations/monitoring
 .. _Firefly release notes: ../../release-notes/#v0-80-firefly
-.. _release notes: ../../release-notes
\ No newline at end of file
+.. _release notes: ../../release-notes
index 97b5dc086cad88dfcc168d5fa041cd7152306f17..64a669f161b873f0e20173b8177a4d8de812ddbb 100644 (file)
@@ -89,7 +89,7 @@ Install ceph-deploy
 
 To install ``ceph-deploy``, execute the following:: 
 
-       wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
+       wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
        echo deb http://ceph.com/debian-dumpling/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
        sudo apt-get update     
        sudo apt-get install ceph-deploy
index 7cfa04a3f0b153a23a34bfcd69a50a6d31207493..a590d99497fc2b14c72ff4bf42007d7ca2b90de3 100644 (file)
@@ -31,7 +31,7 @@ For Debian and Ubuntu distributions, perform the following steps:
 
 #. Add the release key::
 
-       wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
+       wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
 
 #. Add the Ceph packages to your repository. Replace ``{ceph-stable-release}``
    with a stable Ceph release (e.g., ``cuttlefish``, ``dumpling``,
@@ -74,7 +74,7 @@ following steps:
        enabled=1
        gpgcheck=1
        type=rpm-md
-       gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
+       gpgkey=https://download.ceph.com/keys/release.asc
 
 
 #. Update your repository and install ``ceph-deploy``::