Ceph repo has been moved to download.ceph.org
Ceph has move it repo to download.ceph.org[0]. Actually, http://ceph.com/rpm-hammer return a http 301 code now. [0] http://docs.ceph.com/docs/master/install/get-packages/#add-ceph TrivalFix Change-Id: I304f9e231c32f63e13d4a5b889412799c39f4d7e
This commit is contained in:
parent
d33931ca10
commit
875518eb26
@ -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 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
|
||||
|
||||
{% if install_metatype in ['rdo', 'mixed'] %}
|
||||
|
@ -1,19 +1,19 @@
|
||||
[ceph-x86_64]
|
||||
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
|
||||
priority=2
|
||||
gpgcheck=1
|
||||
type=rpm-md
|
||||
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc
|
||||
gpgkey=https://download.ceph.com/keys/release.asc
|
||||
timeout=90
|
||||
|
||||
[ceph-noarch]
|
||||
name=Ceph noarch packages
|
||||
baseurl=http://ceph.com/rpm-hammer/el7/noarch
|
||||
baseurl=http://download.ceph.com/rpm-hammer/el7/noarch
|
||||
enabled=1
|
||||
priority=2
|
||||
gpgcheck=1
|
||||
type=rpm-md
|
||||
gpgkey=https://raw.githubusercontent.com/ceph/ceph/master/keys/release.asc
|
||||
gpgkey=https://download.ceph.com/keys/release.asc
|
||||
timeout=90
|
||||
|
Loading…
x
Reference in New Issue
Block a user