mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
61a7888c15
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
38 lines
766 B
YAML
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"
|