]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
buildsys: switch upload dist over to buster
[pve-docs.git] / pve-package-repos.adoc
index 489cbaf3c3f2059eb058a1a71045ee7b4f4f80c4..ea39891b84e0bf6978a03f1b7ad8d09cc9ab8ffb 100644 (file)
@@ -21,6 +21,7 @@ acquired by `apt-get update`.
 .File `/etc/apt/sources.list`
 ----
 deb http://ftp.debian.org/debian stretch main contrib
+deb http://ftp.debian.org/debian stretch-updates main contrib
 
 # security updates
 deb http://security.debian.org stretch/updates main contrib
@@ -48,7 +49,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
@@ -69,6 +70,7 @@ We recommend to configure this repository in `/etc/apt/sources.list`.
 .File `/etc/apt/sources.list`
 ----
 deb http://ftp.debian.org/debian stretch main contrib
+deb http://ftp.debian.org/debian stretch-updates main contrib
 
 # PVE pve-no-subscription repository provided by proxmox.com,
 # NOT recommended for production use
@@ -95,6 +97,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 +242,6 @@ upgrade to latest version as soon as possible.
 
 
 endif::wiki[]
+ifdef::manvolnum[]
+include::pve-copyright.adoc[]
+endif::manvolnum[]