blob: 31ca3e50204fe419e5924a5bb2ab9eaa2eb9285d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
add_osds_to_crush: true
log-whitelist:
- required past_interval bounds are empty
- print: "**** done ceph"
|