Bump template version for all templates to "ocata"
[apex-tripleo-heat-templates.git] / puppet / services / logging / fluentd-base.yaml
1 heat_template_version: ocata
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   EndpointMap:
16     default: {}
17     description: >
18       Mapping of service endpoint -> protocol. Typically set
19       via parameter_defaults in the resource registry.
20     type: json
21
22
23 outputs:
24   role_data:
25     description: Role data for the Fluentd role.
26     value:
27       service_name: fluentd_base
28       config_settings:
29         fluentd::package_name: fluentd
30         fluentd::service_name: fluentd
31         fluentd::config_file: /etc/fluentd/fluent.conf
32         fluentd::config_owner: fluentd
33         fluentd::config_group: fluentd
34         fluentd::config_path: /etc/fluentd/config.d
35         fluentd::plugin_provider: yum
36         fluentd::service_provider: systemd
37         fluentd::repo_install: false