Advertisement
Guest User

cephdeploy.conf

a guest
Jul 20th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. #
  2. # Repositories section
  3. #
  4.  
  5. # yum repos:
  6. # [myrepo]
  7. # baseurl = https://user:pass@example.org/rhel6
  8. # gpgurl = https://example.org/keys/release.asc
  9. # default = True
  10. # extra-repos = cephrepo # will install the cephrepo file too
  11. #
  12. [cephrepo]
  13. name=ceph repo noarch packages
  14. baseurl=http://ceph.com/rpm-hammer/el7/noarch
  15. enabled=1
  16. gpgcheck=1
  17. type=rpm-md
  18. #gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
  19. gpgkey=http://localmirror/release.asc
  20. # apt repos:
  21. # [myrepo]
  22. # baseurl = https://user:pass@example.org/
  23. # gpgurl = https://example.org/keys/release.asc
  24. # default = True
  25. # extra-repos = cephrepo # will install the cephrepo file too
  26. #
  27. # [cephrepo]
  28. # baseurl=http://ceph.com/rpm-emperor/el6/noarch
  29. # gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement