Merge "CI: Break OVN cluster before reconfigure"

This commit is contained in:
Zuul 2024-04-29 08:57:09 +00:00 committed by Gerrit Code Review
commit 4486100614
3 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@ function reconfigure {
# TODO(jeffrey4l): make some configure file change and
# trigger a real reconfigure
# NOTE(mnasiadka): Remove OVN DB containers and volumes on primary to test recreation
if [[ $SCENARIO == "ovn" ]]; then
sudo ${CONTAINER_ENGINE} rm -f ovn_nb_db ovn_sb_db && sudo ${CONTAINER_ENGINE} volume rm ovn_nb_db ovn_sb_db
fi
kolla-ansible -i ${RAW_INVENTORY} -vvv prechecks &> /tmp/logs/ansible/reconfigure-prechecks
kolla-ansible -i ${RAW_INVENTORY} -vvv reconfigure &> /tmp/logs/ansible/reconfigure
}

View File

@ -855,6 +855,8 @@
chdir: "{{ kolla_ansible_src_dir }}"
environment:
KOLLA_ANSIBLE_VENV_PATH: "{{ kolla_ansible_venv_path }}"
SCENARIO: "{{ scenario }}"
CONTAINER_ENGINE: "{{ container_engine }}"
when:
- not is_upgrade
- scenario != "bifrost"

View File

@ -242,6 +242,7 @@
- ^ansible/roles/(neutron|octavia|openvswitch|ovn-controller|ovn-db)/
- ^tests/test-ovn.sh
- ^tests/test-core-openstack.sh
- ^tests/reconfigure.sh
vars:
scenario: ovn