Update the template_version alias for all the templates to pike.
[apex-tripleo-heat-templates.git] / puppet / services / logging / fluentd-base.yaml
1 heat_template_version: pike
2
3 description: Fluentd base service
4
5 parameters:
6   ServiceNetMap:
7     default: {}
8     description: Mapping of service_name -> network name. Typically set
9                  via parameter_defaults in the resource registry.  This
10                  mapping overrides those in ServiceNetMapDefaults.
11     type: json
12   DefaultPasswords:
13     default: {}
14     type: json
15   RoleName:
16     default: ''
17     description: Role name on which the service is applied
18     type: string
19   RoleParameters:
20     default: {}
21     description: Parameters specific to the role
22     type: json
23   EndpointMap:
24     default: {}
25     description: >
26       Mapping of service endpoint -> protocol. Typically set
27       via parameter_defaults in the resource registry.
28     type: json
29
30
31 outputs:
32   role_data:
33     description: Role data for the Fluentd role.
34     value:
35       service_name: fluentd_base
36       config_settings:
37         fluentd::package_name: fluentd
38         fluentd::service_name: fluentd
39         fluentd::config_file: /etc/fluentd/fluent.conf
40         fluentd::config_owner: fluentd
41         fluentd::config_group: fluentd
42         fluentd::config_path: /etc/fluentd/config.d
43         fluentd::plugin_provider: yum
44         fluentd::service_provider: systemd
45         fluentd::repo_install: false