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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec6fb28eaf8e2db327e4afc115879a40c7664e07;p=ceph-ci.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 78d585fb841..499c84c3718 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 067ce1a8278..26e029d0dbe 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 79b208b06e2..7bb4e3255be 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