mirror of
https://github.com/ceph/ceph
synced 2025-01-16 07:52:29 +00:00
15 lines
274 B
YAML
15 lines
274 B
YAML
tasks:
|
|
- install:
|
|
branch: dumpling
|
|
- print: "**** done dumpling install"
|
|
- ceph:
|
|
fs: xfs
|
|
- parallel:
|
|
- workload
|
|
- upgrade-sequence
|
|
- print: "**** done parallel"
|
|
- install.upgrade:
|
|
client.0:
|
|
branch: firefly
|
|
- print: "*** client.0 upgraded to firefly"
|