From: John Wilkins Date: Wed, 5 Jun 2013 18:44:58 +0000 (-0700) Subject: doc: Added key and ceph repository to ceph-deploy install. X-Git-Tag: v0.65~155 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d97031175f8ae5663548a92ef48b99baf377c10a;p=ceph.git doc: Added key and ceph repository to ceph-deploy install. Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst index b4d1737048b6..842b10c4e605 100644 --- a/doc/rados/deployment/preflight-checklist.rst +++ b/doc/rados/deployment/preflight-checklist.rst @@ -89,6 +89,8 @@ 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 - + echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list sudo apt-get install ceph-deploy diff --git a/doc/start/quick-start-preflight.rst b/doc/start/quick-start-preflight.rst index ca96591209c7..74c1f0d2765c 100644 --- a/doc/start/quick-start-preflight.rst +++ b/doc/start/quick-start-preflight.rst @@ -98,6 +98,8 @@ 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 - + echo deb http://ceph.com/debian-cuttlefish/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list sudo apt-get install ceph-deploy