]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rgw: Add openstack volume configuration 13613/head
authorZack Cerza <zack@redhat.com>
Thu, 23 Feb 2017 17:14:05 +0000 (10:14 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 24 Feb 2017 18:07:11 +0000 (11:07 -0700)
Without this, OSDs will fail to create on instances whose root fs isn't
xfs.

(cherry picked from commit 8af4c35f9577ef5a88307ea5cbbe2561a473926c)
Signed-off-by: Zack Cerza <zack@redhat.com>
qa/clusters/fixed-2.yaml
qa/suites/rgw/singleton/all/radosgw-admin-data-sync.yaml
qa/suites/rgw/singleton/all/radosgw-admin-multi-region.yaml
qa/suites/rgw/singleton/all/radosgw-admin.yaml
qa/suites/rgw/singleton/all/radosgw-convert-to-region.yaml

index 9a93c9cbd09d3dafe55570ce990af53ae137b463..861e50919315650b73ab6c7d0f07007a20a28a04 100644 (file)
@@ -1,3 +1,7 @@
 roles:
 - [mon.a, mon.c, osd.0, osd.1, osd.2, client.0]
 - [mon.b, osd.3, osd.4, osd.5, client.1]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
index 0427879765fbd9251cdb3ad42ea2f83852998e4b..4885bf78203322eb27b600d81bfbca55d260d9cc 100644 (file)
@@ -1,6 +1,10 @@
 roles:
 - [mon.a, osd.0, client.0]
 - [osd.1, osd.2, osd.3, client.1]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
 tasks:
 - install:
 - ceph:
index 8e1c7194e01c448ff0e215aea03c58142555f7bd..93b75517898555a25d1069ddb73f5da8c7e63c5f 100644 (file)
@@ -1,6 +1,10 @@
 roles:
 - [mon.a, osd.0, osd.1, osd.2, client.0]
 - [mon.b, mon.c, osd.3, osd.4, osd.5, client.1]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
 tasks:
 - install: 
 - ceph:
index e89ee3c8da10fd21e101ed4bb32337d3618108ea..ccdafad206935a46bd9a44271c58225b80167f25 100644 (file)
@@ -1,6 +1,10 @@
 roles:
 - [mon.a, osd.0]
 - [client.0, osd.1, osd.2, osd.3]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
 tasks:
 - install:
 - ceph:
index 6035e421baa8d68d204a2b9205951021d72fc852..5da11351a20783185c997ae467a1b44fc4878f21 100644 (file)
@@ -17,6 +17,10 @@ overrides:
 roles:
 - [mon.a, osd.0, osd.1, osd.2, client.0]
 - [mon.b, mon.c, osd.3, osd.4, osd.5, client.1]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
 
 tasks:
 - install: