diff options
Diffstat (limited to 'src/ceph/qa/suites/smoke/systemd')
8 files changed, 24 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/smoke/systemd/% b/src/ceph/qa/suites/smoke/systemd/% new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/% diff --git a/src/ceph/qa/suites/smoke/systemd/clusters/+ b/src/ceph/qa/suites/smoke/systemd/clusters/+ new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/clusters/+ diff --git a/src/ceph/qa/suites/smoke/systemd/clusters/fixed-4.yaml b/src/ceph/qa/suites/smoke/systemd/clusters/fixed-4.yaml new file mode 100644 index 0000000..43b4de7 --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/clusters/fixed-4.yaml @@ -0,0 +1,5 @@ +roles: +- [mon.a, mgr.x, osd.0] +- [osd.1, osd.2] +- [mds.a, osd.3] +- [mon.b, client.0] diff --git a/src/ceph/qa/suites/smoke/systemd/clusters/openstack.yaml b/src/ceph/qa/suites/smoke/systemd/clusters/openstack.yaml new file mode 100644 index 0000000..4d6edcd --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/clusters/openstack.yaml @@ -0,0 +1,8 @@ +openstack: + - machine: + disk: 40 # GB + ram: 8000 # MB + cpus: 1 + volumes: # attached to each instance + count: 3 + size: 10 # GB diff --git a/src/ceph/qa/suites/smoke/systemd/distros/centos_latest.yaml b/src/ceph/qa/suites/smoke/systemd/distros/centos_latest.yaml new file mode 120000 index 0000000..99ec2bb --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/distros/centos_latest.yaml @@ -0,0 +1 @@ +../../../../distros/supported/centos_latest.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml b/src/ceph/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml new file mode 120000 index 0000000..21601ef --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml @@ -0,0 +1 @@ +../../../../distros/supported/ubuntu_latest.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml b/src/ceph/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml new file mode 120000 index 0000000..1af1dfd --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml @@ -0,0 +1 @@ +../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file diff --git a/src/ceph/qa/suites/smoke/systemd/tasks/systemd.yaml b/src/ceph/qa/suites/smoke/systemd/tasks/systemd.yaml new file mode 100644 index 0000000..67b6170 --- /dev/null +++ b/src/ceph/qa/suites/smoke/systemd/tasks/systemd.yaml @@ -0,0 +1,8 @@ +tasks: +- ssh-keys: +- ceph-deploy: +- systemd: +- workunit: + clients: + all: + - rados/load-gen-mix.sh |