Enable cbs.centos.org mirror

cbs.centos.org contains some repositories that TripleO project is
interested to pull packages from, having a mirror would ensure more
stability in the gate.

Change-Id: I6337b73703c3cecab714a2fa2de3884c96f1216a
This commit is contained in:
Emilien Macchi 2018-08-16 22:46:55 +02:00
parent 40fec4c885
commit 96712e0cb8

View File

@ -184,6 +184,11 @@ LogFormat "%h %l %u %t \"%r\" %>s %b %{cache-status}e \"%{Referer}i\" \"%{User-a
ProxyPass "/rdo/" "https://trunk.rdoproject.org/" ttl=120 keepalive=On retry=0
ProxyPassReverse "/rdo/" "https://trunk.rdoproject.org/"
# cbs.centos.org
CacheEnable disk "/cbs.centos"
ProxyPass "/cbs.centos/" "https://cbs.centos.org/repos/" ttl=120 keepalive=On retry=0
ProxyPassReverse "/cbs.centos/" "https://cbs.centos.org/repos/"
# tarballs
CacheEnable disk "/tarballs"
ProxyPass "/tarballs/" "https://tarballs.openstack.org/" ttl=120 keepalive=On retry=0