Update the geard server for tripleo-gate.

We're going to run it entirely isolated now on eth1 of a dual-nic
server. It may change on redeploys of course, but thats config
data for you.

Change-Id: I0e241bbca2595ec66d192187aceb435204dd96ab
This commit is contained in:
Robert Collins 2014-01-19 09:19:03 +13:00
parent 69f9c72f41
commit aedcb63865

View File

@ -16,7 +16,7 @@
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export GEARDSERVER=138.35.77.19
export GEARDSERVER=192.168.1.1
function gate_hook {
bash -xe /opt/git/openstack-infra/tripleo-ci/toci_gate_test.sh
}