]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
group_vars: remove ceph_dev* vars that are no longer needed
authorAlfredo Deza <adeza@redhat.com>
Thu, 8 Dec 2016 20:09:37 +0000 (15:09 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 8 Dec 2016 21:55:15 +0000 (16:55 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
group_vars/all.yml.sample

index 2615c00de138518092adfc1c2b2f71873701646b..21678d573241f7d17a3046ec2d0f49fadbd896d6 100644 (file)
@@ -172,13 +172,8 @@ dummy:
 # ###
 
 #ceph_dev: false # use ceph development branch
-#ceph_dev_key: https://download.ceph.com/keys/autobuild.asc
 #ceph_dev_branch: master # development branch you would like to use e.g: master, wip-hack
-
-# supported distros are centos6, centos7, fc17, fc18, fc19, fc20, fedora17, fedora18,
-# fedora19, fedora20, opensuse12, sles0. (see http://gitbuilder.ceph.com/).
-# For rhel, please pay attention to the versions: 'rhel6 3' or 'rhel 4', the fullname is _very_ important.
-#ceph_dev_redhat_distro: centos7
+#ceph_dev_sha1: latest # distinct sha1 to use, defaults to 'latest' (as in latest built)
 
 # CUSTOM
 # ###