Merge pull request #12 from Tech-Corps/update-apt-repos
Update apt repos to be inline with doc changes
This commit is contained in:
commit
eb75034b02
@ -1 +1,3 @@
|
|||||||
default['ceph']['branch'] = "release" # Can be testing or autobuild
|
default['ceph']['branch'] = "release" # Can be testing or autobuild
|
||||||
|
# Major release version to install. Currently bobtail (most recent) or argonaut.
|
||||||
|
default['ceph']['version'] = "bobtail"
|
||||||
|
@ -4,7 +4,7 @@ case node['ceph']['branch']
|
|||||||
when "release"
|
when "release"
|
||||||
apt_repository "ceph-release" do
|
apt_repository "ceph-release" do
|
||||||
repo_name "ceph"
|
repo_name "ceph"
|
||||||
uri "http://www.ceph.com/debian/"
|
uri "http://www.ceph.com/debian-#{node['ceph']['version']}/"
|
||||||
distribution node['lsb']['codename']
|
distribution node['lsb']['codename']
|
||||||
components ["main"]
|
components ["main"]
|
||||||
key "https://raw.github.com/ceph/ceph/master/keys/release.asc"
|
key "https://raw.github.com/ceph/ceph/master/keys/release.asc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user