From: Sage Weil Date: Sat, 9 Dec 2017 16:20:19 +0000 (-0600) Subject: qa/suites/rados: add missing openstack volumes X-Git-Tag: v13.0.1~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5eb976cb30fce1c2c3d5f5041d1ce7d4a2639d6;p=ceph-ci.git qa/suites/rados: add missing openstack volumes Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/mgr/clusters/+ b/qa/suites/rados/mgr/clusters/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/mgr/clusters/openstack.yaml b/qa/suites/rados/mgr/clusters/openstack.yaml new file mode 100644 index 00000000000..21eca2bbd05 --- /dev/null +++ b/qa/suites/rados/mgr/clusters/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 2 + size: 30 # GB diff --git a/qa/suites/rados/perf/openstack.yaml b/qa/suites/rados/perf/openstack.yaml new file mode 100644 index 00000000000..f4d1349b482 --- /dev/null +++ b/qa/suites/rados/perf/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 30 # GB diff --git a/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml b/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml index bbf330b0ba1..7cd7dca17e7 100644 --- a/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/admin_socket_output.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 2 + size: 10 # GB roles: - [mon.a, mds.a, mgr.x, osd.0, osd.1, client.0] overrides: diff --git a/qa/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml b/qa/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml index 58648031507..0a4bc498080 100644 --- a/qa/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/cache-fs-trunc.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - [mon.a, mgr.x, mds.a, osd.0, osd.1, osd.2, client.0, client.1] tasks: diff --git a/qa/suites/rados/singleton-nomsgr/all/ceph-kvstore-tool.yaml b/qa/suites/rados/singleton-nomsgr/all/ceph-kvstore-tool.yaml index a40243d1f09..a386e74eb31 100644 --- a/qa/suites/rados/singleton-nomsgr/all/ceph-kvstore-tool.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/ceph-kvstore-tool.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0] diff --git a/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml b/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml index 8634362339f..530dc42a7a3 100644 --- a/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/ceph-post-file.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0] tasks: diff --git a/qa/suites/rados/singleton-nomsgr/all/export-after-evict.yaml b/qa/suites/rados/singleton-nomsgr/all/export-after-evict.yaml index e766bdc5729..e0887b85a70 100644 --- a/qa/suites/rados/singleton-nomsgr/all/export-after-evict.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/export-after-evict.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - - mon.a - mgr.x diff --git a/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml b/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml index b245866082f..944b2f711ef 100644 --- a/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/full-tiering.yaml @@ -1,4 +1,8 @@ # verify #13098 fix +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0] overrides: diff --git a/qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml b/qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml index e00a93d0c0d..aac7945492e 100644 --- a/qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/large-omap-object-warnings.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 2 + size: 10 # GB roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] overrides: diff --git a/qa/suites/rados/singleton-nomsgr/all/multi-backfill-reject.yaml b/qa/suites/rados/singleton-nomsgr/all/multi-backfill-reject.yaml index f480dbbf9c4..9800b5dd475 100644 --- a/qa/suites/rados/singleton-nomsgr/all/multi-backfill-reject.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/multi-backfill-reject.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 3 + size: 10 # GB roles: - - mon.a - mgr.x diff --git a/qa/suites/rados/singleton-nomsgr/all/pool-access.yaml b/qa/suites/rados/singleton-nomsgr/all/pool-access.yaml index d49a5979704..c30aebb5c37 100644 --- a/qa/suites/rados/singleton-nomsgr/all/pool-access.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/pool-access.yaml @@ -1,3 +1,7 @@ +openstack: + - volumes: # attached to each instance + count: 2 + size: 10 # GB roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] tasks: diff --git a/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml b/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml index b0d5de305d8..e70a5e40a3f 100644 --- a/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml +++ b/qa/suites/rados/singleton-nomsgr/all/valgrind-leaks.yaml @@ -1,6 +1,11 @@ # see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126 os_type: centos +openstack: + - volumes: # attached to each instance + count: 2 + size: 10 # GB + overrides: install: ceph: