Merge "Retain existing ComputeHostnameFormat when upgrading older envs"
[apex-tripleo-heat-templates.git] / puppet / services / ceph-client.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Ceph Client 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_client
22       config_settings:
23         get_attr: [CephBase, role_data, config_settings]
24       step_config: |
25         include ::tripleo::profile::base::ceph::client