# yum repos:
# [myrepo]
# baseurl = http://gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic/ref/hammer
-# gpgurl = https://download.ceph.com/keys/autobuild.asc
+# gpgurl = {gpg_url_autobuild}
# default = True
# extra-repos = cephrepo # will install the cephrepo file too
#
# enabled=1
# gpgcheck=1
# type=rpm-md
-# gpgkey=https://download.ceph.com/keys/release.asc
+# gpgkey={gpg_url_release}
# apt repos:
# [myrepo]
# baseurl = http://gitbuilder.ceph.com/ceph-deb-trusty-x86_64-basic/ref/hammer
-# gpgurl = https://download.ceph.com/keys/autobuild.asc
+# gpgurl = {gpg_url_autobuild}
# default = True
# extra-repos = cephrepo # will install the cephrepo file too
#
# [cephrepo]
# baseurl=http://download.ceph.com/debian-hammer
-# gpgkey=https://download.ceph.com/keys/release.asc
-""".format(gpgurl=gpg.url('release'))
+# gpgkey={gpg_url_release}
+""".format(gpg_url_release=gpg.url('release'),
+ gpg_url_autobuild=gpg.url('autobuild'))
def location():