Sprinkle in more USE_IRONIC to TripleO jobs

TripleO is looking at switching the default of the USE_IRONIC
environment variable from 0 to 1, which means we should also
set it for all jobs, so that when the default changes it doesn't
cause other side effects.

Change-Id: Ifc7c77da2699cae735fc3c2bab452d97d4407941
This commit is contained in:
Steve Kowalik 2014-07-10 10:37:18 +10:00
parent 1df52ccda8
commit f7a7318c73

@ -60,6 +60,7 @@
export GEARDSERVER=192.168.1.1
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
export TRIPLEO_TEST=undercloud
export USE_IRONIC=0
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}
@ -139,6 +140,7 @@
export GEARDSERVER=192.168.1.1
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
export TRIPLEO_TEST=overcloud
export USE_IRONIC=0
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}
@ -217,6 +219,7 @@
export GEARDSERVER=192.168.1.1
export DIB_COMMON_ELEMENTS="common-venv stackuser pypi-openstack"
export TRIPLEO_TEST=vlan
export USE_IRONIC=1
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}