ceph/suites/upgrade/dumpling-emperor-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml
Warren Usui d4f2a8cebc Reduce runs in the dumpling-emperor upgrade suite.
Add + to 2-workload, 4-workload and 6-final-workload
suites.  Reduce 5-upgrade-sequence to only run two
tests and make sure upgrades to emperor occur in each
sequence.  Fix swift.yaml to not include rgw: clause
(this is already done by s3tests.yaml).

Fixes: #8051
Signed-off-by: Warren Usui <warren.usui@inktank.com>
2014-04-09 14:20:58 -07:00

36 lines
727 B
YAML

upgrade-sequence:
sequential:
- install.upgrade:
mon.a:
branch: emperor
mon.b:
branch: emperor
- 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: [osd.0]
- sleep:
duration: 60
- ceph.restart: [osd.1]
- sleep:
duration: 60
- ceph.restart: [osd.2]
- sleep:
duration: 60
- ceph.restart: [osd.3]
- sleep:
duration: 60
- ceph.restart: [mds.a]