From 3c508176d3cf5ad1798639311af56a3186bdb80a Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 24 Mar 2020 09:16:11 +1100 Subject: [PATCH] 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 --- roles/mirror-info/templates/mirror_info.sh.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/mirror-info/templates/mirror_info.sh.j2 b/roles/mirror-info/templates/mirror_info.sh.j2 index ae54616..cf2a045 100644 --- a/roles/mirror-info/templates/mirror_info.sh.j2 +++ b/roles/mirror-info/templates/mirror_info.sh.j2 @@ -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.