Switch Ceph to point to Luminous mirrors on Ubuntu
Change-Id: I9a576bcb112d2a604717aa7ec6c1cbdcc82a5d79
This commit is contained in:
2 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ if [ -f /etc/ci/mirror_info.sh ]; then
CENTOS_MIRROR_HOST="http://${NODEPOOL_MIRROR_HOST}"
BUILDLOGS_MIRROR_HOST="${NODEPOOL_BUILDLOGS_CENTOS_PROXY}/centos/7/cloud/x86_64/openstack-pike"
if uses_debs; then
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/ceph-deb-jewel"
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/ceph-deb-luminous"
else
CEPH_MIRROR_HOST="${NODEPOOL_BUILDLOGS_CENTOS_PROXY}/centos/7/storage/x86_64/ceph-luminous/"
fi
@@ -34,7 +34,7 @@ else
NODEPOOL_RDO_PROXY='https://trunk.rdoproject.org'
NODEPOOL_UCA_MIRROR='http://ubuntu-cloud.archive.canonical.com/ubuntu'
if uses_debs; then
CEPH_MIRROR_HOST='https://download.ceph.com/debian-jewel'
CEPH_MIRROR_HOST='https://download.ceph.com/debian-luminous'
else
CEPH_MIRROR_HOST='https://buildlogs.centos.org/centos/7/storage/x86_64/ceph-luminous/'
fi
@@ -17,7 +17,7 @@ class openstack_integration::repos {
}
$enable_sig=false
$enable_epel=false
$ceph_mirror=pick($::ceph_mirror_host,'http://download.ceph.com/debian-jewel/')
$ceph_mirror=pick($::ceph_mirror_host,'http://download.ceph.com/debian-luminous/')
}
'RedHat':{
class { '::openstack_extras::repo::redhat::redhat':
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.