Use Jewel as default Ceph release

Jewel has been the latest stable release for almost a year now and
Hammer was scheduled for EOL in 11/2016.

Reference the following for more information:
http://docs.ceph.com/docs/master/releases/
https://www.spinics.net/lists/ceph-devel/msg34028.html

Change-Id: Id030688c2203cc11ac68a2c988c95b6850217b9f
This commit is contained in:
Logan V 2017-01-08 21:45:25 -06:00
parent a51f1ba6a1
commit 20d00997a1
3 changed files with 5 additions and 1 deletions

View File

@ -42,6 +42,7 @@ ceph_client_package_state: "latest"
# unlike the other options does not attempt to manage package keys or add additional
# package repositories.
ceph_pkg_source: ceph
ceph_stable_release: jewel
ceph_apt_pinned_packages: [{ package: "*", release: "RedHat", priority: 1001 }]
# Ubuntu Cloud Archive mirror URL

View File

@ -0,0 +1,4 @@
---
upgrade:
- The latest stable release of Ceph, Jewel, is now used as the default client
version since Hammer was scheduled for EOL in November 2016.

View File

@ -31,7 +31,6 @@ ceph_revoked_gpg_keys:
# Ceph.com repository variables
ceph_apt_repo_url_region: "download" # or "eu" for Netherlands based mirror
ceph_stable_release: hammer
ceph_apt_repo_url: "http://{{ ceph_apt_repo_url_region }}.ceph.com/debian-{{ ceph_stable_release }}/"
# Ubuntu Cloud Archive variables