bf111425b8
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the fluentd API service. Change-Id: If2c2337e715bcdc6747c398406595ea751d79ca7 Related-Blueprint: services-yaml-flattening
30 lines
659 B
YAML
30 lines
659 B
YAML
## A Heat environment file which can be used to set up
|
|
## logging agents
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Fluentd: ../deployment/logging/fluentd-container-puppet.yaml
|
|
|
|
#parameter_defaults:
|
|
|
|
## Simple configuration
|
|
#
|
|
# LoggingServers:
|
|
# - host: log0.example.com
|
|
# port: 24224
|
|
# - host: log1.example.com
|
|
# port: 24224
|
|
#
|
|
## Example SSL configuration
|
|
## (note the use of port 24284 for ssl connections)
|
|
#
|
|
# LoggingServers:
|
|
# - host: 192.168.24.11
|
|
# port: 24284
|
|
# LoggingUsesSSL: true
|
|
# LoggingSharedKey: secret
|
|
# LoggingSSLCertificate: |
|
|
# -----BEGIN CERTIFICATE-----
|
|
# ...certificate data here...
|
|
# -----END CERTIFICATE-----
|
|
|