Add mirrors for EPEL and Percona

We are configuring EPEL and Percona with the ability of customizing
the mirrors so this syncs the change so that the integrated repo
using the mirrors as well.

Depends-On: Ieab123e42517c643b69e010a638a677c6363835f
Change-Id: I3a1fba763abf61db5e929d043d5f548fc96cab64
This commit is contained in:
Mohammed Naser 2018-06-18 21:32:59 -04:00
parent 27ac812735
commit c300748be9
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@
echo "uca_apt_repo_url: '${NODEPOOL_UCA_MIRROR}'" >> ${NODEPOOL_OVERRIDES}
echo "openstack_hosts_centos_mirror_url: '${NODEPOOL_CENTOS_MIRROR}'" >> ${NODEPOOL_OVERRIDES}
echo "opensuse_mirror: '${NODEPOOL_OPENSUSE_MIRROR}'" >> ${NODEPOOL_OVERRIDES}
echo "centos_epel_mirror: '${NODEPOOL_EPEL_MIRROR}'" >> ${NODEPOOL_OVERRIDES}
echo "galera_percona_xtrabackup_repo_host: '${NODEPOOL_PERCONA_PROXY}'" >> ${NODEPOOL_OVERRIDES}
if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then
echo "nova_virt_type: 'qemu'" >> ${NODEPOOL_OVERRIDES}
fi