Skip to content

Commit

Permalink
qa: add one-off clusters to qa/cephfs/clusters
Browse files Browse the repository at this point in the history
To consistently handle openstack configuration.

Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Jun 29, 2018
1 parent 5d4a1f2 commit 654aaa9
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 59 deletions.
12 changes: 12 additions & 0 deletions qa/cephfs/clusters/1-mds-1-client-coloc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
roles:
- [mon.a, mgr.y, mds.a, osd.0, osd.1, osd.2, osd.3, client.0]
- [mon.b, mon.c, mgr.x, mds.a-s, osd.4, osd.5, osd.6, osd.7]
openstack:
- volumes: # attached to each instance
count: 4
size: 20 # GB
- machine:
disk: 200 # GB
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
12 changes: 12 additions & 0 deletions qa/cephfs/clusters/1-mds-2-client-coloc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
roles:
- [mon.a, mgr.y, mds.a, osd.0, osd.1, osd.2, osd.3, client.0]
- [mon.b, mon.c, mgr.x, mds.a-s, osd.4, osd.5, osd.6, osd.7, client.1]
openstack:
- volumes: # attached to each instance
count: 4
size: 20 # GB
- machine:
disk: 200 # GB
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
15 changes: 15 additions & 0 deletions qa/cephfs/clusters/1-mds-3-client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
roles:
- [mon.a, mgr.y, mds.a, osd.0, osd.1, osd.2, osd.3]
- [mon.b, mon.c, mgr.x, mds.a-s, osd.4, osd.5, osd.6, osd.7]
- [client.0]
- [client.1]
- [client.2]
openstack:
- volumes: # attached to each instance
count: 4
size: 30 # GB
- machine:
disk: 200 # GB
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
12 changes: 12 additions & 0 deletions qa/cephfs/clusters/1-mds-4-client-coloc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
roles:
- [mon.a, mgr.y, mds.a, osd.0, osd.1, osd.2, osd.3, client.0, client.1]
- [mon.b, mon.c, mgr.x, mds.a-s, osd.4, osd.5, osd.6, osd.7, client.2, client.3]
openstack:
- volumes: # attached to each instance
count: 4
size: 30 # GB
- machine:
disk: 200 # GB
log-rotate:
ceph-mds: 10G
ceph-osd: 10G
10 changes: 0 additions & 10 deletions qa/suites/fs/basic_functional/clusters/4-remote-clients.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/multiclient/clusters/1-mds-2-client.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/multiclient/clusters/1-mds-3-client.yaml
15 changes: 0 additions & 15 deletions qa/suites/fs/multiclient/clusters/three_clients.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions qa/suites/fs/multiclient/clusters/two_clients.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/multifs/clusters/1-mds-2-client-coloc.yaml
10 changes: 0 additions & 10 deletions qa/suites/fs/multifs/clusters/2-remote-clients.yaml

This file was deleted.

1 change: 1 addition & 0 deletions qa/suites/fs/thrash/clusters/1-mds-1-client-coloc.yaml
10 changes: 0 additions & 10 deletions qa/suites/fs/thrash/clusters/mds-1active-1standby.yaml

This file was deleted.

0 comments on commit 654aaa9

Please sign in to comment.