From b611bdf863871f134d2f982ae5e0e70a498c0a99 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Mon, 14 Sep 2015 14:16:56 +0800 Subject: [PATCH] cephdeploy.conf: use more meaningful example apt repo url Signed-off-by: Yuan Zhou --- ceph_deploy/conf/cephdeploy.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ceph_deploy/conf/cephdeploy.py b/ceph_deploy/conf/cephdeploy.py index 30c991e..8a85fa6 100644 --- a/ceph_deploy/conf/cephdeploy.py +++ b/ceph_deploy/conf/cephdeploy.py @@ -28,29 +28,29 @@ cd_conf_template = """ # yum repos: # [myrepo] -# baseurl = https://user:pass@example.org/rhel6 -# gpgurl = https://example.org/keys/release.asc +# baseurl = http://gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic/ref/hammer +# gpgurl = https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc # default = True # extra-repos = cephrepo # will install the cephrepo file too # # [cephrepo] # name=ceph repo noarch packages -# baseurl=http://ceph.com/rpm-emperor/el6/noarch +# baseurl=http://download.ceph.com/rpm-hammer/el6/noarch # enabled=1 # gpgcheck=1 # type=rpm-md -# gpgkey={gpgurl} +# gpgkey=https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc # apt repos: # [myrepo] -# baseurl = https://user:pass@example.org/ -# gpgurl = https://example.org/keys/release.asc +# baseurl = http://gitbuilder.ceph.com/ceph-deb-trusty-x86_64-basic/ref/hammer +# gpgurl = https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc # default = True # extra-repos = cephrepo # will install the cephrepo file too # # [cephrepo] -# baseurl=http://ceph.com/rpm-emperor/el6/noarch -# gpgkey={gpgurl} +# baseurl=http://download.ceph.com/debian-hammer +# gpgkey=https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc """.format(gpgurl=gpg.url('release')) -- 2.47.3