mirror of
https://github.com/ceph/ceph
synced 2025-02-10 20:38:30 +00:00
9b38a86cb1
None of these tests currently cover fs, so this is sufficient... :/ Signed-off-by: Sage Weil <sage@redhat.com>
24 lines
533 B
YAML
24 lines
533 B
YAML
meta:
|
|
- desc: |
|
|
install ceph/jewel latest
|
|
run workload and upgrade-sequence in parallel
|
|
upgrade the client node
|
|
tasks:
|
|
- install:
|
|
branch: jewel
|
|
exclude_packages: ['ceph-mgr','libcephfs2']
|
|
- print: "**** done installing jewel"
|
|
- ceph:
|
|
- print: "**** done ceph"
|
|
- install.upgrade:
|
|
mon.a:
|
|
mon.b:
|
|
- print: "**** done install.upgrade mon.a and mon.b"
|
|
- parallel:
|
|
- workload
|
|
- upgrade-sequence
|
|
- print: "**** done parallel"
|
|
- install.upgrade:
|
|
client.0:
|
|
- print: "**** done install.upgrade on client.0"
|