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:
parent
e14dfc8329
commit
b3fef6678f
@ -113,7 +113,12 @@ outputs:
|
|||||||
params:
|
params:
|
||||||
$NETWORK: {get_param: [ServiceNetMap, TripleoUINetwork]}
|
$NETWORK: {get_param: [ServiceNetMap, TripleoUINetwork]}
|
||||||
- apache::default_vhost: false
|
- 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
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: tripleo-ui
|
config_volume: tripleo-ui
|
||||||
|
@ -81,7 +81,12 @@ outputs:
|
|||||||
- designate_workers_zero
|
- designate_workers_zero
|
||||||
- {}
|
- {}
|
||||||
- designate::producer::workers: {get_param: DesignateWorkers}
|
- 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
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: designate
|
config_volume: designate
|
||||||
|
@ -134,7 +134,12 @@ outputs:
|
|||||||
- designate_workers_zero
|
- designate_workers_zero
|
||||||
- {}
|
- {}
|
||||||
- designate::worker::workers: {get_param: DesignateWorkers}
|
- 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
|
# BEGIN DOCKER SETTINGS
|
||||||
puppet_config:
|
puppet_config:
|
||||||
config_volume: designate
|
config_volume: designate
|
||||||
|
@ -99,11 +99,6 @@ parameters:
|
|||||||
MonitoringSubscriptionNeutronServer:
|
MonitoringSubscriptionNeutronServer:
|
||||||
default: 'overcloud-neutron-server'
|
default: 'overcloud-neutron-server'
|
||||||
type: string
|
type: string
|
||||||
NeutronApiLoggingSource:
|
|
||||||
type: json
|
|
||||||
default:
|
|
||||||
tag: openstack.neutron.api
|
|
||||||
path: /var/log/neutron/server.log
|
|
||||||
EnableInternalTLS:
|
EnableInternalTLS:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
@ -105,11 +105,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
|
- 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
|
# DEPRECATED: the following options are deprecated and are currently maintained
|
||||||
# for backwards compatibility. They will be removed in the Pike cycle.
|
# for backwards compatibility. They will be removed in the Pike cycle.
|
||||||
|
Loading…
Reference in New Issue
Block a user