1833fbffbadf0e7a2a3f3d43a601e057eabea6f9
[apex-tripleo-heat-templates.git] / puppet / services / memcached.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Memcached 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   MysqlVirtualIPUri:
13     type: string
14     default: ''
15
16 outputs:
17   role_data:
18     description: Role data for the Memcached role.
19     value:
20       config_settings:
21       step_config: |
22         include ::tripleo::profile::base::memcached
23