ceph/suites/upgrade/giant/3-upgrade-sequence/upgrade-osd-mon-mds.yaml
Yuri Weinstein 61a7888c15 Minor modifications, added prints
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
2014-10-12 17:13:11 -07:00

38 lines
766 B
YAML

upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: giant
- print: "**** done install.upgrade giant"
- 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]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- print: "**** done ceph.restart all"