From 5281f7f859ab110654c856714a571011ca683c42 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 28 Sep 2016 15:34:06 -0400 Subject: [PATCH] Mirror centos virt mirror to AFS The puppet and tripleo teams have requested we mirror the virt folder from mirror.centos.org, this contains needed RPMs for nova. Nova has hard dependency on a qemu-kvm version that is only packaged in CentOS virt repository. Change-Id: I4525bf4a4527b3cda8f9edf280c28028435b8452 --- modules/openstack_project/files/mirror/centos-mirror-update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/mirror/centos-mirror-update.sh b/modules/openstack_project/files/mirror/centos-mirror-update.sh index 595e1ea1f3..4665f0157f 100755 --- a/modules/openstack_project/files/mirror/centos-mirror-update.sh +++ b/modules/openstack_project/files/mirror/centos-mirror-update.sh @@ -36,7 +36,6 @@ $K5START rsync -rlptDvz \ --exclude="isos" \ --exclude="paas" \ --exclude="sclo" \ - --exclude="virt" \ $MIRROR/centos/$REPO/ $BASE/$REPO/ # TODO(pabelanger): Validate rsync process