]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added key and ceph repository to ceph-deploy install.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 5 Jun 2013 18:44:58 +0000 (11:44 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 5 Jun 2013 18:44:58 +0000 (11:44 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/preflight-checklist.rst
doc/start/quick-start-preflight.rst

index b4d1737048b67108c4b77501a6ab50f4a6255fd8..842b10c4e605035569f32da11e73c27b193d5eee 100644 (file)
@@ -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
 
 
index ca96591209c73f85d75a2584584da9743b66590c..74c1f0d2765cef67b2ed3be15c3944aac36eff22 100644 (file)
@@ -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