]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
cephdeploy.conf: use more meaningful example apt repo url 354/head
authorYuan Zhou <yuan.zhou@intel.com>
Mon, 14 Sep 2015 06:16:56 +0000 (14:16 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Sun, 20 Sep 2015 10:40:38 +0000 (18:40 +0800)
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
ceph_deploy/conf/cephdeploy.py

index 30c991ecc5c56cb8a3aee6116e55cd468da3c932..8a85fa647faae35f1bbfa1f080405240a9d6d8b3 100644 (file)
@@ -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'))