Enable mirroring of centos 8-stream

Change-Id: Ie289a25adddd761ea3c62e00288c4542f4f4ff90
This commit is contained in:
Sorin Sbarnea 2020-12-10 15:46:55 +00:00
parent 01694f3da4
commit afe99356bf

View File

@ -27,6 +27,23 @@ fi
BASE="/afs/.openstack.org/mirror/centos"
K5START="k5start -t -f /etc/centos.keytab service/centos-mirror -- $TIMEOUT"
#
# -- Centos 8-stream --
#
MIRROR=rsync://mirror.dal10.us.leaseweb.net/centos/8-stream/ # somewhere in TX
if ! [ -f $BASE/8-stream ]; then
$K5START mkdir -p $BASE/8-stream
fi
date --iso-8601=ns
echo "Running Centos 8-stream rsync..."
$K5START rsync -rltvz \
--delete \
--delete-excluded \
--exclude="isos" \
$MIRROR $BASE/8-stream
#
# -- Centos 8 --
#