Change flat network name for nosdn fdio scenario
[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   ServiceData:
7     default: {}
8     description: Dictionary packing service data
9     type: json
10   ServiceNetMap:
11     default: {}
12     description: Mapping of service_name -> network name. Typically set
13                  via parameter_defaults in the resource registry.  This
14                  mapping overrides those in ServiceNetMapDefaults.
15     type: json
16   DefaultPasswords:
17     default: {}
18     type: json
19   RoleName:
20     default: ''
21     description: Role name on which the service is applied
22     type: string
23   RoleParameters:
24     default: {}
25     description: Parameters specific to the role
26     type: json
27   EndpointMap:
28     default: {}
29     description: >
30       Mapping of service endpoint -> protocol. Typically set
31       via parameter_defaults in the resource registry.
32     type: json
33
34
35 outputs:
36   role_data:
37     description: Role data for the Fluentd role.
38     value:
39       service_name: fluentd_base
40       config_settings:
41         fluentd::package_name: fluentd
42         fluentd::service_name: fluentd
43         fluentd::config_file: /etc/fluentd/fluent.conf
44         fluentd::config_owner: fluentd
45         fluentd::config_group: fluentd
46         fluentd::config_path: /etc/fluentd/config.d
47         fluentd::plugin_provider: yum
48         fluentd::service_provider: systemd
49         fluentd::repo_install: false