mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
27 lines
430 B
YAML
27 lines
430 B
YAML
roles:
|
|
- - mon.a
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
config:
|
|
global:
|
|
osd pool default min size : 1
|
|
osd:
|
|
debug monc: 1
|
|
debug ms: 1
|
|
- mon_seesaw:
|
|
- ceph_manager.create_pool:
|
|
kwargs:
|
|
pool_name: test
|
|
pg_num: 1
|
|
- ceph_manager.wait_for_clean:
|
|
kwargs:
|
|
timeout: 60
|