Add NODEPOOL_PERCONA_PROXY to mirror_info

The way that we consume things, we need to actually have the host with
port and URL to configure the roles downstream.

Depends-On: Ic3c255bd24d1202fec436d4fcc484ce420110518
Change-Id: I19be46fc3ac7e8938178d9d8cb4d1dfeadc6f00b
This commit is contained in:
Mohammed Naser 2018-06-18 10:39:34 -04:00
parent c9a19d564f
commit 5a550cfa67
1 changed files with 4 additions and 0 deletions

View File

@ -66,4 +66,8 @@ export NODEPOOL_RDO_PROXY=${NODEPOOL_RDO_PROXY:-http://$NODEPOOL_MIRROR_HOST:808
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 two proxies are consumed by OpenStack Ansible. They do not contain `http://` because we
# can only override hosts, not the entire base URL.
export NODEPOOL_LXC_IMAGE_PROXY=${NODEPOOL_LXC_IMAGE_PROXY:-$NODEPOOL_MIRROR_HOST:8080/images.linuxcontainers}
export NODEPOOL_PERCONA_PROXY=${NODEPOOL_PERCONA_PROXY:-$NODEPOOL_MIRROR_HOST:8080/percona}