summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-06-05 11:44:58 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-06-05 11:44:58 -0700
commitd97031175f8ae5663548a92ef48b99baf377c10a (patch)
tree8bbdfa3e82c3f8ba15ef5834a4dbde01bf324a90
parent09a796d724bc51041a79ba85cb0173854ee2780f (diff)
downloadceph-d97031175f8ae5663548a92ef48b99baf377c10a.tar.gz
doc: Added key and ceph repository to ceph-deploy install.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/deployment/preflight-checklist.rst2
-rw-r--r--doc/start/quick-start-preflight.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/rados/deployment/preflight-checklist.rst b/doc/rados/deployment/preflight-checklist.rst
index b4d1737048b..842b10c4e60 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 ca96591209c..74c1f0d2765 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