]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rados/thrash-old-clients: keep mons on separate hosts
authorSage Weil <sage@redhat.com>
Fri, 7 Dec 2018 14:51:32 +0000 (08:51 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
This ensures the mons can use default ports, ceph.conf won't have v1: or
v2: prefixes, and old clients will be happy.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/thrash-old-clients/1-install/hammer.yaml
qa/suites/rados/thrash-old-clients/1-install/jewel.yaml
qa/suites/rados/thrash-old-clients/1-install/luminous.yaml
qa/suites/rados/thrash-old-clients/clusters/three-plus-one.yaml [new file with mode: 0644]
qa/suites/rados/thrash-old-clients/clusters/two-plus-three.yaml [deleted file]

index bfa122b138d1795eab67cfb11c24e280540e4a44..ef6d381c91b9376a4e2c5fcbf3ed059649954dae 100644 (file)
@@ -15,3 +15,4 @@ tasks:
 - install.upgrade:
     mon.a:
     mon.b:
+    mon.c:
index 755b5da9dbcfdf67e207d34ddf5fced9b927e905..0238b4636fa4d71a90c4af2723c8abf84929c3b8 100644 (file)
@@ -6,3 +6,4 @@ tasks:
 - install.upgrade:
     mon.a:
     mon.b:
+    mon.c:
index 686001ee871da738ca4be22e1c1da8eba16da883..6bd72a0fc06ccb99b5e05d3be1e1c8835d529012 100644 (file)
@@ -6,3 +6,4 @@ tasks:
 - install.upgrade:
     mon.a:
     mon.b:
+    mon.c:
diff --git a/qa/suites/rados/thrash-old-clients/clusters/three-plus-one.yaml b/qa/suites/rados/thrash-old-clients/clusters/three-plus-one.yaml
new file mode 100644 (file)
index 0000000..35cfc3c
--- /dev/null
@@ -0,0 +1,14 @@
+roles:
+- [mon.a, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0]
+- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1]
+- [mon.c, osd.8, osd.9, osd.10, osd.11]
+- [client.2]
+openstack:
+- volumes: # attached to each instance
+    count: 4
+    size: 10 # GB
+overrides:
+  ceph:
+    conf:
+      osd:
+        osd shutdown pgref assert: true
diff --git a/qa/suites/rados/thrash-old-clients/clusters/two-plus-three.yaml b/qa/suites/rados/thrash-old-clients/clusters/two-plus-three.yaml
deleted file mode 100644 (file)
index fc86b98..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-roles:
-- [mon.a, mon.c, mgr.y, osd.0, osd.1, osd.2, osd.3, client.0]
-- [mon.b, mgr.x, osd.4, osd.5, osd.6, osd.7, client.1]
-- [client.2]
-openstack:
-- volumes: # attached to each instance
-    count: 4
-    size: 10 # GB
-overrides:
-  ceph:
-    conf:
-      osd:
-        osd shutdown pgref assert: true