Fix logging config on misc services

Some of these were missing or got dropped due to recent flattening
efforts.

Change-Id: I46a62e5f9290673884c76c03dfef80929c95495e
This commit is contained in:
Dan Prince 2019-02-27 14:40:11 -05:00
parent e14dfc8329
commit b3fef6678f
5 changed files with 18 additions and 13 deletions

View File

@ -113,7 +113,12 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, TripleoUINetwork]}
- apache::default_vhost: false
service_config_settings: {}
service_config_settings:
fluentd:
tripleo_fluentd_groups_tripleo_ui:
- tripleo
tripleo_fluentd_sources_tripleo_ui:
- {get_param: TripleoUILoggingSource}
# BEGIN DOCKER SETTINGS
puppet_config:
config_volume: tripleo-ui

View File

@ -81,7 +81,12 @@ outputs:
- designate_workers_zero
- {}
- designate::producer::workers: {get_param: DesignateWorkers}
service_config_settings: {}
service_config_settings:
fluentd:
tripleo_fluentd_groups_designate_producer:
- designate
tripleo_fluentd_sources_designate_producer:
- {get_param: DesignateProducerLoggingSource}
# BEGIN DOCKER SETTINGS
puppet_config:
config_volume: designate

View File

@ -134,7 +134,12 @@ outputs:
- designate_workers_zero
- {}
- designate::worker::workers: {get_param: DesignateWorkers}
service_config_settings: {}
service_config_settings:
fluentd:
tripleo_fluentd_groups_designate_worker:
- designate
tripleo_fluentd_sources_designate_worker:
- {get_param: DesignateWorkerLoggingSource}
# BEGIN DOCKER SETTINGS
puppet_config:
config_volume: designate

View File

@ -99,11 +99,6 @@ parameters:
MonitoringSubscriptionNeutronServer:
default: 'overcloud-neutron-server'
type: string
NeutronApiLoggingSource:
type: json
default:
tag: openstack.neutron.api
path: /var/log/neutron/server.log
EnableInternalTLS:
type: boolean
default: false

View File

@ -105,11 +105,6 @@ parameters:
type: string
constraints:
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
NeutronL3AgentLoggingSource:
type: json
default:
tag: openstack.neutron.agent.l3
path: /var/log/neutron/l3-agent.log
# DEPRECATED: the following options are deprecated and are currently maintained
# for backwards compatibility. They will be removed in the Pike cycle.