mirror of
https://github.com/ceph/ceph
synced 2024-12-24 04:14:07 +00:00
d403d42ac8
Signed-off-by: Sage Weil <sage@redhat.com>
11 lines
254 B
YAML
11 lines
254 B
YAML
meta:
|
|
- desc: install ceph/jewel latest
|
|
tasks:
|
|
- install:
|
|
branch: jewel
|
|
exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
|
|
- print: "**** done install jewel"
|
|
- ceph:
|
|
skip_mgr_daemons: true
|
|
- print: "**** done ceph"
|