mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
5b25f8a2e5
Move cephadm under orch/ top-level suite. Symlink so that we still include it in a rados run. Signed-off-by: Sage Weil <sage@newdream.net>
28 lines
450 B
YAML
28 lines
450 B
YAML
tasks:
|
|
- cephadm:
|
|
roleless: true
|
|
single_host_defaults: true
|
|
- cephadm.shell:
|
|
host.a:
|
|
- ceph orch status
|
|
- ceph orch ps
|
|
- ceph orch ls
|
|
- ceph orch host ls
|
|
- ceph orch device ls
|
|
roles:
|
|
- - host.a
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- osd.3
|
|
- client.0
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 4
|
|
size: 10 # GB
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
osd shutdown pgref assert: true
|