]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add teuthology-schedule and teuthology-worker.
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 8 Jul 2011 18:37:20 +0000 (11:37 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Mon, 11 Jul 2011 20:49:06 +0000 (13:49 -0700)
commit85c24bda7f67768dcbd6a75a7ac92ea38b88e1e1
tree197130a5d3e6fbefd3952dbd728ab0188d21db28
parent4218d7063bac96f5aef1e68f5a76944a2ac1d0e8
Add teuthology-schedule and teuthology-worker.

schedule puts jobs in a beanstalk queue, worker takes them out and runs them.
requirements.txt
setup.py
teuthology/queue.py [new file with mode: 0644]
teuthology/run.py