Update Ironic composable services
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Pacemaker 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 outputs:
14   role_data:
15     description: Role data for the Pacemaker role.
16     value:
17       service_name: pacemaker
18       config_settings:
19         pacemaker::corosync::cluster_name: 'tripleo_cluster'
20         pacemaker::corosync::manage_fw: false
21         pacemaker::resource_defaults::defaults:
22           resource-stickiness: { value: INFINITY }
23         corosync_token_timeout: 10000
24         tripleo.pacemaker.firewall_rules:
25           '130 pacemaker tcp':
26             proto: 'tcp'
27             dport:
28               - 2224
29               - 3121
30               - 21064
31           '131 pacemaker udp':
32             proto: 'udp'
33             dport: 5405
34       step_config: |
35         include ::tripleo::profile::base::pacemaker