diff --git a/scripts/gate-check-commit.sh b/scripts/gate-check-commit.sh index 6729f0b7bb..cac2c03ed9 100755 --- a/scripts/gate-check-commit.sh +++ b/scripts/gate-check-commit.sh @@ -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. diff --git a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml index e86dfd69ec..77a4ce1eea 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_aio_config.yml @@ -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