Fixed NODEPOOL_MIRROR_HOST typo

https://review.opendev.org/#/c/676120/ adds the ubuntu mirror host
but it contains typo NODEPOOLMIRROR_HOST, it breaks the CI while
sourcing /etc/ci/mirror_info.sh. Fixing the typo fixes the issue.

Change-Id: I95fb295d81494782120603e830d60678474a8cfe
Signed-off-by: Chandan kumar <chkumar@redhat.com>
This commit is contained in:
Chandan kumar 2019-08-21 13:52:04 +05:30
parent 55e5064ff2
commit c873e3fa58
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export NODEPOOL_DEBIAN_MIRROR=${NODEPOOL_DEBIAN_MIRROR:-http://$NODEPOOL_MIRROR_
export NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-http://$NODEPOOL_MIRROR_HOST/pypi/simple}
export NODEPOOL_WHEEL_MIRROR=${NODEPOOL_WHEEL_MIRROR:-http://$NODEPOOL_MIRROR_HOST/wheel/$AFS_SLUG}
export NODEPOOL_UBUNTU_MIRROR=${NODEPOOL_UBUNTU_MIRROR:-http://$NODEPOOL_MIRROR_HOST/ubuntu}
export NODEPOOL_UBUNTU_PORTS_MIRROR=${NODEPOOL_UBUNTU_PORTS_MIRROR:-http://$NODEPOOLMIRROR_HOST/ubuntu-ports}
export NODEPOOL_UBUNTU_PORTS_MIRROR=${NODEPOOL_UBUNTU_PORTS_MIRROR:-http://$NODEPOOL_MIRROR_HOST/ubuntu-ports}
export NODEPOOL_CENTOS_MIRROR=${NODEPOOL_CENTOS_MIRROR:-http://$NODEPOOL_MIRROR_HOST/centos}
export NODEPOOL_DEBIAN_OPENSTACK_MIRROR=${NODEPOOL_DEBIAN_OPENSTACK_MIRROR:-http://$NODEPOOL_MIRROR_HOST/debian-openstack}
export NODEPOOL_EPEL_MIRROR=${NODEPOOL_EPEL_MIRROR:-http://$NODEPOOL_MIRROR_HOST/epel}