From: Zack Cerza Date: Fri, 24 Feb 2017 20:37:23 +0000 (-0700) Subject: qa/suites/kcephfs: Openstack volume configuration X-Git-Tag: v12.0.1~276^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13634%2Fhead;p=ceph.git qa/suites/kcephfs: Openstack volume configuration Signed-off-by: Zack Cerza --- diff --git a/qa/clusters/fixed-3-cephfs.yaml b/qa/clusters/fixed-3-cephfs.yaml index 78d585fb8419..499c84c37180 100644 --- a/qa/clusters/fixed-3-cephfs.yaml +++ b/qa/clusters/fixed-3-cephfs.yaml @@ -2,6 +2,10 @@ roles: - [mon.a, mds.a, osd.0, osd.1] - [mon.b, mds.a-s, mon.c, osd.2, osd.3] - [client.0] +openstack: +- volumes: # attached to each instance + count: 2 + size: 10 # GB log-rotate: ceph-mds: 10G ceph-osd: 10G diff --git a/qa/suites/kcephfs/mixed-clients/clusters/2-clients.yaml b/qa/suites/kcephfs/mixed-clients/clusters/2-clients.yaml index 067ce1a82785..26e029d0dbe3 100644 --- a/qa/suites/kcephfs/mixed-clients/clusters/2-clients.yaml +++ b/qa/suites/kcephfs/mixed-clients/clusters/2-clients.yaml @@ -3,3 +3,7 @@ roles: - [mon.b, mon.c, osd.2, osd.3] - [client.0] - [client.1] +openstack: +- volumes: # attached to each instance + count: 2 + size: 10 # GB diff --git a/qa/suites/kcephfs/recovery/clusters/4-remote-clients.yaml b/qa/suites/kcephfs/recovery/clusters/4-remote-clients.yaml index 79b208b06e2b..7bb4e3255beb 100644 --- a/qa/suites/kcephfs/recovery/clusters/4-remote-clients.yaml +++ b/qa/suites/kcephfs/recovery/clusters/4-remote-clients.yaml @@ -3,6 +3,10 @@ roles: - [osd.1, osd.2, mds.b, mds.d, client.3] - [client.0] - [client.1] +openstack: +- volumes: # attached to each instance + count: 2 + size: 10 # GB log-rotate: ceph-mds: 10G ceph-osd: 10G