Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: rm "type=rpm-md" from yum repositories #10248

Merged
merged 1 commit into from
Nov 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions doc/install/get-packages.rst
Expand Up @@ -178,7 +178,6 @@ over standard packages, so you must ensure that you set
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-noarch]
Expand All @@ -187,7 +186,6 @@ over standard packages, so you must ensure that you set
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-source]
Expand All @@ -196,7 +194,6 @@ over standard packages, so you must ensure that you set
enabled=0
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand All @@ -209,7 +206,6 @@ for development releases instead. ::
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-noarch]
Expand All @@ -218,7 +214,6 @@ for development releases instead. ::
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-source]
Expand All @@ -227,7 +222,6 @@ for development releases instead. ::
enabled=0
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down Expand Up @@ -287,7 +281,6 @@ below, replace ``{distro}`` with your Linux distribution (e.g., ``el7``), and
baseurl=http://gitbuilder.ceph.com/ceph-rpm-{distro}-x86_64-basic/ref/{branch}/SRPMS
enabled=0
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc


Expand Down Expand Up @@ -329,7 +322,6 @@ directory to see which distributions Ceph supports.
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc

[apache2-ceph-source]
Expand All @@ -338,7 +330,6 @@ directory to see which distributions Ceph supports.
enabled=0
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc


Expand All @@ -350,7 +341,6 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc

[fastcgi-ceph-noarch]
Expand All @@ -359,7 +349,6 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc

[fastcgi-ceph-source]
Expand All @@ -368,7 +357,6 @@ Repeat the forgoing process by creating a ``ceph-fastcgi.repo`` file. ::
enabled=0
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/autobuild.asc


Expand Down
3 changes: 0 additions & 3 deletions doc/install/install-storage-cluster.rst
Expand Up @@ -46,7 +46,6 @@ To install Ceph with RPMs, execute the following steps:
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-noarch]
Expand All @@ -55,7 +54,6 @@ To install Ceph with RPMs, execute the following steps:
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc

[ceph-source]
Expand All @@ -64,7 +62,6 @@ To install Ceph with RPMs, execute the following steps:
enabled=0
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down
4 changes: 0 additions & 4 deletions doc/install/upgrading-ceph.rst
Expand Up @@ -274,7 +274,6 @@ Then add a new ``ceph.repo`` repository entry with the following contents.
baseurl=http://download.ceph.com/rpm/el6/$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down Expand Up @@ -312,7 +311,6 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``, etc).
baseurl=http://download.ceph.com/rpm-emperor/{distro}/$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down Expand Up @@ -438,7 +436,6 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``,
baseurl=http://download.ceph.com/rpm-firefly/{distro}/$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down Expand Up @@ -511,7 +508,6 @@ replace ``{distro}`` with your distribution (e.g., ``el6``, ``rhel6``,
baseurl=http://download.ceph.com/rpm/{distro}/$basearch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://download.ceph.com/keys/release.asc


Expand Down