Remove usage of mariadb.com infra mirror
Current mariadb.com mirror that's being cached by infra does not contain modern MariaDB versions and can't be used any longer for testing. Once we switch to mariadb.org and infra configuration will be in place, we should return usage of local cached mirror. It also unconditionally re-configures AIO during upgrade as we need to remove usage of CI mirrors there after N-1 deployment is done Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/924354 Change-Id: I805bafaeb838434b7e3ff19015ebbf02072d6621
This commit is contained in:
parent
6fd69d3b41
commit
fea414d12f
@ -32,7 +32,6 @@
|
||||
echo "pip_wheel_mirror=${NODEPOOL_WHEEL_MIRROR}"
|
||||
echo "centos_epel_mirror=${NODEPOOL_EPEL_MIRROR}"
|
||||
echo "galera_percona_xtrabackup_repo_host=${NODEPOOL_PERCONA_PROXY}"
|
||||
echo "galera_repo_host=${NODEPOOL_MIRROR_HOST}:8080"
|
||||
if [[ ${NODEPOOL_PYPI_MIRROR} == *.ovh.* ]]; then
|
||||
echo "nova_virt_type=qemu"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user