]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: do not rely on gitbuilder.ceph.com by default 638/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 23 Sep 2015 19:57:12 +0000 (21:57 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 24 Sep 2015 12:49:18 +0000 (14:49 +0200)
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 <loic@dachary.org>
teuthology/openstack/test/openstack.yaml

index 6ae6d877cc849d3e430670a1a97454cc0b09a508..e4da97b02a18ff54787d0543b86e2ea8b2c714f9 100644 (file)
@@ -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