rbd test suites for upgrade task

Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
This commit is contained in:
tamil 2013-03-27 17:00:29 -07:00
parent e86273e12b
commit d2a021be61
6 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,30 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format
- install.upgrade:
all:
branch: master
- ceph.restart: [mds.a, osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c]
- workunit:
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format

View File

@ -0,0 +1,26 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- cls/test_cls_rbd.sh
- install.upgrade:
all:
branch: master
- ceph.restart: [mds.a, mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3]
- workunit:
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -0,0 +1,26 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- rbd/run_cli_tests.sh
- install.upgrade:
all:
branch: master
- ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
- workunit:
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -0,0 +1,26 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- rbd/test_librbd_python.sh
- install.upgrade:
all:
branch: master
- ceph.restart: [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, osd.3, mds.a]
- workunit:
clients:
client.0:
- rbd/test_librbd.sh

View File

@ -0,0 +1,26 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- rbd/test_librbd_python.sh
- install.upgrade:
all:
branch: master
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mon.a, mon.b, mon.c, mds.a]
- workunit:
clients:
client.0:
- rbd/test_librbd_python.sh

View File

@ -0,0 +1,26 @@
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- - mon.b
- mon.c
- osd.2
- osd.3
- - client.0
tasks:
- install:
branch: bobtail
- ceph:
- workunit:
clients:
client.0:
- cls/test_cls_rbd.sh
- install.upgrade:
all:
branch: master
- ceph.restart: [osd.0, osd.1, osd.2, osd.3, mds.a, mon.a, mon.b, mon.c]
- workunit:
clients:
client.0:
- rbd/test_librbd.sh