mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
79dfe2cbef
Python modules are not allowed to contain hyphens in the name. Using hyphens only works here because we're using low level __import__. Change run_tasks to replace '-' with '_' when reading configs, and rename the task modules to have valid python module names. Aside from general hygiene, the motivation to do this is to allow one task to build on code in another task by importing it. Signed-off-by: John Spray <john.spray@inktank.com> |
||
---|---|---|
.. | ||
locker | ||
orchestra | ||
task | ||
task_util | ||
test | ||
__init__.py | ||
beanstalk.py | ||
ceph.conf.template | ||
config.py | ||
contextutil.py | ||
coverage.py | ||
kill.py | ||
lock.py | ||
lockstatus.py | ||
misc.py | ||
nuke.py | ||
packaging.py | ||
parallel.py | ||
report.py | ||
results.py | ||
run_tasks.py | ||
run.py | ||
safepath.py | ||
schedule.py | ||
sentry.py | ||
suite.py | ||
worker.py |