]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add ceph_stable_releases to group_vars/all.sample
authorEric Cook <ecook@nexcess.net>
Thu, 10 Dec 2015 18:43:32 +0000 (13:43 -0500)
committerEric Cook <ecook@nexcess.net>
Thu, 10 Dec 2015 18:43:32 +0000 (13:43 -0500)
group_vars/all.sample

index 2ae0da87659f0c368824fb868d579f2d42058af7..27e7c181744b2386996f0419cc33807c34e3afb9 100644 (file)
@@ -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