X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pve-package-repos.adoc;h=fd88d8678f03fd6f79b0e8b69d35f18ed82ddb26;hp=583e7348fbe3951de3d93ad88ef58edcba10001b;hb=2c6fed668433028ec840ec866bce3d29359d5e2f;hpb=20dafeb0af352ecaa12a2b48e863765c2db51acc diff --git a/pve-package-repos.adoc b/pve-package-repos.adoc index 583e734..fd88d86 100644 --- a/pve-package-repos.adoc +++ b/pve-package-repos.adoc @@ -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 @@ -134,11 +166,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 +240,6 @@ upgrade to latest version as soon as possible. endif::wiki[] +ifdef::manvolnum[] +include::pve-copyright.adoc[] +endif::manvolnum[]