ceph/tasks
John Spray 7c2e6cdc6c tasks/ceph_deploy: configure CephFS
This test apparently had not been touched since
"fs new" was added.  In addition to calling
Filesystem.create:
 * modify the get_nodes_using_role
   function to modify ctx.cluster.remotes so that the
   service IDs match what ceph-deploy will set
 * log exceptions during ceph_deploy setup, as otherwise
   they can get lost if another exception occurs during
   teardown (so that it's all easier to debug).
 * default to passing --dev=master during install, so
   that we don't error out horribly when run without
   an explicit branch set (e.g. when run outside
   scheduled suite)

Fixes: #11316
Signed-off-by: John Spray <john.spray@redhat.com>
2015-04-19 17:46:18 -07:00
..
cephfs tasks/cephfs: cope with missing ctx.daemons attr 2015-04-19 17:46:18 -07:00
tests rename test to tests, follows best practices for tests dirs 2015-03-02 11:20:35 -08:00
util ensure summary is looked for the user we need (part 2) 2015-03-24 13:37:41 -04:00
__init__.py Inherit teuthology's log level 2015-01-07 09:53:38 -07:00
admin_socket.py Update module references 2014-08-07 08:24:59 -06:00
apache.conf.template apache: change template to load mpm worker module 2014-10-23 16:08:14 -07:00
autotest.py Update module references 2014-08-07 08:24:59 -06:00
blktrace.py Update module references 2014-08-07 08:24:59 -06:00
boto.cfg.template tasks/s3tests: push boto config with idle_timeout setting 2014-08-22 15:28:33 -07:00
calamari_nosetests.py Add calamari_nosetests task. 2014-12-18 15:47:36 -08:00
calamari_setup.py calamari_setup: der. Use dict.update() correctly 2015-03-26 17:54:36 -07:00
ceph_client.py Update module references 2014-08-07 08:24:59 -06:00
ceph_deploy.py tasks/ceph_deploy: configure CephFS 2015-04-19 17:46:18 -07:00
ceph_fuse.py tasks/ceph_fuse: populate ctx.mounts earlier 2015-04-14 14:13:39 +01:00
ceph_manager.py tasks/ceph_manager: DRY in mds_status 2015-04-14 14:13:38 +01:00
ceph_objectstore_tool.py ceph_objectstore_tool: fix pep8 errors 2014-12-19 00:43:48 +01:00
ceph.py tasks/ceph: refactor legacy FS configuration check 2015-04-19 17:46:18 -07:00
cephfs_test_runner.py tasks: generalise cephfs test runner 2015-04-14 14:13:39 +01:00
chef.py RBD: added optional YAML parameters to test xfstests from different repos 2015-04-07 17:45:20 -07:00
cifs_mount.py Update module references 2014-08-07 08:24:59 -06:00
cram.py Update module references 2014-08-07 08:24:59 -06:00
devstack.py Update module references 2014-08-07 08:24:59 -06:00
die_on_err.py Update module references 2014-08-07 08:24:59 -06:00
divergent_priors.py fix undefined var in divergent_priors 2015-02-26 14:47:08 -05:00
dump_stuck.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
ec_lost_unfound.py erasure-code: unfound test needs a non empty file 2014-10-20 14:41:10 -07:00
filestore_idempotent.py Update module references 2014-08-07 08:24:59 -06:00
kclient.py tasks/kclient: add 'debug' option 2014-12-18 12:45:30 +00:00
locktest.py Update module references 2014-08-07 08:24:59 -06:00
lost_unfound.py Fixes #11013, use time.sleep instead of manager.sleep which isn't there. 2015-03-04 10:09:21 -06:00
manypools.py Update module references 2014-08-07 08:24:59 -06:00
mds_creation_failure.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
mds_journal_migration.py tasks/cephfs: remove config from Filesystem cons 2015-01-09 10:09:53 +00:00
mds_scrub_checks.py mds_scrub_checks: only direct ops at the active MDS 2015-01-27 11:17:04 -08:00
mds_thrash.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
metadata.yaml Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
mon_clock_skew_check.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
mon_recovery.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
mon_thrash.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
multibench.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
object_source_down.py Update module references 2014-08-07 08:24:59 -06:00
omapbench.py Update module references 2014-08-07 08:24:59 -06:00
osd_backfill.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
osd_failsafe_enospc.py add missing mon object to osd_failsafe 2015-02-26 14:47:35 -05:00
osd_recovery.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
peer.py Update module references 2014-08-07 08:24:59 -06:00
peering_speed_test.py remove unused imports from peering_speed 2015-02-26 14:52:40 -05:00
populate_rbd_pool.py remove unused imports from populate_rbd 2015-02-26 14:52:58 -05:00
qemu.py Control the nfs service correctly on rpm-based systems 2015-03-04 10:10:01 -06:00
rados.py rados: explain that the task is asynchronous by default 2015-04-03 11:10:26 +02:00
radosbench.py tasks/radosbench: no log to stderr 2014-11-09 20:48:35 -08:00
radosgw_admin_rest.py ensure summary is looked for the user we need (part 2) 2015-03-24 13:37:41 -04:00
radosgw_admin.py ensure summary is looked for the user we need (part 2) 2015-03-24 13:37:41 -04:00
radosgw_agent.py Update module references 2014-08-07 08:24:59 -06:00
rbd_fsx.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
rbd.py RBD: added optional YAML parameters to test xfstests from different repos 2015-04-07 17:45:20 -07:00
recovery_bench.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
rep_lost_unfound_delete.py Update module references 2014-08-07 08:24:59 -06:00
repair_test.py remove unused import from repair_test 2015-02-26 15:04:02 -05:00
rest_api.py Update module references 2014-08-07 08:24:59 -06:00
restart.py teuthology: some suites still use http://ceph.newdream.net 2015-01-23 11:13:11 +01:00
rgw_logsocket.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
rgw.py apache: switch to use the apache worker mpm 2014-10-23 16:08:22 -07:00
s3readwrite.py Revert "Move output in task/s3readwrite" 2014-12-29 12:39:26 -08:00
s3roundtrip.py Update module references 2014-08-07 08:24:59 -06:00
s3tests.py Add labels to a couple common task failures 2015-02-04 15:42:40 -06:00
samba.py Update module references 2014-08-07 08:24:59 -06:00
scrub_test.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
scrub.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
tgt.py Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
thrashosds.py tasks/thrashosds: support overrides 2014-10-22 11:19:01 -07:00
userdata_setup.yaml Use an NFS mount instead of virtio-9p in the qemu task 2015-03-02 15:45:10 -08:00
userdata_teardown.yaml Import teuthology tasks (master branch) 2014-08-07 08:24:58 -06:00
watch_notify_same_primary.py tasks/watch_notify_same_primary: wait for watch before notify 2015-03-26 16:51:56 -07:00
watch_notify_stress.py Update module references 2014-08-07 08:24:59 -06:00
workunit.py workunit: include /usr/sbin in the PATH for all commands 2015-03-02 11:29:24 -08:00