Merge "Dump IPs configuration as hieradata"
[apex-tripleo-heat-templates.git] / puppet / services / pacemaker / memcached.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Mecached 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   MysqlVirtualIPUri:
13     type: string
14     default: ''
15
16 resources:
17
18   MemcachedServiceBase:
19     type: ../memcached.yaml
20
21 outputs:
22   role_data:
23     description: Role data for the Memcached pacemaker role.
24     value:
25       config_settings:
26         map_merge:
27           - get_attr: [MemcachedServiceBase, role_data, config_settings]
28           - memcached::service_manage: false
29       step_config: |
30         include ::tripleo::profile::pacemaker::memcached
31