mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
rbd/rgw upgrade suites to test upgrade from bobtail to cuttlefish to next
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
This commit is contained in:
parent
d5acff2888
commit
00bc3a84b6
10
suites/upgrade/rbd-double/0-cluster/start.yaml
Normal file
10
suites/upgrade/rbd-double/0-cluster/start.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
roles:
|
||||||
|
- - mon.a
|
||||||
|
- mds.a
|
||||||
|
- osd.0
|
||||||
|
- osd.1
|
||||||
|
- - mon.b
|
||||||
|
- mon.c
|
||||||
|
- osd.2
|
||||||
|
- osd.3
|
||||||
|
- - client.0
|
4
suites/upgrade/rbd-double/1-bobtail-install/bobtail.yaml
Normal file
4
suites/upgrade/rbd-double/1-bobtail-install/bobtail.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install:
|
||||||
|
branch: bobtail
|
||||||
|
- ceph:
|
@ -0,0 +1,8 @@
|
|||||||
|
tasks:
|
||||||
|
- workunit:
|
||||||
|
branch: bobtail
|
||||||
|
clients:
|
||||||
|
client.0:
|
||||||
|
- rbd/import_export.sh
|
||||||
|
env:
|
||||||
|
RBD_CREATE_ARGS: --new-format
|
4
suites/upgrade/rbd-double/3-upgrade/cuttlefish.yaml
Normal file
4
suites/upgrade/rbd-double/3-upgrade/cuttlefish.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install.upgrade:
|
||||||
|
all:
|
||||||
|
branch: cuttlefish
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mds.a, osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]
|
6
suites/upgrade/rbd-double/5-cuttlefish-workload/api.yaml
Normal file
6
suites/upgrade/rbd-double/5-cuttlefish-workload/api.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
tasks:
|
||||||
|
- workunit:
|
||||||
|
branch: cuttlefish
|
||||||
|
clients:
|
||||||
|
client.0:
|
||||||
|
- rbd/test_librbd.sh
|
6
suites/upgrade/rbd-double/5-cuttlefish-workload/cls.yaml
Normal file
6
suites/upgrade/rbd-double/5-cuttlefish-workload/cls.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
tasks:
|
||||||
|
- workunit:
|
||||||
|
branch: cuttlefish
|
||||||
|
clients:
|
||||||
|
client.0:
|
||||||
|
- cls/test_cls_rbd.sh
|
4
suites/upgrade/rbd-double/6-upgrade-next/next.yaml
Normal file
4
suites/upgrade/rbd-double/6-upgrade-next/next.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install.upgrade:
|
||||||
|
all:
|
||||||
|
branch: next
|
2
suites/upgrade/rbd-double/7-restart/mds-mon-osd.yaml
Normal file
2
suites/upgrade/rbd-double/7-restart/mds-mon-osd.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mds.a, mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3]
|
2
suites/upgrade/rbd-double/7-restart/mon-mds-osd.yaml
Normal file
2
suites/upgrade/rbd-double/7-restart/mon-mds-osd.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
2
suites/upgrade/rbd-double/7-restart/osd-mds-mon.yaml
Normal file
2
suites/upgrade/rbd-double/7-restart/osd-mds-mon.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
|
@ -0,0 +1,8 @@
|
|||||||
|
tasks:
|
||||||
|
- workunit:
|
||||||
|
branch: next
|
||||||
|
clients:
|
||||||
|
client.0:
|
||||||
|
- rbd/import_export.sh
|
||||||
|
env:
|
||||||
|
RBD_CREATE_ARGS: --new-format
|
6
suites/upgrade/rbd-double/8-next-workload/python.yaml
Normal file
6
suites/upgrade/rbd-double/8-next-workload/python.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
tasks:
|
||||||
|
- workunit:
|
||||||
|
branch: next
|
||||||
|
clients:
|
||||||
|
client.0:
|
||||||
|
- rbd/test_librbd_python.sh
|
10
suites/upgrade/rgw-double/0-cluster/start.yaml
Normal file
10
suites/upgrade/rgw-double/0-cluster/start.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
roles:
|
||||||
|
- - mon.a
|
||||||
|
- mds.a
|
||||||
|
- osd.0
|
||||||
|
- osd.1
|
||||||
|
- - mon.b
|
||||||
|
- mon.c
|
||||||
|
- osd.2
|
||||||
|
- osd.3
|
||||||
|
- - client.0
|
4
suites/upgrade/rgw-double/1-bobtail-install/bobtail.yaml
Normal file
4
suites/upgrade/rgw-double/1-bobtail-install/bobtail.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install:
|
||||||
|
branch: bobtail
|
||||||
|
- ceph:
|
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- s3tests:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
4
suites/upgrade/rgw-double/3-upgrade/cuttlefish.yaml
Normal file
4
suites/upgrade/rgw-double/3-upgrade/cuttlefish.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install.upgrade:
|
||||||
|
all:
|
||||||
|
branch: cuttlefish
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mds.a, osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
|
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]
|
@ -0,0 +1,13 @@
|
|||||||
|
tasks:
|
||||||
|
- s3readwrite:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
||||||
|
readwrite:
|
||||||
|
bucket: rwtest
|
||||||
|
readers: 10
|
||||||
|
writers: 3
|
||||||
|
duration: 300
|
||||||
|
files:
|
||||||
|
num: 10
|
||||||
|
size: 2000
|
||||||
|
stddev: 500
|
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- s3tests:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- swift:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
4
suites/upgrade/rgw-double/6-upgrade-next/next.yaml
Normal file
4
suites/upgrade/rgw-double/6-upgrade-next/next.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- install.upgrade:
|
||||||
|
all:
|
||||||
|
branch: next
|
2
suites/upgrade/rgw-double/7-restart/mds-mon-osd.yaml
Normal file
2
suites/upgrade/rgw-double/7-restart/mds-mon-osd.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mds.a, mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3]
|
2
suites/upgrade/rgw-double/7-restart/mon-mds-osd.yaml
Normal file
2
suites/upgrade/rgw-double/7-restart/mon-mds-osd.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
|
2
suites/upgrade/rgw-double/7-restart/osd-mds-mon.yaml
Normal file
2
suites/upgrade/rgw-double/7-restart/osd-mds-mon.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
tasks:
|
||||||
|
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
|
13
suites/upgrade/rgw-double/8-next-workload/readwrite.yaml
Normal file
13
suites/upgrade/rgw-double/8-next-workload/readwrite.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
tasks:
|
||||||
|
- s3readwrite:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
||||||
|
readwrite:
|
||||||
|
bucket: rwtest
|
||||||
|
readers: 10
|
||||||
|
writers: 3
|
||||||
|
duration: 300
|
||||||
|
files:
|
||||||
|
num: 10
|
||||||
|
size: 2000
|
||||||
|
stddev: 500
|
4
suites/upgrade/rgw-double/8-next-workload/s3tests.yaml
Normal file
4
suites/upgrade/rgw-double/8-next-workload/s3tests.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- s3tests:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
4
suites/upgrade/rgw-double/8-next-workload/swift.yaml
Normal file
4
suites/upgrade/rgw-double/8-next-workload/swift.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
tasks:
|
||||||
|
- swift:
|
||||||
|
client.0:
|
||||||
|
rgw_server: client.0
|
Loading…
Reference in New Issue
Block a user