ceph/teuthology
Dan Mick 9b2b2c28f1 misc.py: helper roles_to_remotes for generic use
roles_to_remotes will take a config key, 'roles' by default,
and search cluster.remotes for those roles, returning a list
of remotes that hold it.  The list is uniquified by default,
but that can be overridden.  So you can have a task that
should run on specific roles, configure it with
"roles: [mon.0 server.0 osd.2]", and call this to get a list
of remotes that contain those roles.

Signed-off-by: Dan Mick <dan.mick@inktank.com>
2014-02-03 19:37:59 -08:00
..
locker
orchestra Respect .ssh/config when opening SSH connections 2013-12-11 13:41:36 -08:00
task Merge pull request #180 from ceph/wip-7278 2014-01-31 13:41:56 -08:00
task_util
test Changes suggested per review. 2013-11-25 01:19:13 -08:00
__init__.py
ceph.conf.template ceph.conf: put 2x command in [global] 2013-12-09 15:37:58 -08:00
config.py Kill jobs that run for over 3 days (configurable) 2014-01-16 10:38:39 -06:00
contextutil.py
coverage.py
kill.py Allow passing multiple job_ids 2013-12-19 16:43:11 -06:00
lock.py lock.py: request only rsa keys from ssh-keyscan 2014-01-16 12:51:39 -08:00
lockstatus.py
misc.py misc.py: helper roles_to_remotes for generic use 2014-02-03 19:37:59 -08:00
nuke.py Longer timeout after sync/reboot. 2013-12-11 18:07:43 -08:00
parallel.py
queue.py Be more verbose about log file locations 2014-01-27 12:28:53 -06:00
report.py Enable reporting of entire runs as dead 2014-01-06 11:08:12 -06:00
results.py
run_tasks.py Fix PEP-8 linter complaints 2014-01-28 09:54:54 -06:00
run.py When starting a job, tell paddles it's running 2013-12-12 11:47:45 -06:00
safepath.py
schedule.py
sentry.py
suite.py