blob: 2d8d168ce84e8ec101423fa3943997b6b65ef5be [file] [log] [blame]
doc:
name: Ceph
description: |
Ceph provides extraordinary data storage scalability-thousands of client
hosts or KVMs accessing petabytes to exabytes of data.
role:
{%- if pillar.ceph.osd is defined %}
osd:
name: osd
param: {}
{%- endif %}
{%- if pillar.ceph.mon is defined %}
mon:
name: mon
param: {}
{%- endif %}
{%- if pillar.ceph.client is defined %}
client:
name: client
param: {}
{%- endif %}