Enable Manila integration - as a composable controller service
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / manila-share.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   The manila-share service with Pacemaker configured with Puppet
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
15   ManilaShareBase:
16     type: ../manila-share.yaml
17
18 outputs:
19   role_data:
20     description: Role data for the manila-share pacemaker role.
21     value:
22       service_name: manila_share
23       config_settings:
24         map_merge:
25           - get_attr: [ManilaShareBase, role_data, config_settings]
26       step_config: |
27         include ::tripleo::profile::pacemaker::manila