Remove env var for tarballs mirror

This host has migrated to tarballs.opendev.org, but rather than
updating this caching rule, an audit of codesearch and a cursory look
at several mirror logs has determined this wasn't ever really used.

Since it is now on AFS, we could export this directly from the
filesystem on mirror nodes and implicitly use AFS caching if we need
to reinstate this.

Change-Id: I4feb2a2229dcf0626ec8ee8494ad6801468c1440
Story: #2006598
Task: #39014
This commit is contained in:
Ian Wienand 2020-03-24 09:16:11 +11:00
parent ea9f981da3
commit 3c508176d3
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export NODEPOOL_DOCKER_REGISTRY_V2_PROXY=${NODEPOOL_DOCKER_REGISTRY_V2_PROXY:-ht
export NODEPOOL_RDO_PROXY=${NODEPOOL_RDO_PROXY:-http://$NODEPOOL_MIRROR_HOST:8080/rdo}
export NODEPOOL_RUGYGEMS_PROXY=${NODEPOOL_RUBYGEMS_PROXY:-http://$NODEPOOL_MIRROR_HOST:8080/rubygems/}
export NODEPOOL_NPM_REGISTRY_PROXY=${NODEPOOL_NPM_REGISTRY_PROXY:-http://$NODEPOOL_MIRROR_HOST:8080/registry.npmjs}
export NODEPOOL_TARBALLS_PROXY=${NODEPOOL_TARBALLS_PROXY:-http://$NODEPOOL_MIRROR_HOST:8080/tarballs}
# NOTE(mnaser): The following three proxies are consumed by OpenStack Ansible. They do not contain `http://` because we
# can only override hosts, not the entire base URL.