]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
update & rearrange installation chapter
[pve-docs.git] / pve-package-repos.adoc
index 489cbaf3c3f2059eb058a1a71045ee7b4f4f80c4..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
 ~~~~~~~~~
@@ -215,3 +240,6 @@ upgrade to latest version as soon as possible.
 
 
 endif::wiki[]
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]