- workload2
- upgrade-sequence2
- print: "**** done parallel 2"
+- parallel:
+ - workload_firefly
+ - upgrade-sequence_firefly
+- print: "**** done parallel firefly branch"
######################
workload:
workunit:
- sleep:
duration: 60
- print: "**** done ceph.restart all 2"
+workload_firefly:
+ sequential:
+ - rgw: [client.0]
+ - s3tests:
+ client.0:
+ force-branch: firefly-original
+ rgw_server: client.0
+upgrade-sequence_firefly:
+ sequential:
+ - install.upgrade:
+ mon.a:
+ branch: firefly
+ mon.b:
+ branch: firefly
+ - print: "**** done branch: firefly install.upgrade"
+ - 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 firefly current branch"