From: Loic Dachary Date: Wed, 23 Sep 2015 19:57:12 +0000 (+0200) Subject: openstack: do not rely on gitbuilder.ceph.com by default X-Git-Tag: 1.1.0~800^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c16604d64b4937842b4b51f3e0b88d1163944bf4;p=teuthology.git 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 --- diff --git a/teuthology/openstack/test/openstack.yaml b/teuthology/openstack/test/openstack.yaml index 6ae6d877cc..e4da97b02a 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