72aa2dfc0a
It's not easy to find which services are deprecated, so let's create a directory: deployment/deprecated and put the services in there. This patch: - creates the directory and a README - moves already deprecated services into that directory - update all references to these services to point to the right files Change-Id: Id6c927d9c0db024875032f04228047d029c0696d
32 lines
757 B
YAML
32 lines
757 B
YAML
## DEPRECATED
|
|
## Fluentd service is deprecated and will be removed in future releases.
|
|
## A Heat environment file which can be used to set up
|
|
## logging agents
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Fluentd: ../deployment/deprecated/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-----
|
|
|