Update OVB containers job to use infra docker proxy

This patch configures the undercloud.conf for the OVB containers
job to make use of an in-rack HTTP docker registry proxy.

Change-Id: I88db874e1f5790b5ae1b153b8e6b1475d90d6ace
Depends-On: I09761ac70454e7f3fe35d0ffe32b1edb0ca217f3
This commit is contained in:
Dan Prince 2017-04-07 17:09:32 -04:00
parent b0b97d2b66
commit f7dcf181da
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
containerized_overcloud: true
ssl_overcloud: false
undercloud_generate_service_certificate: true
undercloud_docker_registry_mirror: "{{ lookup('env','NODEPOOL_DOCKER_REGISTRY_PROXY') }}"
step_introspect: true
# Network settings

View File

@ -4,6 +4,7 @@ export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
# Mirrors
# NOTE(pabelanger): We have access to AFS mirrors, lets use them.
source /etc/nodepool/provider
source /etc/ci/mirror_info.sh
source $(dirname $0)/scripts/common_vars.bash
NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.$NODEPOOL_REGION.$NODEPOOL_CLOUD.openstack.org}