Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / environments / logging-environment.yaml
1 ## A Heat environment file which can be used to set up
2 ## logging agents
3
4 resource_registry:
5   OS::TripleO::Services::FluentdClient: ../puppet/services/logging/fluentd-client.yaml
6
7 #parameter_defaults:
8
9 ## Simple configuration
10 #
11 # LoggingServers:
12 #   - host: log0.example.com
13 #     port: 24224
14 #   - host: log1.example.com
15 #     port: 24224
16 #
17 ## Example SSL configuration
18 ## (note the use of port 24284 for ssl connections)
19 #
20 # LoggingServers:
21 #   - host: 192.168.24.11
22 #     port: 24284
23 # LoggingUsesSSL: true
24 # LoggingSharedKey: secret
25 # LoggingSSLCertificate: |
26 #   -----BEGIN CERTIFICATE-----
27 #   ...certificate data here...
28 #   -----END CERTIFICATE-----
29