~james-page/ubuntu-openstack-ci/drop-tox-from-slave-config

« back to all changes in this revision

Viewing changes to job-parts/build_osi.sh

[1chb1n, r=admcleod] Update cleanup; use mojo from a venv; add ocata mapping

 - Use port-cleanup tool to delete neutron ext-ports left over from mojo runs. [Bug 1656306]
 - Update and re-enable undercloud instance reaping when error conditions are known. [Bug 1668778]
 - Block forever when destroy fails and cleanup fails, where human intervention is required anyway. [Bug 1668778]
 - Use mojo from a python virtualenv. [Bug 1666746]
 - Use python virtualenv for juju_status_health_check to work around paramiki/crypto IV CTR issues upstream. [Bug 1665598]

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
# Confirm deployment, configure it, run tests
54
54
f_line "Confirm deployment"
55
55
export JUJU_HOME=$OSI_JUJU_HOME
56
 
juju_ok="$(${OSCI_ROOT}/job-parts/juju_deploy_ok.sh ||:)"
 
56
juju_ok="$(${OSCI_ROOT}/job-parts/juju1_deploy_ok.sh ||:)"
57
57
echo $juju_ok
58
58
f_juju_status_health_check "-post-deploy"
59
59