From: Zack Cerza Date: Fri, 24 Feb 2017 18:17:45 +0000 (-0700) Subject: qa/suites/krbd: Add openstack volume configuration X-Git-Tag: v12.0.1~277^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13631%2Fhead;p=ceph.git qa/suites/krbd: Add openstack volume configuration Signed-off-by: Zack Cerza --- diff --git a/qa/clusters/fixed-3.yaml b/qa/clusters/fixed-3.yaml index 455de4f98311..8e622d2db946 100644 --- a/qa/clusters/fixed-3.yaml +++ b/qa/clusters/fixed-3.yaml @@ -2,3 +2,7 @@ roles: - [mon.a, mon.c, osd.0, osd.1, osd.2] - [mon.b, osd.3, osd.4, osd.5] - [client.0] +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB diff --git a/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml b/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml index 47a8199c1903..237a4947f2a8 100644 --- a/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml +++ b/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml @@ -3,6 +3,10 @@ roles: - [mon.b, mds.a, osd.3, osd.4, osd.5] - [client.0] - [client.1] +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB tasks: - install: - ceph: diff --git a/qa/suites/krbd/unmap/clusters/separate-client.yaml b/qa/suites/krbd/unmap/clusters/separate-client.yaml index d4bd8f71ff92..a2184eefc5d1 100644 --- a/qa/suites/krbd/unmap/clusters/separate-client.yaml +++ b/qa/suites/krbd/unmap/clusters/separate-client.yaml @@ -10,3 +10,7 @@ overrides: roles: - [mon.a, osd.0, osd.1, osd.2] - [client.0] +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB