From 471cdb0c3999b375f2891472d4645eea5f4d7051 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 Signed-off-by: Andrew Schoen --- 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 bd121bad6..150dc0f58 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -120,6 +120,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 830117c71..fbb1fb641 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -112,6 +112,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/