From 92e96fe7dd1baef0957c069553a3aa40fa0bb748 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 3 May 2017 09:11:52 -0500 Subject: [PATCH] ceph-common: add luminous to ceph_release_num MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrew Schoen (cherry picked from commit 471cdb0c3999b375f2891472d4645eea5f4d7051) Signed-off-by: Sébastien Han --- group_vars/all.yml.sample | 1 + roles/ceph-common/defaults/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index b99774cd3..457c4a179 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -129,6 +129,7 @@ dummy: # infernalis: 9 # jewel: 10 # kraken: 11 +# luminous: 12 # Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions # # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/ diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index d43fb7b31..00864361d 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -121,6 +121,7 @@ ceph_release_num: infernalis: 9 jewel: 10 kraken: 11 + luminous: 12 # Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions # # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/ -- 2.47.3