Merge "Set rabbitmq loopback_users explicitely"
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / heat-engine.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Openstack Heat Engine 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   HeatEngineBase:
15     type: ../heat-engine.yaml
16     properties:
17       EndpointMap: {get_param: EndpointMap}
18
19
20 outputs:
21   role_data:
22     description: Role data for the Heat engine role.
23     value:
24       config_settings:
25         map_merge:
26           - get_attr: [HeatEngineBase, role_data, config_settings]
27           - heat::engine::manage_service: false
28             heat::engine::enabled: false
29       step_config:
30         # No puppet manifests since heat-engine is included in
31         # ::tripleo::profile::pacemaker::heat which is maintained alongside of
32         # pacemaker/heat-api.yaml.