|
|
|
@ -78,6 +78,12 @@ parameters:
|
|
|
|
|
HAProxyInternalTLSKeysDirectory: |
|
|
|
|
default: '/etc/pki/tls/private/haproxy' |
|
|
|
|
type: string |
|
|
|
|
HAProxyLoggingSource: |
|
|
|
|
type: json |
|
|
|
|
default: |
|
|
|
|
tag: openstack.haproxy |
|
|
|
|
file: /var/log/containers/haproxy/haproxy.log |
|
|
|
|
startmsg.regex: "^[a-zA-Z]{3} [0-9]{2} [:0-9]{8}" |
|
|
|
|
HAProxySyslogAddress: |
|
|
|
|
default: /dev/log |
|
|
|
|
description: Syslog address where HAproxy will send its log |
|
|
|
@ -194,6 +200,10 @@ outputs:
|
|
|
|
|
expression: concat("cluster.common.tag/", $.data.rightSplit(separator => "/", maxSplits => 1)[1]) |
|
|
|
|
- {get_param: ContainerHAProxyImage} |
|
|
|
|
expression: concat($.data.rightSplit(separator => ":", maxSplits => 1)[0], ":pcmklatest") |
|
|
|
|
service_config_settings: |
|
|
|
|
rsyslog: |
|
|
|
|
tripleo_logging_sources_haproxy: |
|
|
|
|
- {get_param: HAProxyLoggingSource} |
|
|
|
|
# BEGIN DOCKER SETTINGS |
|
|
|
|
puppet_config: |
|
|
|
|
config_volume: haproxy |
|
|
|
|