]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
14 years agoPrettify config debug printing.
Tommi Virtanen [Fri, 3 Jun 2011 21:47:58 +0000 (14:47 -0700)]
Prettify config debug printing.

14 years agoRefactor for modularity.
Tommi Virtanen [Fri, 3 Jun 2011 21:47:44 +0000 (14:47 -0700)]
Refactor for modularity.

New style: run "./virtualenv/bin/teuthology -v interactive.yaml".

14 years agoUn-hardcode tasks.
Tommi Virtanen [Fri, 3 Jun 2011 16:48:22 +0000 (09:48 -0700)]
Un-hardcode tasks.

14 years agoMake autotest show debug messages.
Tommi Virtanen [Fri, 3 Jun 2011 16:40:55 +0000 (09:40 -0700)]
Make autotest show debug messages.

Otherwise it's very quiet for a long time.

14 years agoMove autotest running into a task.
Tommi Virtanen [Fri, 3 Jun 2011 16:40:18 +0000 (09:40 -0700)]
Move autotest running into a task.

14 years agoMove interactive and cfuse into tasks.
Tommi Virtanen [Thu, 2 Jun 2011 22:04:01 +0000 (15:04 -0700)]
Move interactive and cfuse into tasks.

14 years agoFetch ceph binary tarball independently on every node.
Tommi Virtanen [Thu, 2 Jun 2011 16:09:08 +0000 (09:09 -0700)]
Fetch ceph binary tarball independently on every node.

Avoids shuffling the bytes through the controlling node.
Use sha1 file to make sure everyone gets the same version.

14 years agoRefactor to use Cluster and Remote, to evaluate the new APIs.
Tommi Virtanen [Wed, 1 Jun 2011 23:04:52 +0000 (16:04 -0700)]
Refactor to use Cluster and Remote, to evaluate the new APIs.

14 years agoUse orchesta.remote as a higher-level wrapper, stop worrying about hostnames.
Tommi Virtanen [Tue, 31 May 2011 22:01:41 +0000 (15:01 -0700)]
Use orchesta.remote as a higher-level wrapper, stop worrying about hostnames.

This changes just first caller in a series of many; the rest will change
once a role-based API is in place.

14 years agoInitial import.
Tommi Virtanen [Tue, 31 May 2011 20:51:48 +0000 (13:51 -0700)]
Initial import.

Currently hardcoded to run dbench, not modular, and the remote
execution API is clumsy.