]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
Fixed some typos and slight language improvements
[pve-docs.git] / pve-package-repos.adoc
index f88d9d4c2aad5ea61b07a8e8a27f0fdcc71cf34e..fd88d8678f03fd6f79b0e8b69d35f18ed82ddb26 100644 (file)
@@ -48,7 +48,7 @@ update. So you will never miss important security fixes.
 
 Please note that and you need a valid subscription key to access this
 repository. We offer different support levels, and you can find further
-details at http://www.proxmox.com/en/proxmox-ve/pricing.
+details at https://www.proxmox.com/en/proxmox-ve/pricing.
 
 NOTE: You can disable this repository by commenting out the above line
 using a `#` (at the start of the line). This prevents error messages
@@ -95,6 +95,31 @@ deb http://download.proxmox.com/debian/pve stretch pvetest
 WARNING: the `pvetest` repository should (as the name implies) only be used
 for testing new features or bug fixes.
 
+[[sysadmin_package_repositories_ceph]]
+{pve} Ceph Repository
+~~~~~~~~~~~~~~~~~~~~~
+
+This is {pve}'s main Ceph repository and holds the Ceph packages for
+production use. You can also use this repository to update only the Ceph
+client.
+
+.File `/etc/apt/sources.list.d/ceph.list`
+----
+deb http://download.proxmox.com/debian/ceph-luminous stretch main
+----
+
+
+{pve} Ceph Testing Repository
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This Ceph repository contains the Ceph packages before they are moved into the
+main repository and is used to test new Ceph release on {pve}.
+
+.File `/etc/apt/sources.list.d/ceph.list`
+----
+deb http://download.proxmox.com/debian/ceph-luminous stretch test
+----
+
 
 SecureApt
 ~~~~~~~~~
@@ -111,6 +136,13 @@ download the key with:
 
 Please verify the checksum afterwards:
 
+----
+# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
+ffb95f0f4be68d2e753c8875ea2f8465864a58431d5361e88789568673551501ae574283a4e0492f17d79dc67edfb173a56a6304dea39e01f249ebdabc9f074a  /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
+----
+
+or
+
 ----
 # md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
 511d36d0f1350c01c42a3dc9f3c27939  /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
@@ -208,3 +240,6 @@ upgrade to latest version as soon as possible.
 
 
 endif::wiki[]
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]