]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove ceph_dev* vars that are no longer needed
authorAlfredo Deza <adeza@redhat.com>
Thu, 8 Dec 2016 20:14:48 +0000 (15:14 -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>
roles/ceph-common/defaults/main.yml

index 1426dc0e3ebaf473efc7589c212f9595fede1f49..a27050f0c9fcaf642110bf71c52e5f70e276f94f 100644 (file)
@@ -164,13 +164,8 @@ ceph_stable_uca: false
 # ###
 
 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
 # ###