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