Designate: Fix missing LoggingSource parameters
The following services will be additionally covered. - designate-central - designate-mdns - designate-sink Change-Id: I7074bbb51535cf46699093e2a3a3d8f4fbf57301
This commit is contained in:
parent
8ef751c4e1
commit
8b39501eec
@ -14,6 +14,11 @@ parameters:
|
||||
type: string
|
||||
tags:
|
||||
- role_specific
|
||||
DesignateCentralLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.designate.central
|
||||
file: /var/log/containers/designate/central.log
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
@ -158,6 +163,9 @@ outputs:
|
||||
designate::db::mysql::user: designate
|
||||
designate::db::mysql::host: '%'
|
||||
designate::db::mysql::dbname: designate
|
||||
rsyslog:
|
||||
tripleo_logging_sources_designate_central:
|
||||
- {get_param: DesignateCentralLoggingSource}
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
config_volume: designate
|
||||
|
@ -14,6 +14,11 @@ parameters:
|
||||
type: string
|
||||
tags:
|
||||
- role_specific
|
||||
DesignateMdnsLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.designate.mdns
|
||||
file: /var/log/containers/designate/mdns.log
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
@ -143,6 +148,9 @@ outputs:
|
||||
designate::db::mysql::user: designate
|
||||
designate::db::mysql::host: '%'
|
||||
designate::db::mysql::dbname: designate
|
||||
rsyslog:
|
||||
tripleo_logging_sources_designate_mdns:
|
||||
- {get_param: DesignateMdnsLoggingSource}
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
config_volume: designate
|
||||
|
@ -14,6 +14,11 @@ parameters:
|
||||
type: string
|
||||
tags:
|
||||
- role_specific
|
||||
DesignateSinkLoggingSource:
|
||||
type: json
|
||||
default:
|
||||
tag: openstack.designate.sink
|
||||
file: /var/log/containers/designate/sink.log
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
@ -90,7 +95,10 @@ outputs:
|
||||
- designate_workers_zero
|
||||
- {}
|
||||
- designate::sink::workers: {get_param: DesignateWorkers}
|
||||
service_config_settings: {}
|
||||
service_config_settings:
|
||||
rsyslog:
|
||||
tripleo_logging_sources_designate_sink:
|
||||
- {get_param: DesignateSinkLoggingSource}
|
||||
# BEGIN DOCKER SETTINGS
|
||||
puppet_config:
|
||||
config_volume: designate
|
||||
|
Loading…
Reference in New Issue
Block a user