From c16604d64b4937842b4b51f3e0b88d1163944bf4 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 23 Sep 2015 21:57:12 +0200 Subject: [PATCH] openstack: do not rely on gitbuilder.ceph.com by default Make it so the default when using the OpenStack backend is to build the packages transparently using the OpenStack cluster instead of relying on http://ceph.com/gitbuilder.cgi. Signed-off-by: Loic Dachary --- teuthology/openstack/test/openstack.yaml | 30 ++++++++++++++---------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/teuthology/openstack/test/openstack.yaml b/teuthology/openstack/test/openstack.yaml index 6ae6d877c..e4da97b02 100644 --- a/teuthology/openstack/test/openstack.yaml +++ b/teuthology/openstack/test/openstack.yaml @@ -1,13 +1,19 @@ -overrides: - ceph: - conf: - global: - osd heartbeat grace: 100 - # this line to address issue #1017 - mon lease: 15 - mon lease ack timeout: 25 - rgw: - default_idle_timeout: 1200 - s3tests: - idle_timeout: 1200 +overrides: + ceph: + conf: + global: + osd heartbeat grace: 100 + # this line to address issue #1017 + mon lease: 15 + mon lease ack timeout: 25 + rgw: + default_idle_timeout: 1200 + s3tests: + idle_timeout: 1200 archive-on-error: true +tasks: + - buildpackages: + machine: + disk: 40 # GB + ram: 15000 # MB + cpus: 16 -- 2.47.3