Skip to content
Snippets Groups Projects
Commit e6bb28f1 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Ceph repo has been moved to download.ceph.org"

parents 5d90d930 875518eb
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo ...@@ -49,7 +49,7 @@ COPY ceph.yum.repo /etc/yum.repos.d/ceph.repo
RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm RUN yum -y install http://repo.percona.com/release/7/RPMS/x86_64/percona-release-0.1-3.noarch.rpm
RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB \ RUN rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB \
&& rpm --import https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc \ && rpm --import https://download.ceph.com/keys/release.asc \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Percona && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
{% if install_metatype in ['rdo', 'mixed'] %} {% if install_metatype in ['rdo', 'mixed'] %}
......
[ceph-x86_64] [ceph-x86_64]
name=Ceph x86_64 packages name=Ceph x86_64 packages
baseurl=http://ceph.com/rpm-hammer/el7/x86_64 baseurl=http://download.ceph.com/rpm-hammer/el7/x86_64
enabled=1 enabled=1
priority=2 priority=2
gpgcheck=1 gpgcheck=1
type=rpm-md type=rpm-md
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc gpgkey=https://download.ceph.com/keys/release.asc
timeout=90 timeout=90
[ceph-noarch] [ceph-noarch]
name=Ceph noarch packages name=Ceph noarch packages
baseurl=http://ceph.com/rpm-hammer/el7/noarch baseurl=http://download.ceph.com/rpm-hammer/el7/noarch
enabled=1 enabled=1
priority=2 priority=2
gpgcheck=1 gpgcheck=1
type=rpm-md type=rpm-md
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc gpgkey=https://download.ceph.com/keys/release.asc
timeout=90 timeout=90
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment