Without apt-get update the repository added to the sources.list is not taken into consideration and an older version of ceph-deploy is going to be installed.
Signed-off-by: Loic Dachary <loic@dachary.org>
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 update
sudo apt-get install ceph-deploy
machines from the admin node!
.. _Storage Cluster Quick Start: ../quick-ceph-deploy
-.. _OS Recommendations: ../../install/os-recommendations
\ No newline at end of file
+.. _OS Recommendations: ../../install/os-recommendations