kolla-ansible/docker/base/ceph.yum.repo
Martin André ae8b402b4d Fetch ceph gpg key from more reliable mirror
The ceph master repository is slow and the centos build often fails due
to timeouts fetching the ceph repo GPG key.

Switching to a more reliable mirror should improve things.

Change-Id: I7eef31fa9d83413a7c12134d285b3d20d95805e8
Closes-Bug: 1525505
2015-12-12 21:02:43 +09:00

20 lines
433 B
Plaintext

[ceph-x86_64]
name=Ceph x86_64 packages
baseurl=http://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
timeout=90
[ceph-noarch]
name=Ceph noarch packages
baseurl=http://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
timeout=90