From aedcb63865d0f529891b6698750cafdffb823694 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sun, 19 Jan 2014 09:19:03 +1300 Subject: [PATCH] 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 --- .../files/jenkins_job_builder/config/tripleo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml index 603082cff0..a4c49cfa2c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml @@ -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 }