0f66cc06900ba87b4e19ff9650b7ad6bd44564ea
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / cinder-api.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   OpenStack Cinder API 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   CinderApiBase:
16     type: ../cinder-api.yaml
17     properties:
18       EndpointMap: {get_param: EndpointMap}
19
20 outputs:
21   role_data:
22     description: Role data for the Cinder API role.
23     value:
24       config_settings:
25         map_merge:
26           - get_attr: [CinderApiBase, role_data, config_settings]
27           - cinder::api::manage_service: false
28             cinder::api::enabled: false
29       step_config: |
30         include ::tripleo::profile::pacemaker::cinder::api