X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-package-repos.adoc;h=ea39891b84e0bf6978a03f1b7ad8d09cc9ab8ffb;hb=1f381bc5fc72843035a6500adce0814b7f7ca362;hp=583e7348fbe3951de3d93ad88ef58edcba10001b;hpb=20dafeb0af352ecaa12a2b48e863765c2db51acc;p=pve-docs.git diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 583e734..ea39891 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -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 ~~~~~~~~~ @@ -111,6 +138,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 @@ -134,11 +168,11 @@ repositories at our download servers. |=========================================================== |Repository | sources.list entry |{pve} 4.x Enterprise | -deb https://enterprise.proxmox.com/debian wheezy pve-enterprise +deb https://enterprise.proxmox.com/debian jessie pve-enterprise |{pve} 4.x No-Subscription | -deb http://download.proxmox.com/debian wheezy pve-no-subscription +deb http://download.proxmox.com/debian jessie pve-no-subscription |{pve} 4.x Test | -deb http://download.proxmox.com/debian wheezy pvetest +deb http://download.proxmox.com/debian jessie pvetest |=========================================================== @@ -208,3 +242,6 @@ upgrade to latest version as soon as possible. endif::wiki[] +ifdef::manvolnum[] +include::pve-copyright.adoc[] +endif::manvolnum[]