]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Set results_server by default
authorZack Cerza <zack@cerza.org>
Thu, 22 May 2014 13:49:26 +0000 (08:49 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 22 May 2014 13:49:26 +0000 (08:49 -0500)
So that queued jobs get pushed to paddles

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/config.py

index 017bb678915fc3c6f88f11e889f8c5866c18c06f..5975cb4704dac49946cb5819fb4767829705ec08 100644 (file)
@@ -17,6 +17,7 @@ class Config(object):
         'ceph_git_base_url': 'https://github.com/ceph/',
         'lock_server': 'http://teuthology.front.sepia.ceph.com/locker/lock',
         'max_job_time': 259200,  # 3 days
+        'results_server': 'http://paddles.front.sepia.ceph.com/',
         'verify_host_keys': True,
         'watchdog_interval': 600,
     }