jpavlik | 8425d36 | 2015-06-09 15:23:27 +0200 | [diff] [blame] | 1 | include: |
2 | {% if pillar.ceph.osd is defined %} | ||||
3 | - ceph.osd | ||||
4 | {% endif %} | ||||
5 | {% if pillar.ceph.mon is defined %} | ||||
6 | - ceph.mon | ||||
7 | {% endif %} | ||||
8 | {% if pillar.ceph.client is defined %} | ||||
9 | - ceph.client | ||||
Jakub Pavlik | 143b90a | 2016-01-04 18:57:13 +0100 | [diff] [blame] | 10 | {% endif %} |
11 | {% if pillar.ceph.radosgw is defined %} | ||||
12 | - ceph.radosgw | ||||
jpavlik | 8425d36 | 2015-06-09 15:23:27 +0200 | [diff] [blame] | 13 | {% endif %} |