ceph/suites/upgrade-cuttlefish/rados-older/4-upgrade-sequence/upgrade-mon-osd-mds.yaml
Sage Weil 75a784170c upgrade-cuttlefish: test upgrades to new point releases
This only covers rados tests currently.  We should expand this to include rgw,
rbd, and cephfs workloads.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-07-24 18:09:11 -07:00

40 lines
806 B
YAML

upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: cuttlefish
- ceph.restart:
daemons: [mon.a]
wait-for-healthy: false
wait-for-osds-up: true
- sleep:
duration: 60
- ceph.restart:
daemons: [mon.b]
wait-for-healthy: false
wait-for-osds-up: true
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]