Vasu Kulkarni
ff1f97e276
qa/tests: remove ceph-disk tests and default all tests to use ceph-volume
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2018-07-06 15:03:17 -07:00
Patrick Donnelly
b39f9d06dc
qa: fix symlinks indirectly pointing at qa to .qa
...
Building on the previous commit.
Command used:
$ find suites/ -type l -and -not -name .qa -execdir ~/fix.sh {} \;
fix.sh:
#!/bin/bash
link="$(readlink "$1")"
echo $link
dirlink="$(dirname "$link")"
baselink="$(basename "$link")"
while true; do
echo $dirlink
if [ "$dirlink" -ef ~/ceph/qa ]; then
ln -nsf ".qa/$baselink" "$1"
exit
else
baselink="$(basename "$dirlink")/$baselink"
dirlink="$(dirname "$dirlink")"
if [ "$dirlink" -ef . ]; then
break
fi
fi
done
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-26 11:48:38 -07:00
Patrick Donnelly
716db6e2fd
qa: add .qa helper link
...
This utilizes the recent feature in teuthology [1] to skip hidden files in
suites when building the job matrix.
Idea of this change is to enable referring to the top-level qa directory in a
position-independent way such that copies of a suite to another location do not
break any symlinks.
[1] https://github.com/ceph/teuthology/pull/1185
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-26 11:33:48 -07:00
Vasu Kulkarni
ae748e98ff
qa/tests: remove RHEL from supported distros when running ceph-deploy tests
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2018-05-12 10:30:12 -07:00
Vasu Kulkarni
73008313f4
qa/tests: use 110gb volume for ovh since bluestore needs minimum 100gb as per conf
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2018-05-12 10:10:30 -07:00
Sage Weil
9eaab43cab
qa/suites/ceph-deploy: mds.0 -> mds.a
...
Signed-off-by: Sage Weil <sage@redhat.com>
2018-03-12 10:39:02 -05:00
Vasu Kulkarni
573646d419
qa/tests: create 4 lv's by default for ceph-volume tests
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2018-02-01 14:35:19 -08:00
Vasu Kulkarni
02a9aee1dc
qa/tests: Add openstack volume/disk info for running in ovh
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2018-02-01 14:33:43 -08:00
Vasu Kulkarni
95fb43b54d
qa/tests: add tests for ceph-volume
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-12-01 14:19:41 -08:00
Vasu Kulkarni
45c6a9acc4
Add both filestore and bluestore options for tests
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-07-25 15:16:37 -07:00
Vasu Kulkarni
25c89804e4
bluestore config options for tests
...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-07-25 12:26:11 -07:00
Vasu Kulkarni
12a1ceba6e
Move ceph-deploy config options into its own folder
...
The old structure of link at top folder is pretty much outdated, the test
config option needs to be specific to cluster yaml.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-07-25 12:26:11 -07:00
Sage Weil
271a7588b5
qa/suites: run mgr daemon(s)
...
Everything up upgrade/, which will be slightly tricky.
Signed-off-by: Sage Weil <sage@redhat.com>
2017-03-29 11:39:26 -04:00
Zack Cerza
5fa96a60d7
qa/suites/ceph-deploy: Drop OpenStack volume count
...
Looks like we only need two per node, since there is only one OSD per
node, and ceph-deploy wants two disks per OSD to account for the
journal.
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-03-01 15:15:49 -07:00
Vasu Kulkarni
127e29e1be
Remove debug overrides
...
the high level of debug for mon/osd is causing remoto to hang during get key
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
2017-01-09 17:59:20 -08:00
Sage Weil
c01f2ee0e2
move ceph-qa-suite dirs into qa/
2016-12-14 11:29:55 -06:00