Merge "Remove usage of mariadb.com infra mirror"

This commit is contained in:
Zuul 2024-11-13 00:47:33 +00:00 committed by Gerrit Code Review
commit 0b2e343489
2 changed files with 8 additions and 8 deletions

View File

@ -266,13 +266,13 @@ if [[ "${ACTION}" =~ "upgrade" ]]; then
ln -s $ZUUL_SRC_PATH /openstack/src
fi
# Update AIO config files for certain scenarios
for item in "${SCENARIOS_WITH_CONFIG_UPDATE[@]}"; do
if [[ "${SCENARIO}" =~ "${item}" ]]; then
export BOOTSTRAP_EXTRA_PARAMS="${BOOTSTRAP_EXTRA_PARAMS:-} -t prepare-aio-config"
"${OSA_CLONE_DIR}/scripts/bootstrap-aio.sh"
break
fi
done
# for item in "${SCENARIOS_WITH_CONFIG_UPDATE[@]}"; do
# if [[ "${SCENARIO}" =~ "${item}" ]]; then
export BOOTSTRAP_EXTRA_PARAMS="${BOOTSTRAP_EXTRA_PARAMS:-} -t prepare-aio-config"
"${OSA_CLONE_DIR}/scripts/bootstrap-aio.sh"
# break
# fi
# done
# To execute the upgrade script we need to provide
# an affirmative response to the warning that the
# upgrade is irreversable.

View File

@ -82,7 +82,7 @@
nodepool_overrides:
openstack_hosts_centos_mirror_url: "{{ nodepool_vars.NODEPOOL_CENTOS_MIRROR }}"
centos_epel_mirror: "{{ nodepool_vars.NODEPOOL_EPEL_MIRROR }}"
galera_repo_host: "{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}:8080"
# galera_repo_host: "{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}:8080"
nova_virt_type: 'qemu'
# NOTE(jrosser)
# we only run ceph jobs on ubuntu in CI so this is sufficient