From 9f542fccad435850206dc3905c565285fcf9d70a Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Thu, 10 Dec 2015 13:43:32 -0500 Subject: [PATCH] add ceph_stable_releases to group_vars/all.sample --- group_vars/all.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/group_vars/all.sample b/group_vars/all.sample index 2ae0da876..27e7c1817 100644 --- a/group_vars/all.sample +++ b/group_vars/all.sample @@ -47,6 +47,16 @@ dummy: #ceph_stable_key: https://download.ceph.com/keys/release.asc #ceph_stable_release: infernalis # ceph stable release +#################### +## Stable Releases # +#################### +#ceph_stable_releases: +# - dumpling +# - emperor +# - firefly +# - giant +# - hammer +# # 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://ceph.com/debian-{{ ceph_stable_release }}/dists/ # for more info read: https://github.com/ceph/ceph-ansible/issues/305 -- 2.47.3