See http://ceph.com/docs/master/install/debian/
default['ceph']['branch'] = "release" # Can be testing or autobuild
+# Major release version to install. Currently bobtail (most recent) or argonaut.
+default['ceph']['version'] = "bobtail"
when "release"
apt_repository "ceph-release" do
repo_name "ceph"
- uri "http://www.ceph.com/debian/"
+ uri "http://www.ceph.com/debian-#{node['ceph']['version']}/"
distribution node['lsb']['codename']
components ["main"]
key "https://raw.github.com/ceph/ceph/master/keys/release.asc"