Remove rdo-qemu-ev workaround

I noticed that we had a warning message about this repo being
present twice in a recent job.  I'm guessing this workaround is now
being applied in dlrn, so we don't need to do it.

Change-Id: I2c08b798f9ce64a3015ddaf74ac59fb7a13b6bfc
This commit is contained in:
Ben Nemec 2017-01-26 15:29:55 +00:00
parent 62400b2b04
commit 96358ac05e
1 changed files with 1 additions and 10 deletions

View File

@ -54,17 +54,8 @@ do
sudo sed -i 's/https/http/g' $i
done
# FIXME(bnemec): Work around https://bugs.launchpad.net/tripleo/+bug/1654615
if [ $STABLE_RELEASE = mitaka ]; then
cat > /tmp/delorean-ev.repo <<EOF
[rdo-qemu-ev]
name=RDO CentOS-\$releasever - QEMU EV
baseurl=http://mirror.centos.org/centos/7/virt/\$basearch/kvm-common/
gpgcheck=0
enabled=1
EOF
sudo mv /tmp/delorean-ev.repo /etc/yum.repos.d
# And also https://bugs.launchpad.net/tripleo/+bug/1654611
# FIXME(bnemec): Work around https://bugs.launchpad.net/tripleo/+bug/1654611
sudo sed -i -e 's/\(\[centos-ceph-hammer\]\)/\1\npriority=1/' /etc/yum.repos.d/CentOS-Ceph-Hammer.repo
fi