Add MariaDB infrastructure mirrors

Change-Id: I49a744ee5c41279f4a17bc7d2339d12c3a132026
(cherry picked from commit 5fad1fdefa)
This commit is contained in:
Mohammed Naser 2018-06-25 12:17:47 -04:00 committed by Jesse Pretorius
parent 722f2b7b2b
commit 2c0330d8ca
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
echo "opensuse_mirror=${NODEPOOL_OPENSUSE_MIRROR}"
echo "pip_default_index=${NODEPOOL_PYPI_MIRROR}"
echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}"
echo "galera_repo_host=${NODEPOOL_MIRROR_HOST}:8080"
if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then
echo "nova_virt_type=qemu"
fi