b5b6681a74
Following change I1393d65ffb20b1396ff068def237418958ed3289 the ctlplane network will be 192.168.24 by default and not 192.0.2 anymore. This change removes old references left to 192.0.2 network from the overcloud templates. Change-Id: I1986721d339887741038b6cd050a46171a4d8022
30 lines
660 B
YAML
30 lines
660 B
YAML
## A Heat environment file which can be used to set up
|
|
## logging agents
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::FluentdClient: ../puppet/services/logging/fluentd-client.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-----
|
|
|