ceph/qa/suites/upgrade/mimic-x-singleton/2-partial-upgrade/firsthalf.yaml
Sage Weil 7fbc0f6e2c qa/suites: move rados/upgrade/mimic-x-singleton to upgrade/ and symlink
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-02 16:33:38 -05:00

19 lines
451 B
YAML

meta:
- desc: |
install upgrade ceph/-x on one node only
1st half
restart : osd.0,1,2,3,4,5
tasks:
- install.upgrade:
mon.a:
mon.b:
- print: "**** done install.upgrade osd.0"
- ceph.restart:
daemons: [mon.a, mon.b]
wait-for-healthy: false
mon-health-to-clog: false
- ceph.restart:
daemons: [osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7]
wait-for-healthy: false
- print: "**** done ceph.restart 1st 2/3s"