b6f464bbbeadfe382754755d4f10fe401ac91044
[apex-tripleo-heat-templates.git] / puppet / services / ceph-osd.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Ceph OSD service.
5
6 parameters:
7   EndpointMap:
8     default: {}
9     description: Mapping of service endpoint -> protocol. Typically set
10                  via parameter_defaults in the resource registry.
11     type: json
12
13 resources:
14   CephBase:
15     type: ./ceph-base.yaml
16
17 outputs:
18   role_data:
19     description: Role data for the Cinder OSD service.
20     value:
21       service_name: ceph-osd
22       config_settings:
23         map_merge:
24           - get_attr: [CephBase, role_data, config_settings]
25           - tripleo.ceph_osd.firewall_rules:
26               '111 ceph_osd':
27                 dport:
28                   - '6800-7300'
29       step_config: |
30         include ::tripleo::profile::base::ceph::osd