]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/krbd: Add openstack volume configuration 13633/head
authorZack Cerza <zack@redhat.com>
Fri, 24 Feb 2017 18:17:45 +0000 (11:17 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 24 Feb 2017 18:20:37 +0000 (11:20 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
(cherry picked from commit 201b4d0d1e92bf95ac6a8f2951b664763030f12d)

qa/clusters/fixed-3.yaml
qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml
qa/suites/krbd/unmap/clusters/separate-client.yaml

index 455de4f98311ec871733f216363a401726bbc453..8e622d2db946435a883e9a8559dc7b4824e0309e 100644 (file)
@@ -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
index 47a8199c1903a9769b347533b464d1ead34c370a..237a4947f2a81d09371b254aa84d61dba19255f2 100644 (file)
@@ -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:
index d4bd8f71ff926c39c11d042f6c2a5a9130bf9d0c..a2184eefc5d1a0e3f973ce6ecd2e1b8a3696c8a3 100644 (file)
@@ -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